Description
| When programming the NC command #SET HR[…], only a limited number of parameters may be defined inside the square brackets.
For further information see [PROG// Section: Handwheel operating mode]
Syntax example:
Wrong:
N10 #SET HR[0.1,0.2,0.5,2.0,2.5] X
Correct:
N10 #SET HR[0.1,0.2,0.5] X
|