Importing the code into PLC
The results of the export can be importing by “right-clicking”.
After selecting the previously exported XML file, the window below opens:
TYPE VE_CHANNEL_DATA_CH_1 :
STRUCT
sensor_ch1: ARRAY[0..1] OF LREAL;
END_STRUCT
END_TYPE
TYPE VE_GLOBAL_DATA_FROM_CH_1 :
STRUCT
sensor: DINT;
END_STRUCT
END_TYPE