ID 21471
Not enough parameters for function call. | ||||
Description | Too few parameters were transferred to the programmed function.
Example: N10 V.E.string = LEFT[“Hello world!”]
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 [-] | ||
| ||||
%2: | Current value [-] | |||
Name of programmed function | ||||
%3: | Error value [-] | |||
Number of specified parameters | ||||
%4: | Expected value [-] | |||
Expected number of parameters | ||||
Error type | 1, Error message from NC program. | |||
|