ID 22350

Programmed data type of variable is unknown.

Description

An unknown data type was specified when a dynamic variable type was programmed.

Example with error:

#VAR
  V.L.TEST : WRONG_TYP
#ENDVAR

Corrected example:

#VAR
  V.L.TEST : UNS32
#ENDVAR

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify the programmed data type.

Error type

1, Error message from NC program.