Skip to content
Docs

Placements

Placements are how a diagram becomes live — each placement pins a piece of data or an interactive control to a specific X/Y position on the canvas.

The Placements page for a diagram lists every placement currently on it:

ColumnDescription
PlacementThe X, Y coordinates of the placement on the canvas.
ItemThe variable or content the placement displays.
Placement TypeThe type of placement — Variable, Text, List, or Action Button.
ActionsDelete the placement.

Click New Placement to add one, then choose a type:

  • Variable Placement
  • Text Variable Placement
  • List Variable Placement
  • Action Button Placement

Displays a single variable’s live value directly on the diagram.

Variable Placement
FieldDescription
Placement Coordinates (X, Y)Position on the diagram. Click the image or enter coordinates manually.
Select VariableThe variable to display.
Placement OpacityTransparency of the placement marker.
Label ColorHex color code for the label text (e.g. #ffffff for white).
Font Size (px)Font size for the label.
Placement Label TypeHow the value is displayed — see below.
OptionDescription
Identifier + ValuesShows both the variable’s name/identifier and its current value.
Identifier OnlyShows just the variable’s name/identifier.
Only values with MarkerShows just the value, with a marker pin.
Only values without MarkerShows just the value, with no marker.

Displays custom text or a keyword based on the variable’s current value — useful for mapping raw values (like 0/1) to human-readable labels (like “OFF”/“ON”) with distinct colors.

Text Variable Placement
FieldDescription
Placement Coordinates (X, Y)Position on the diagram.
Select VariableThe variable whose value determines which mapping below is shown.
Font Size (px)Font size for the displayed text.
ValueThe display text or keyword for this value (e.g. ON, OFF, HIGH, LOW).
Background ColorBackground color for this value (e.g. red for OFF, green for ON).
Text ColorText color for this value (e.g. white on a dark background).

Up to 5 Value / Background Color / Text Color mappings can be configured per placement.


Displays multiple variables together as a labeled list at a single point on the diagram.

List Variable Placement 1List Variable Placement 2
FieldDescription
Placement Coordinates (X, Y)Position on the diagram.
Height (cm) / Width (cm)Dimensions of the list on the diagram.
Label ColorHex color code for the label text.
Background ColorHex color code for the list background.
Placement OpacityTransparency of the placement marker.
Placement AlignmentLeft, Center, or Right — the X coordinate is anchored from the chosen alignment.
Font Size (px)Font size for the list.
Select Variable #1–10Up to 10 variables to include in the list.
Label #1–10Custom label for each variable. If left empty, the variable’s NameLabel is used.

Places an interactive button on the diagram that triggers a configured action when clicked.

Action Button Placement
FieldDescription
Placement Coordinates (X, Y)Position on the diagram.
ActionThe action to execute when the button is clicked.
Font Size (px)Font size for the button label.
Button LabelLabel text to display on the button (e.g. On, Off).
Button ColorHex color code for the button (e.g. #ffffff for white).
Button Label ColorHex color code for the button’s label text.
Button VisibilitySet the visibility level for the button.