Create value displays
- Last UpdatedMar 17, 2025
- 3 minute read
Use a value display text object to show the value of a tag. This lets you show things like fill levels, on/off status, or alarm messages.
You can use any one of three types of value display links to show messages at run time.
|
Value Display Type |
Shows |
|---|---|
|
Discrete |
Discrete values such as on or off |
|
Analog |
The value of an analog expression such as fill level or speed. |
|
String |
The value of a string expression such as "Fill Level = 100". |
You can use up to 1023 characters in an expression. If you need a larger expression, create a QuickFunction and call it in your expression.
Messages appear in the location of the original text object using the font, size, color, alignment, and linked attributes set for that object. The original contents of the field have no effect on the message at run time.
Create a discrete value display link
-
Right-click the text object and select Animation Links. The Animation Links dialog box appears.
-
In the Value Display area, select Discrete. The Output -> Discrete Expression dialog box appears.

-
In the Expression box, type the name of a discrete tag or an expression that equates to a discrete value. For example:
Cooling_Pump
-
In the On Message box, type the message to appear when the value of the expression equals 1, true, on, or yes. For example:
Pump is ON
-
In the Off Message box, type the message to appear when the value of the expression equals 0, false, off, or no. For example:
Pump is OFF
-
Select OK.
Create an analog value display link
-
Right-click the text object and select Animation Links. The Animation Links dialog box appears.
-
In the Value Display area, select Analog. The Output -> Analog Expression dialog box appears.

-
In the Expression box, type an analog (integer or real) tagname or an expression that equates to an analog value. For example:
Tank_CV*0.06
-
In the Formatting area, in the list, select each data type for which you want to configure run time advanced formatting. The Fixed Width checkbox, Precision box, and Bits From and To boxes become available based on the data type you select. For information on configuring these options, see Advanced formatting for text.
Note: During run time, the analog value input link field can be resized by selecting and dragging with the pointer and mouse.
-
Select OK.
Create a string value display link
-
Right-click the text object and select Animation Links. The Animation Links dialog box appears.
-
In the Value Display area, select String. The Output -> String Expression dialog box appears.

-
In the Expression box, type the name of a message tag or an expression that uses a message tag. For example:
"The Tank Level is:" + Text(TankLevel,"#")
-
Select OK.
Note: During run time, the string value input link field can be resized by selecting and dragging with the pointer and mouse.