andypugh wrote:Thinking about it, that is for analogue-input jogging.
For MPG jogging you use the axis.N.jog-enable and axis.N.jog-counts pins.
Assuming that the MPG is connected to motenc.0.encoder.00
net jog-all motenc.0.encoder.00.counts => axis.N.jog-counts
net x-jog-enable motenc.0.in.00 => axis.N.jog-enable
net y-jog-enable motenc.0.in.01 => axis.N.jog-enable
net z-jog-enable motenc.0.in.02 => axis.N.jog-enable
Or similar.
If you don't have physical axis-select switches then you can use the ones from the gui: halui.joint.0.is-selected for the X axis, for example.