Manual

Paramacros
Chapter 28
28-14
Example 28.11
Assigning Using More Than One I, J, K Set
G65P1001K1I2J3J4J5;
The above block setsthe 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 above block setsthe followingparameters:
parameter #1 = 2.0As set bythe A--word
parameter #18= -0.5As set bythe last R--word.
The 1st value of 3.1, assigned to parameter #18by theR--word, is
replaced by the 2ndvalue set bythe second R--word.
Example 28.13
Assigning The Same Parameter Twice Using I, J, and K
G65P1001R2I3.4D5I-0.6
The above blocks set thefollowing parameters:
parameter #18= 2As set bythe R--word.
parameter #4 = 3.4As set bythe 1st I--word.
parameter #7 = -0.6As set bythe 2ndI--word.
The 1st value of 5, assigned to parameter #7by theD--word,
is replacedby the2nd valueset by thesecond I--word.