Owner's manual

Paramacros
Chapter 28
28-14
Example 28.11
Assigning Using More Than One I, J, K Set
G65P1001K1I2J3J4J5;
The aboveblocksets the followingparameters:
parameter#6= 1
parameter#7= 2
parameter#8= 3
parameter#11 = 4
parameter#14= 5
If the same parameter is assigned more than one value in an argument, only
the right-most value is stored for the parameter.
Example 28.12
Assigning the Same Parameter Twice
G65P1001R3.1A2R-0.5
The aboveblocksets the followingparameters:
parameter#1 =2.0As setby the A-- word
parameter#18= -0.5As setby the lastR--word.
The 1stvalue of3.1,assignedtoparameter#18 by the R--word,is
replaced bythe2nd value setbythesecond R--word.
Example 28.13
Assigning The Same Par ameter Twice Using I, J, and K
G65P1001R2I3.4D5I-0.6
The aboveblockssetthe followingparameters:
parameter#18= 2As setby the R --word.
parameter#4 =3.4As setby the 1stI--word.
parameter#7 =-0.6 Assetbythe2nd I--word.
The 1stvalue of5,assigned to parameter#7by the D--word,
isreplacedbythe2nd valuesetbythesecond I--word.