Previous  |  Next ]     [ Up  |  First  |  Last ]     (Article 214 of 271)
 
 
Parametric Assignment Command
 
Assigning is the most basic command in the use of parameters. The assignment character
is an equal (=) sign.
 
Assignment statements replace the current value of a variable with a new value.
 
Example:           P1 = 1.234
 
In this example the value 1.234 is assigned to parameter 1. Therefore both of the following
commands would move to the same coordinate position.
 
                  X1.234 or X[P1]
 
Note:  If assigning parameters numbers greater than 699, the control needs to be in the data
mode (G10).