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. The value of the parameters is however 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 NC program | |
Parameter | %1: | Current value | ||
Name of programmed function | ||||
%2: | Current value [-] | |||
Number of incorrect parameter | ||||
%3: | Error value [-] | |||
Error value | ||||
%4: | Lower limit value [-] | |||
Minimum permissible value | ||||
%5: | Upper limit value[-] | |||
Maximum permissible value | ||||
Error type | 1, Error message from NC program. | |||
|