Adding New Default Display Controls
- Updated2026-06-15
- 1 minute(s) read
Add default display controls to an information userbox by configuring ExtraInfo_BMU tables in the Module configuration folder.
The default controls consist of the following:
- A label that contains either constant text or the name of the displayed variable.
- The unit of the variable (optional).
The tables that contain the layout description of these userboxes are of table type ExtraInfo_BMU. Locate these tables in the Module configuration folder of your test case.
Refer to the following table for the values of each column in the table.
| Column | Value | Description |
|---|---|---|
| Info Nr. | INT [1..15] | ID of the info button. |
| Text | TXT / Norm name TXT | Text to display. |
| Value | Norm name variables | Value to display. |
| Unit | 0 | No unit is displayed. |
| 1 | Unit is displayed. | |
| Individual WTB | Norm name table | Custom userbox that is displayed instead of a default control. |
To insert a blank line, enter two quotation marks ("") in the Text column, and leave the remaining columns empty.
The information userbox for an information button with a specific ID is built from the rows with the same ID.
The order of the controls in the userbox is the order of the rows in the table.
The text of the first control in a user box is treated as a caption and is displayed in bold.
You can use one row in the table for either the default control or an individual userbox, but not both at the same time.