ID 21472
| Parameter value for number of characters in string operation invalid. | ||||
| Description | The number of desired characters must be specified for the string operation. However, the value of the parameters is smaller or greater than permissible. 
 Example: N10 V.E.string = LEFT["Hello world!”, 100000] 
 Correct: N10 V.E.string = LEFT[“Hello world!”, 5] | |||
| Response | Class | 2 | Abort NC program processing. | |
| Solution | Class | 3 | Correct the NC program | |
| Parameter | %1: | Current value | ||
| Name of programmed function | ||||
| %2: | Current value [-] | |||
| Number of incorrect parameter | ||||
| %3: | Error value [-] | |||
| Incorrect value | ||||
| %4: | Lower limit value [-] | |||
| Minimum permissible value | ||||
| %5: | Upper limit value[-] | |||
| Maximum permissible value | ||||
| Error type | 1, Error message from NC program. | |||
| 
 | ||||