Sets the value of integer/real parameters by specifying the keyword.
Syntax |
parameter_name [nAx] val1 [val2 ... valn {-M}] |
---|---|
parameter_name |
Name of the parameter register to be set, i32 or real |
nAx |
Axis number, if requested (1÷32). (optional) |
.bit |
For an integer parameter, specifies the index of the bit to be changed. (optional) |
val1 |
Value to be imposed for the first parameter |
val2 ... valn |
Any values to be assigned to subsequent parameters. (optional) |
-M |
Enables editing of multiple parameters with a single directive. (optional) |
Notes |
Example
Line explanation: 1) Sets the "ser_thr" par of axis 1 to 101 2) Verifies the correct execution of the previous command 3) Sets the "ser_thr" par of axes 1, 2 and 3 to 201, 202 and 203 4) Verifies the correct execution of the previous command |