ID 21460

String expression expected.

Description

The result of the given expression is expected to be a character string e.g. since it is assigned to a string variable. Example:

 

Error:

V.E.string = 100 + 10

 

Correct:

V.E.string = „1“ + „10“

V.E.string = INT_TO_STR[100 + 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.