ID 21459

Invalid argument type for function call.

Description

The type of argument for the function is invalid e.g. a string expression was transferred to a mathematical function. 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 the NC program.

Parameter

%1:

Current value [-]

 

%2:

Current value [-]

 

Error type

Abort NC program processing.