Single page of visualization

Besides using the default visualization VI_XtsEnvironmentVisu, it is also possible to use a visualization as a standalone page. You can drag the desired page into the visualization by pressing and holding the left mouse button and then call the corresponding method in the PLC program to update the data.

Single page of visualization 1:

In the following example, the VI_XtsMover page is added to the visualization to show more detailed information of the mover.

Single page of visualization 2:
Expand Toolbox >Tc3_XTS_Utility
Press and hold the left mouse button and drag VI_XtsMover into the project window Visualization
Single page of visualization 3:

The visualization of the movers is displayed in the project window Visualization.

If required, enlarge the visualization for better operability
If necessary, position the visualization in the project window

After the DataPointer has been transferred, the CatMover method must be called cyclically in the PLC to update the data:


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

//cyclic update of Mover Visu information
fbXtsEnvironmentVisu.CatMover ();