ID 21659

Copy of complete arrays or structures only possible between V.E array or structure variables.

Description

Only entire variable arrays can be copied between two external variables (see [EXTV]).

 

Example:

V.E.V_UNS32 = V.E.V_ARRAY         (Error 21659, left-hand side is not an array variable)

V.P.V_ARRAY = V.E.V_ARRAY     (Error 21659, left-hand side is not an external

     variable)

V.E.V_ARRAY_1 = V.E.V_ARRAY_2 (Correct, all elements of V.E.VARRAY_2      are assigned to V.E.VARRAY_1)

Response

Class

2

Output error message and abort NC program

Solution

Class

3

Correct the NC program

Error type

1, Error message from NC program.