Configuring Rotation and Movement You can animate a visualization element so that is moves or rotates at runtime. To do this, you assign variables in its property Absolute movement and program the ani
Animation of the text display You can configure an animation of the display of text in the Font variables property. All basic elements have this property as well as tables, scroll bars, and text field
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 +