Output of the index value in the output file

If the index method has been chosen for the memory organization, the index value of the V.E. variable (var[?]=index) appears as a comment in the PLC structure.

Programming example

TYPE VE_GLOBAL_DATA_FROM_CH_1: 
  STRUCT
    STR: STRING(20); (* index = 8 *)
    f2:ARRAY[0..2] OF BYTE;
    TEIL_1: UDINT;(* index = 9 *)
  END_STRUCT
END_TYPE