Visualization Element: Round Slider
Symbol:

Category: Measurement Controls
A round slider is a control which allows a value to be set over a circular path. The visualization user moves a handle or knob along a circle or arc. The current value of the element is adjusted accordingly as the knob is pushed and moved along the arc scale of the slider.
Element properties
Are all element properties available?
All properties are available only after you select the Advanced option or the All categories filter in Properties.
Element name |
Name assignmentAssign individual names for elements so that they are found faster in the element list. |
Type of element | Round Slider |
Position
The position defines the location and size of the element in the visualization window. This is based on the Cartesian coordinate system. The origin is located in the upper left corner of the window. The positive horizontal X-axis runs to the right. The positive vertical Y-axis runs downwards.
X | The X-coordinate (in pixels) of the upper left corner of the element Example: |
Y | The Y-coordinate (in pixels) of the upper left corner of the element Example: |
Width | Specified in pixels Example: |
Height | Specified in pixels Example: |
Tip
You can change the values by dragging the box
symbols to other positions in the editor.
Value
Variable | Variable (numeric data type) Example: When executed, the variable value contains the position where the user has moved the slider. |
Value Format | Text with placeholder and format specification for displaying the current variable value Example: |
Position | Sets the position in the interior area of the element for the text defined in the Value Format property
|
Font | Font for text output Example: Default
|
Font color | Font color for text output Example: Black
|
Arc
Arc scale of the rotary control
Use gradient color |
|
Gradient setting | Clicking on the row will open the gradient editor for color configuration. |
Arc color | Sets the color of the currently selected area. This setting is not used if the Use gradient color option has been enabled.
|
Transparency | Specifies the transparency value in the range from 0 (fully transparent) to 255 (opaque) and as a result determines the transparency of the respective color. Read-only transparencyThe property is read-only when the color is a style color with a predefined transparency value. |
Arc background color | Background color which is displayed
|
Transparency | Specifies the transparency value in the range from 0 (fully transparent) to 255 (opaque) and as a result determines the transparency of the respective color. Read-only transparencyThe property is read-only when the color is a style color with a predefined transparency value. |
Arc width | Fixed value for arc width (in pixels) Example: To make the display more dynamic, you can specify a variable instead of a fixed value. To do this, double-click in the value field. Then the |
Variable | Variable for arc width To change the property programmatically at runtime, you can specify a variable. In this case, a value specified in the property above will not have any effect. Clicking the After double-clicking in the field, the |
Arc ending |
|
Value start | Fixed start value of the arc scale Example: To make the display more dynamic, you can specify a variable instead of a fixed value. To do this, double-click in the value field. Then the |
Variable | Variable (optional) for the start value To change the property programmatically at runtime, you can specify a variable. In this case, a value specified in the property above will not have any effect. Clicking the After double-clicking in the field, the |
Value end | Fixed end value of the arc scale Example: To make the display more dynamic, you can specify a variable instead of a fixed value. To do this, double-click in the value field. Then the |
Variable | Variable (optional) for the end value To change the property programmatically at runtime, you can specify a variable. In this case, a value specified in the property above will not have any effect. Clicking the After double-clicking in the field, the |
Start angle | Fixed value for the start angle (in degrees) The start angle defines the position on the circle where the arc scale of the rotary control begins. The angle (in degrees) is measured clockwise from the positive X-axis (3 o'clock) and determines the visual starting point of the control. Possible values are in the range 0–359. Example: To make the display more dynamic, you can specify a variable instead of a fixed value. To do this, double-click in the value field. Then the |
Variable | Variable (optional) for the start angle To change the property programmatically at runtime, you can specify a variable. In this case, a value specified in the property above will not have any effect. Clicking the After double-clicking in the field, the |
Rotation angle | Fixed value for the rotation angle The value indicates the angular range of the rotary control in a clockwise direction, starting from the defined start angle. A larger swivel angle increases the rotation range around the circle. Valid values are in the range 0–359. Example: To make the display more dynamic, you can specify a variable instead of a fixed value. To do this, double-click in the value field. Then the |
Variable | Variable (optional) for the rotation angle To change the property programmatically at runtime, you can specify a variable. In this case, a value specified in the property above will not have any effect. Clicking the After double-clicking in the field, the |
Unit
Show |
|
Text | Text for the unit Example: |
Font |
|
Font color |
|
Slider knob
Show |
|
Fill color |
|
Transparency | Specifies the transparency value in the range from 0 (fully transparent) to 255 (opaque) and as a result determines the transparency of the respective color. Read-only transparencyThe property is read-only when the color is a style color with a predefined transparency value. |
Description
Show |
|
Position |
|
Text | Text which is display on the element and describes the purpose, for example Example: |
Font |
|
Font color |
|
Image
Position |
|
Size | Image size (in pixels) Example: 30 |
Static ID | References an image from the image pool
|
Center
The properties contain fixed values for the coordinates of the point of rotation. The rotation point is displayed in the editor as the
symbol and is used as the center for rotation and scaling.
Tip
You can also change the values by dragging the
symbol to another position in the editor.
X | Editable X-coordinate of the point of rotation Double-clicking in the value field will open the line editor. |
Y | Editable Y-coordinate of the point of rotation Double-clicking in the value field will open the line editor. |
Absolute movement
The properties contain IEC variables for controlling the position of the element dynamically. The reference point is the upper left corner of the element. At runtime, the entire element is moved.
Movement | ||
X |
Increasing this value at runtime moves the element to the right. | |
Y |
Increasing this value at runtime moves the element downwards. | |
Rotation | Variable (numeric data type) for the angle of rotation (in degrees) Example: The midpoint of the element rotates at the Center point. This rotation point is shown as the At runtime, the alignment of the element remains the same with respect to the coordinate system of the visualization. Increasing the value rotates the element to the right. | ![]() |
Scaling | Variable (integer data type) to trigger a centric stretching Example: The reference point is the Center property. The value | |
Interior rotation | Variable (numeric data type) for the angle of rotation (in degrees) Example: At runtime, the element rotates about the point of rotation specified in Center according to the value of the variable. In addition, the alignment of the element rotates according to the coordinate system of the visualization. Increasing the value in the code rotates clockwise. The rotation point is shown as the NoteIf a static angle of rotation is specified in the property, then the static angle of rotation is added to the variable angle of rotation (offset) when the visualization is executed. | ![]() |
Tip
You can combine the variables to a Unit conversion.
Tip
The X, Y, Rotation, and Interior rotation properties are supported by the "Client Animation" functionality.
Animation
Tip
These properties are available only when you have selected the Support client animations and overlay of native elements option in the Visualization Manager.
Animation duration | Variable for the duration (in milliseconds) in which the element runs an animation
. Animatable properties
The animated movement is executed when at least one value of an animatable property has changed. The movement then executed is not jerky, but is smooth within the specified animation duration. The visualization element travels to the specified position while rotating dynamically. The transitions are smooth. |
Move to foreground | Variable (
Example: |
State variables
The variables control the element behavior dynamically.
Invisible | Variable (
Example: |
Deactivate inputs | Variable (
|
Tip
The Invisible property is supported by the "Client Animation" functionality.
Permissions
Note
Available only when a user management is set up for visualization.
Access Rights button | Opens the Access Rights dialog. There you can edit the access privileges for the element. . Status messages:
|







