Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: rahnama on August 21, 2017, 06:52:52 AM

Title: movement on curve manually in oxy cutting machine by Mach3
Post by: rahnama on August 21, 2017, 06:52:52 AM
hi all
I am using mach3 first time and made a oxy cutting machine.
it work normally but I want to move on the curve (which designed and converted to G code) manually before run cutting.
who can help me how to do this.
I can move on X & Y axis bot not on the curve.
thanks
Title: Re: movement on curve manually in oxy cutting machine by Mach3
Post by: garyhlucas on August 21, 2017, 08:50:34 AM
If you are talking about jogging manually it is not possible to jog along a curve as the X and Y feed rates are changing continuously. Even if the machine could do it, you would need an analog joystick with two axis to do that.
Title: Re: movement on curve manually in oxy cutting machine by Mach3
Post by: joeaverage on August 21, 2017, 02:39:12 PM
Hi,
you could issue MDI codes but you'll have to work out the Gcode manually.

Craig
Title: Re: movement on curve manually in oxy cutting machine by Mach3
Post by: rahnama on August 25, 2017, 11:27:18 PM
thanks alot
Title: Re: movement on curve manually in oxy cutting machine by Mach3
Post by: joeaverage on August 26, 2017, 12:09:23 AM
Hi,
have you experimented with G3 and G3? I've found that the centre format command style to be useful assuming you know where the centre of the
arc is supposed to be.

Craig