Tags (SimpleTagInfo)
Several Simple Tag Info components, also known as “simple tags” or “tags”, are available in the Tags folder of the tagdictionary palette. Use these when creating a custom tag dictionary to populate the tag definitions list. Drag these tags from the palette to the Tag Definitions folder in the tag dictionary’s property sheet to create the tag definitions for that dictionary.
Tags properties
Tag components and properties are listed below.


| Name | Value | Description |
|---|---|---|
| Marker | Marker (default) | Tag name only. The Marker tag does not require a value. The fact that a component has the tag applied is sufficient to convey semantic information (the tag name “device” or “input”). |
| String | text | Tag name and string value |
| Integer | 0 (default) | Tag name and numeric value |
| Long | 0 (default) | Tag name and numeric value |
| Float | 0.00 (default) | Tag name and numeric value |
| Double | 0.00 (default) | Tag name and numeric value |
| Boolean | true, false (default) | Tag name and boolean value |
| Ord | null (default) | Tag name and Ord value |
| DynamicEnum | 0 (default) | A DynamicEnum is an ordinal state variable whose range can be specified by an EnumRange. |
| EnumRange | null (default) | An EnumRange stores a range of ordinal/name pairs. |
| AbsTime | 31–Dec-1969 07:00 AM/PM EST (default) | An AbsTime is an absolute point in time relative to a given time zone. |
| RelTime | +00000h 00m 00s (default) | A RelTime is relative amount of time. |
| Unit | micsc() null(null) (default) | Tag name and unit of measure |
| Timezone | UTC (+0) (default) | A TimeZone value tag specified by an EnumRange. |