Displays the contents of the parameter register by specifying the keyword.
Syntax |
D integer_parameter_name [idx] [rip] [-M n] [-D | -O | -H | -B] [-L] [-V [-N]] D real_parameter_name [idx] [rip] [-M n] [-L] [-V [-N]] |
---|---|
integer_parameter_name real_parameter_name |
Parameter name |
idx |
Axis number, if requested (1÷32). (optional) |
rip |
Number of elements to be displayed. (optional) |
-M n |
Displays the result in a matrix of n columns, with n between 1 and 16. (optional) |
-D |
For an integer parameter, displays the result in decimal. (optional) |
-O |
For an integer parameter, displays the result in Boolean format (TRUE= R<>0 / FALSE R=0). (optional) |
-H |
For an integer parameter, displays the result in hexadecimal. (optional) |
-B |
For an integer parameter, displays the result in binary. (optional) |
-L |
This parameter should be used if more than 100 elements ([rip]>100) are to be displayed. (optional) |
-V |
Display "parameter_name (idx)". (optional) |
-N |
Displays the parameter type and associated index. (optional) |
Notes |
It is not possible to interrupt the sequence once the directive is running |
Example for integer parameter
Line explanation: 1) Display RC of axis 1 2) Displays bit 3 of the RC of axis 1 3) Displays in various formats the RC parameter of axes 1 to 3 4) Displays the result in a 3-column matrix 5) Displays the parameters with their indices |
Example for real parameter
Line explanation: 1) View IP of axis 1 2) Displays IP of axes 1 to 4 3) Displays the result in a two-column matrix 4) Displays parameters with their indices |