ID 20483
Comma in front of closing brackets not allowed. | |||
Description | When programming the NC command #SET HR[…], no further resolution after a comma is defined inside the square brackets. For further information see [PROG// Section: Handwheel operating mode] Syntax example: Wrong:
N10 #SET HR[0.1,0.2, ] X
Correct:
N10 #SET HR[0.1,0.2,0.5] X
or
N10 #SET HR[0.1,0.2] X
| ||
Response | Class | 2 | Abort NC program processing. |
Solution | Class | 3 | Check and modify NC program. Complete the missing resolution value or remove the redundant comma inside the square brackets. |
Error type | 1, Error message from NC program. | ||
|