| Dynamic | Signal type | Description
|
| Inherit | - | The dynamic for the instance is inherited from the subgraph.
|
| Tone | - | States that dynamics that changes the color of the component
|
| | | should change the color tone instead of the fill color.
|
| DigLowColor | Boolean | Set the specified fill color when the signal is low.
|
| DigColor | Boolean | Set the specified fill color when the signal is high.
|
| AnalogColor | Float32 Int32 | Set specified fill color when the signal
|
| | | goes beyond or below the specified limit.
|
| StatusColor | Status | Set fill color dependent on a status signal severity.
|
| DigError | Boolean | Set red fill color when the signal is high.
|
| DigWarning | Boolean | Set yellow fill color when the signal is high.
|
| DigFlash | Boolean | Flash with specified color when the signal is high.
|
| FillLevel | Float32 | Changes partly the fill color of the component. The level
|
| | | for the borderline of the colored part is determined by
|
| | | the value of the signal.
|
| Invisible | Boolean String | Make the component invisible when the signal is high,
|
| | | or when the string is empty.
|
| DigBorder | Boolean | Set specified border color when the signal is low.
|
| DigBackgroundColor | Boolean | Set specified background color when signal is high.
|
| TimeoutColor | Boolean | Set specified color when at subscription timeout.
|
| DigTextColor | Boolean | Set specified text color when the signal is high.
|
| DigText | Boolean | Set specified text when the signal is low.
|
| AnalogText | Float32 Int32 | Set up till 32 different texts depending on the value of
|
| | | an analog signal.
|
| Value | Arbitrary | Write the value of an attribute.
|
| Rotate | Float32 Int32 | Rotate the component.
|
| Move | Float32 Int32 | Move and scale the component is x and y direction.
|
| DigShift | Boolean | Shift between two pages in the subgraph (first and last page).
|
| DigLowShift | Boolean | Shift between two pages in the subgraph (first and last page).
|
| DigFourShift | Boolean | Shift between four pages in the subgraph.
|
| AnalogShift | Float32 Int32 | Shift between different pages in the subgraph. The value
|
| | | of the signal determines the page number.
|
| Animation | Boolean | Different types of animation.
|
| Video | - | Display a continuously updated image file.
|
| SliderBackground | - | Indicates that the subgraph is background to a slider component.
|
| DigCommand | Boolean | Executes a command when signal gets high.
|
| DigScript | Boolean | Executes a script when signal gets high.
|
| ScrollingText | Boolean | Display a scrolling text.
|
| DigSound | Boolean | Play a sound.
|
| DigTransparency | Boolean | Shift transparency depending on the value of a
|
| | | digital signal.
|
| AnalogTransparency | Float32 | Set transparency depending on the value of an
|
| | | analog signal.
|
| ColorThemeLightness | - | Adapt lightness of component to color theme.
|
| DigSwap | Boolean | Restart all subscriptions in the graph.
|
| UnitConvert | Float32 | Convert value unit before displaying in value field.
|
| HostObject | Object | Complex component dynamics.
|
|
|
|
|