ID 21474
Too many parameters for function call. | ||||
Description | Too many parameters were passed to the programmed function .
Example: N10 V.E.string = LEFT[„Hello world!“, 5, 6]
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 [-] | ||
| ||||
%2: | Current value [-] | |||
| ||||
%3: | Upper limit value [-] | |||
| ||||
Error type | 1, Error message from NC program. | |||
|