Programming manual
54
CNC 8070
4.
ORIGIN SELECTION
Programming with respect to machine zero
(SOFT V02.0X)
44
#MCS ON and #MCS OFF instructions
The #MCS ON and #MCS OFF instructions activate and deactivate
the machine reference system; therefore, the movements
programmed between them are executed in the machine reference
system.
Both instructions must be programmed alone in the block.
G92 X0 Y0 (Coordinate preset)
G01 X50 Y50
#MCS ON (Beginning of programming referred to machine
zero)
G01 ...
G02 ...
G00 ...
#MCS OFF (End of programming referred to machine zero.
Offsets restored)