Update cycle data

Update cycle data 1:

To use the visualization, the Tc3 XTS Utility must be initialized beforehand.

After the DataPointer has been transferred, the Cycle method of the function block FB_XtsEnvironment­Visu must be called cyclically in the PLC program to update the parameters of all XTS objects:


//Link data pointer
fbXtsEnvironmentVisu(ipTcIoXtsEnvironment:=fbXtsEnvironment);

//Cyclic update of Visu information
fbXtsEnvironmentVisu.Cycle();