Text
This element is a basic text display. The graphic origin of the Text corresponds to the geometric center of the Text. This element is a one line text area, where you can change the text, font-color, font-size, CSS style and angle. To add carriage return (break line), you need to add <br> in text field. By default the whitespaces are preserved by the browser, you can change this behaviour with the CSS white-space property
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 |
---|---|---|---|---|---|
X-axis position | ✔️ | ✔️ | Position of the element on the X-axis. | px | Integer number |
Y-axis position | ✔️ | ✔️ | Position of the element on the Y-axis. | px | 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) |
Angle | ✔️ | ✔️ | Angle of rotation of the element compared to its initial position. | degree | Decimal number |
Text | ✔️ | ✔️ | Text displayed on scene. | - | Text |
Font size | ✔️ | ✔️ | Text font size. | - | Integer number |
Style | ✔️ | ✔️ | CSS style of the element. You can change here parameters of the elements that are not already present in other fields. Choose a preset definition. | - | CSS |
Color | ✔️ | ✔️ | Color of the element. This parameter can be edited. | - | Hexadecimal |
Alignment | ✔️ | ✔️ | This parameter allows you to choose the alignment of your text object | - | Enumeration (Left align, Center align, Right align) |
Font style | ✔️ | ✔️ | Style of the font. | - | Enumeration (Regular, Italic, Bold, Bold Italic) |
Width | ✔️ | ✔️ | Length of the element on the X-axis. | px | Integer number |
Height | ✔️ | ✔️ | Width of the element on the Y-axis. | px | Integer number |
Width management | ✔️ | ❌ | This parameters allows you to choose manual or auto width adjustment. | - | Enumeration (Manual, Auto) |
Height management | ✔️ | ❌ | This parameters allows you to choose manual or auto height adjustment. | - | Enumeration (Manual, Auto) |
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.
Clear text
At the reception of the flow, the value of text displayed on scene is cleared.
No parameters for this triggered behaviour
Concatenate text
At the reception of the flow, the value of text displayed on scene is concatenated with a new sentence.
parameters | description | unit | type |
---|---|---|---|
Text | Text to concatenate | - | Text |
Add new line
At the reception of the flow, a new sentence is added after a carriage return.
parameters | description | unit | type |
---|---|---|---|
Text | Text to add | - | Text |
Display flow name
At the reception of the flow, flow name is displayed on scene, as defined in the imported css file.
Display flow parameters signature
At the reception of the flow, parameters' flow names are displayed on scene, as defined in the imported css file.
Display flow parameters value
At the reception of the flow, parameters' flow values are displayed on scene, as defined in the model.
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 text can send information to the model once at initialization |
Continually | The text can send information to the model continuously |