TOMATECH AUTOMATION
Note: The addresses which are not needed to specify can be omitted, the corresponding local
variable of the omitted address is valued by <null>.
Method II: use A, B, C and li, Ji, Ki (I is 1~10), the used letter and executed times(I, J, K)
automatically decides the corresponding variable number of argument. The argument in
the method specifies A, B, C one time for each and I, J, K up to 10 times ( 10 times
replacing the more).
Programming
Argument address and corresponding variable No. table in method II
Note 1: The subscripts of I, J, K are used to confirming the specified sequence of argument, and
are not written in the actual programming.
Note 2: The system can identify the variable number according to the present sequence and
times of I, J, K in the method.
If the block has: G65 P9010 A1 B2 C3 I14 J15 I6 J7 K9 K11 K12 J30;
Call program O9010, transfer the argument A1 to the local variable, and their
corresponding relationship as follows:
#1=1,#2=2,#3=3,#4=14,#5=15,#7=6,#8=7,#6=9,#9=11,#12=12,#11=30;
The specified method I, II compound of argument: CNC can automatically identifies the
specified method I and II of the argument. When the two methods are specified together,
the later specifies is valid.
Argument specifying mode I, II compound:
CNC internal can automatically identify the argument specifying mode I and II. When the
two modes are specified, the later specified is valid.