Hello Guest it is March 28, 2024, 08:50:02 PM

Author Topic: Set Mach in a Jog feed override mode  (Read 3091 times)

0 Members and 1 Guest are viewing this topic.

Set Mach in a Jog feed override mode
« on: April 20, 2009, 05:01:21 PM »
Would like to programmatically set Mach to a jog feed override mode (not sure if this is the right terminology).  ie Hold the shift key down and then jog so that you are in a rapid jog when you hit one of the arrow buttons.

example: jog x positive in continuous mode in rapid mode.  I have tried:

doOEMButton(204)                            // Jog mode Continuous
doOEMButton(202)                            // Feed override Jog
doOEMButton(307) or jogOn(0,0)        // Jog X-axis positive

The 202 has no effect, is there another command to put Mach into the jog override and one to take it out?