Programming manual
486
CNC 8070
15.
STATEMENTS AND INSTRUCTIONS
Programming statements
(SOFT V02.0X)
450
#MPGRESOL Handwheels
This instruction defines the distance per handwheel pulse for the
indicated axis at each position of the selector switch.
The programming format is:
#MPGRESOL [<pos1>,<pos2>,<pos3>] <Xn>
...
N100 #INCJOG [[0.1,100][0.5,200][1,300][5,400][10,500]] X
N110 G201 #AXIS [X]
...
The movements and feedrates of the X axis in each position are:
(1) 0.1mm a 100mm/min.
(2) 0.5mm a 200mm/min.
(3) 1mm a 300mm/min.
(4) 5mm a 400mm/min.
(5) 10mm a 500mm/min.
Parameter Meaning
<pos> Resolution in each handwheel position.
<Xn> Axis.
···
N100 #MPGRESOL [0.1,1,10] X
N110 G201 #AXIS [X]
N120 #MPGRESOL [0.5] Y
···
The distance per X axis handwheel pulse in each position is:
(1) 0.1 mm/turn of the handwheel.
(2) 1mm/turn of the handwheel.
(3) 10mm/turn of the handwheel.