StringTag
- Last UpdatedMar 18, 2021
- 1 minute read
Contains one row for each defined string tag. Configuration information specific to string tags is stored in this table, while general information for all tag types is stored in the Tag table.
|
Element |
Data Type |
Description |
|---|---|---|
|
(PK) (FK) TagName |
TagNameType |
The unique name of the tag within the AVEVA Historian system. TagName is a foreign key from the Tag table. |
|
MaxLength |
smallint NOT NULL |
The maximum number of characters for the string. Valid values are: 8, 16, 24, 32, 48, 64, 128, 131, 256, 512. |
|
DoubleByte |
tinyint NOT NULL |
Used to store the string as a double-byte string. 0 = Not stored as double-byte; 1 = Stored as double-byte. The default is 0. |