Programming manual.
CNC 8070
22.
STATEMENTS AND INSTRUCTIONS
Programming statements
·418·
(REF: 1709)
#INIT MACROTAB
Resetting the table of macros
When defining a macro from a program (or MDI), it is stored in a CNC table so it is available
for all the rest of the programs. This instruction resets the table of macros erasing the ones
stored in it.
Example1
#DEF "MACRO1"="X20 Y35"
#DEF "MACRO2"="S1000 M03"
#DEF "MACRO3"="G01 \"MA1\" F100 \"MA2\""
Example 2
#DEF "POS"="G1 X0 Y0 Z0"
#DEF "START"="S750 F450 M03"
#DEF "MACRO"="\"POS\" \"START\""