Animating a Color Display The colors of an element are specified in the Colors properties of the element properties. There you can select either a predefined style color from the list box or a color i
Animating a Button A button can change its appearance at runtime, as is usual with visualization elements. In this way, the element can move in a controlled manner, change color, or display different
Client Animation The Client Animation feature allow you to animate visualizations fast and easy. The animation runs independently of the task cycle of the visualization task VISU_TASK . The necessary
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
Configuring and Multiplying Visualization Elements as Templates A table can also be created to display data arrays in the following way. You multiply a single element that has at least one property wh
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