ADTECH9 Series CNC Programming Manual
<argument>
② Local variables can be used in respective subroutine freely.
In face milling examples, argument J indicates that the spacing is 10mm during face milling; however, to
ensure equal spacing processing, the spacing is changed to 8.333mm.
Secondly, local variable #30 is the calculation result of reciprocating processing times data.
③ Local variables can be used for macro calling of every level independently up to four levels.
The main program (macro level 0) provides specific local variables; however, local variables can’t use
argument at level 0.