Gauge
This element is a basic gauge with a moving needle to display the current value of a parameter such as the speed or temperature.
This element must be used with HMI context.
Icon
HMI Representation

External parameters
Show/Hide all parameters
parameter | editable via "Parameter" tab | updatable via a mapping | description | unit | type |
---|---|---|---|---|---|
Unit | ✔️ | ✔️ | Unit of the value displayed by the gauge. | - | Text |
value | ✔️ | ✔️ | Initial value displayed when the scenario starts. | - | Decimal number |
X-axis position | ✔️ | ✔️ | Size of the element on the X-axis. | px | Integer number |
Y-axis position | ✔️ | ✔️ | Size of the element on the Y-axis. | px | Integer number |
start-range | ✔️ | ✔️ | Lowest value displayed by the gauge. | - | Decimal number |
end-range | ✔️ | ✔️ | Highest value displayed by the gauge. | - | Decimal number |
start-angle | ✔️ | ✔️ | The angle from where the gauge's bow will start. You can change its value if you want to modify the distance traveled by the needle. | degree | Decimal number |
end-angle | ✔️ | ✔️ | The angle where the gauge's bow will end. You can change its value if you want to modify the distance traveled by the needle. | degree | Decimal number |
radius | ✔️ | ✔️ | The value of the radius of the gauge. | px | Integer number |
background-color | ✔️ | ✔️ | Color of the gauge's background. This parameter can be edited. | - | Hexadecimal |
Needle color | ✔️ | ✔️ | Color of the gauge's needle. This parameter can be edited. | - | Hexadecimal |
Small mark color | ✔️ | ✔️ | Color of the gauge's marks indicating the scale. This parameter can be edited. | - | Hexadecimal |
Text mark color | ✔️ | ✔️ | Color of the gauge's text indicating the value. This parameter can be edited. | - | Hexadecimal |
Angle | ✔️ | ✔️ | Angle of the element. You can change it to rotate the element. | degree | Decimal number |
small marks start | ✔️ | ✔️ | First value of the gauge indicated by a mark. | - | Integer number |
small marks end | ✔️ | ✔️ | Last value of the gauge indicated by a mark. | - | Integer number |
small marks step | ✔️ | ✔️ | Step between two successive marks. | - | Integer number |
text marks start | ✔️ | ✔️ | First value of the gauge indicated by a displayed number. | - | Integer number |
text marks end | ✔️ | ✔️ | Last value of the gauge indicated by a displayed number. | - | Integer number |
text marks step | ✔️ | ✔️ | Step between two successive displayed numbers. | - | Integer number |
Visibility | ✔️ | ✔️ | This parameter allows you to choose if you want the element to be visible or not on the scene during the execution of the scenario. If the item is part of a group, it can inherit the value of that group. | - | Enumeration (visible, hidden, inherit) |
Width | ❌ | ❌ | Maximal length of the element on the X-axis. | px | Decimal number |
Height | ❌ | ❌ | Maximal width of the element on the Y-axis. | px | Decimal number |
Triggered behaviours
See Triggered behaviours and events page for more explanation: Triggered behaviours and events.
Show/Hide all triggered behaviours
Destroy
At the reception of the flow, the element is destroy.
No parameters for this triggered behaviour.
Events
See Triggered behaviours and events page for more explanation: Triggered behaviours and events.
Show/Hide all events
event | description |
---|---|
On Parameter Value Changed | The element can send information to the model when the value of the selected parameter has changed |
At initialization | The gauge can send information to the model once at initialization |
Continually | The gauge can send information to the model continuously |