Update cycle data
![]() | 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_XtsEnvironmentVisu 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();