ID 21659

Only entire arrays or structures can be copied 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

Error message output and NC program abort

Solution

Class

3

Correct NC program

Error type

1, Error message from NC program.