ID 21444
Structure copy only possible with equal structure types. | ||||
Description | Copying entire variable structures (structure copy) in the NC program is only permitted between variables with identical variable types (var[i].type, see [EXTV]). Example: var[1].name var_1 var[1].type STRUCT_1
var[2].name var2_1 var[2].type STRUCT_2
var[3].name var2_2 var[3].type STRUCT_2
NC program: Error: V.E.var_1 = V.E.var_2 Correct: V.E | |||
Response | Class | 2 | Abort NC program processing. | |
Solution | Class | 3 | Correct the nc program or change the variable type. | |
Parameter | %1: | Error value [-] | ||
| ||||
%2: | Error value [-] | |||
| ||||
Error type | 1, Error message from NC program. | |||
|