Hello Guest it is April 26, 2024, 06:23:34 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - manmeran

Pages: 1 2 »
1
General Mach Discussion / Kflop board
« on: August 25, 2010, 05:45:56 PM »
Hi all
i think we have a little information about Kflop and kanalog board.
i hear it is very excellent board, Especially for using servo motor(especially analog servo system)
please share your experiment with other about this board.

Amir

2
Show"N"Tell ( Your Machines) / X machine-Like
« on: August 18, 2010, 07:17:16 AM »
i decide build another cnc machine for cutting Aluminium.
Someone has suggested?

Amir

3
General Mach Discussion / pause button
« on: July 13, 2010, 04:56:18 AM »
i have small problem
in feedrate about 1500~2000 mm/Min ,When I press the pause button ,malfunctioning  and should do it again.
In other words ,i must press twice.
Where is the problem ?
my version is R3.042.020


Amir

4
General Mach Discussion / SERVO motor
« on: July 03, 2010, 02:33:20 PM »
I've decided to build a third CNC machine, but with servo motor.
i have 3 AC servo motor with Specifications :
1-Analog
2-speed control
3-about 400W  1.3N.m 3000 RPM

now i have two questions:

1-my motor are analog, and I can not use them without intermediaries( i mean :converter digital to analog) .i want use "KFLOP" .
  i see in specification  > """ 8 Channels Servo Drive Analog Outputs, Range ±10V """
  I think it is a good choice.
  Whether there is another choice?

2-Considering the fact that these motors are Speed control ,I can use them for router machine ? Whether they are suitable ?

Amir

5
Show"N"Tell ( Your Machines) / different design
« on: June 30, 2010, 04:18:52 AM »
A few months ago, I bought a machine called chip mounter(image No1) and start the dissection.
I saw the pieces of aluminum that you can see it (image No2)
i decide build cnc with This machine accessories.
To do this I need your sympathy.
Y & Z axis are already complete.( for my chip mounter )
i want design X-axis for it.Similar image No3 .I think the design is strange.
can someone explain Mathematical calculations? and help me in during build this machine.
Please tell your Opinion about design so I use them for better design.


Amir

6
General Mach Discussion / cutting complex plan
« on: June 29, 2010, 05:35:40 AM »
I know that here is not the appropriate place to discuss this issue.
i want apologize.
i have problem with Cutting some plan in PLASMA.i use sheetcam.

How can cutting this kind of plans that have difficulty sticking together and are closed ?
i attach sample.  

Amir

7
VB and the development of wizards / start from line #
« on: May 29, 2010, 06:41:31 AM »
i want sense M3(when Spindle turn on) and save "Line number" to var 604.
and show number line to userDRO 1200.
if i trigger input#1 then code execute from it line.
1140 is OEMled for input#1
i write this VB code in addition about VB i am very Beginner :)  :

macropump.m1s

If DOSPINCW()
then
SetVar(604,GetDro(16))
SetUserDro(1200,Getvar(604))
END if

A = GetOEMled (1140)
B = GetUserDRO (1140)

If A And (B = 0) Then
SetDro(16,Getvar(604))
Sleep(100)
DoButton(0)
SetUserDRO(1140,1)
End If

If Not A And (B > 0) Then
SetUserDRO(1140,0)
End If  

plese guide for Troubleshooting.

8
Brains Development / new button
« on: May 25, 2010, 12:51:05 PM »
i create two new button in Screen.
and i should can Through modbus have access.
Is it possible through the brain to activate these two button ?

9
General Mach Discussion / change Z position
« on: May 18, 2010, 01:21:12 PM »
i load "Z change.tap" to mach3 and it run( i use sheetcam) , then in line 30 , i press "Feed hold" then "Reverse run". Is apparently no problem but issue is Z .
 i see when go reverse, approximately When reach to line 29 . is Z dro changed .
is very bad.this is big problem.
Z dro goto 52 and plasma dont work and dont cut.
Please guide me .

10
General Mach Discussion / problem by Torch ON and OFF
« on: May 10, 2010, 02:23:13 AM »
 hi all
i use mach3 with THC(In addition Sheetcam) for plasma machine.

when i run code(by CycleStart),Z Moves down to trig switch float, and Z=0 and code start, Consider We cut form a Square. now run code.Quarter cut will, and we press key STOP, here X & Y & Z is stop and TORCH IS OFF, now we again press cycle start ,my problem is : code Continues BUT TORCH NOT ACTIVE.

Please guide how the torch is automatically turned When Again the cycle button is pressed.

Pages: 1 2 »