| Attribute | Description | |
| Value.Attribute | Signal in the database or arbitrary type, that is written out in | |
| the text field. | ||
| Value.Format | Format in c-printf syntax. | |
| Value.ZeroBlank | When value is zero, the value field is blank. | |
| Value.DecimalsAttr | Integer signal for number of decimals. | |
| Value.DecimalsDecrease | The number of decimals will be decremented | |
| the specified amount. | ||
| Value.Instances | Instance mask where instances can be added or removed. | |
| %t | Date and time. Eg 24-MAY-2007 11:33:43.91 |
| %1t | Only time, no hundredth. Eg 11:33:43 |
| %2t | Only time, with hundredth. Eg 11:33:43:91 |
| %3t | Compressed date and time. Eg 07-05-24 11:33:43 |
| %4t | Date only. Eg 24-MAY-2007 |
| %5t | Compressed date. Eg 07-05-24 |
| %6t | Time and date. Eg 01:00:00 30/01/87 |
| %t | Time with hundredth. Ex 1:23:45.43 |
| %1t | Time without hundredth. Ex 1:23:45 |
| %d | The enumeration value is displayed as in UInt32. |
| %s | The enumeration value will be converted to the corresponding string. |
| %o | Object name (last segment). |
| %1o | Path and object name. |
| %2o | Volume, path and object name. |
| %o | Object name (last segment) and attribute name. |
| %1o | Path, object name and attribute name. |
| %2o | Volume, path, object name and attribute name. |
| %m | The status value will be converted to the corresponding string. |
| Eg "GDH-E-NOSUCHOBJ, No such object". | |
| %1m | Only the text part of the string is displayed. Eg "No such object". |
| %d | The mask is displayed as an UInt32. |
| %b | The mask is displayed as a 32-bit binary value. |
| %16b | The mask is displayed as a 16-bit binary value. Eg 001111100011001. |