ID 21459
Invalid argument type for function call. | ||||
Description | The type of the argument for the function is invalid e.g. a mathematical function has received a string expression. Example:
Error: SIN[„Peter“] STR_TO_INT[123]
Correct: SIN[1.23] STR_TO_INT[„123“] | |||
Response | Class | 2 | Abort NC program processing. | |
Solution | Class | 3 | Correct NC program. | |
Parameter | %1: | Current value [-] | ||
| ||||
%2: | Current value [-] | |||
| ||||
Error type | Abort NC program processing. | |||
|