Displaying Array Variables as an XY Chart In the Cartesian XY Chart visualization element, you can visualize array variables as curves. In the case of multiple array variables, a shared X-axis and mul
Displaying Data Graphs with Trace With this element, you can integrate a trace graph in the visualization that monitors and displays variable values permanently. You configure the displayed trace grap
Getting Started with Trace Create a project with the following program PLC_PRG : PROGRAM PLC_PRG VAR iVar : INT; rSin : REAL; rVar : REAL; END_VAR iVar := iVar + 1; iVar := iVar MOD 33; rVar := rVar +
Displaying of variable values There are simple to very specialized visualization elements for displaying data from a running application. Examples: Simple output of variable values: For example, you c
Changing the variable values in the visualization In addition to displaying values from the controller, a user interface is also used to enter and change values. In general, you can configure user inp
Designing a Background, Using a Device Image There are two use cases for configuring the background of a visualization: The visualization should be provided with a background color or a background ima
Configuring User Inputs User inputs for a visualization are configured in order to operate the visualization. For this purpose, you configure input events on visualization elements where follow-up act
Configuring User Inputs for Visualization Elements All base elements and some common controls have the Input configuration property. This is where you can configure a user input for an element. For th
Configuring Gesture Recognition You can execute a visualization on a device that is operated by means of gestures. The visualization retains its user input configuration for mouse and keyboard operati