ID 21461

Mathematical term expected.

Description

The result of the given expression is expected to be a numerical value e.g. since it is assigned to an integer or REAL64 variable. Example:

 

Error:

V.E.sgn32 = „1" + „10“

 

Correct:

V.E.sgn32 = 100 + 10

V.E.sgn32 = STR_TO_INT[„1“ + „10“]

Response

Class

2

Abort NC program processing.

Solution

Class

3

Correct NC program. Use conversion functions.

Error type

1, Error message from NC program.