Machsupport Forum

Mach Discussion => Mach4 General Discussion => Topic started by: rrc1962 on May 18, 2017, 09:51:29 PM

Title: Jog Speed
Post by: rrc1962 on May 18, 2017, 09:51:29 PM
Is there a way to slow the jog speed down on just one axis?  I need the rapid speed where it is on all axes, but jog speed on the Z axis needs to be 50%.  X and Y needs to stay at 100%. 
Title: Re: Jog Speed
Post by: joeaverage on May 19, 2017, 03:21:32 PM
Hi,
I don't know for sure but
Quote
rc = mc.mcJogSetRate(
      number mInst,
      number axisId,
      number percent)
suggests that the jog rate is assigned per axis.

Craig
Title: Re: Jog Speed
Post by: DazTheGas on May 23, 2017, 03:11:52 PM
About the best way is to use the mc.mcJogSetRate as Craig mentioned, this could be done in the PLC script by getting the value of the slider and then setting the axis to what you require using a bit of maths ;-)

DazTheGas