ID 21187
| Programmed NC-commands before label definition. | |||
| Description | Other NC commands are already programmed in the NC block before a string label definition [STRINGLABEL]. | ||
| Response | Class | 2 | Abort NC program processing. | 
| Solution | Class | 3 | Programming of the string label definition [STRINGLABEL] at the beginning of the NC block or directly behind the block number. 
 Example: 
 Wrong: N10 X100 [STRINGLABEL] Y200 
 Correct: N10 [STRINGLABEL] X100 Y200 or [STRINGLABEL] N10 X100 Y200 | 
| Error type | 1, Error message from NC program. | ||
| 
 | |||