Slider Widget
The Slider widget is used to choose a value between two set limits for a datapoint.
Settings
The Slider Widget can have the custom appearance settings of custom title, colors and controls.
Content
The Slider Widget has one datapoint assigned. The datapoint value will be set to the value chosen with the slider control.
Formatting
The step size the slider moves in can be set here.
Supported Datatypes
| Datatype | Supported |
|---|---|
| int | ✓ |
| uint | ✓ |
| float | ✓ |
| long | ✓ |
| ulong | ✓ |
| bool | ✓ |
Dashboard View Controls
Within the standard Dashboard View the slider can be moved to the desired value. This value is set to the datapoint via a dpSet() immediately when the slider is released. If this value can not be set for the datapoint an error message will be shown.
