InTouchNode
- Last UpdatedMar 10, 2025
- 2 minute read
Contains one row for each InTouch node from which a tagname data dictionary (Tagname.x) is imported into the AVEVA Historian.
|
Column |
Data Type |
Description |
|---|---|---|
|
(PK) NodeKey |
int NOT NULL |
The unique numerical identifier of the named InTouch node. A node key is automatically generated by the system when a node is added. |
|
MachineName |
nvarchar(255) NOT NULL |
The name of the computer on which the InTouch application resides. |
|
ApplicationName |
nvarchar(32) NULL |
The name of the InTouch application (VIEW). |
|
Path |
nvarchar(250) NULL |
The UNC path to the InTouch Tagname.X file. |
|
Description |
nvarchar(50) NULL |
The description of the InTouch node. |
|
DuplicateChar |
nvarchar(12) NOT NULL |
The string that was added to a tag name as a prefix or suffix to make it unique. |
|
PrefixOrSuffix |
bit NOT NULL |
Used to indicate whether unique tags were created by prefixing or suffixing the unique string for the node. 0 = Suffix; 1 = Prefix. Internal use only. |
|
AlwaysModifyName |
bit NOT NULL |
Used to indicate whether a uniqueness string was added to every tag for the node. Internal use only. |
|
ImportPlantTags |
tinyint NOT NULL |
Used to indicate whether plant tags were imported. (In InTouch, plant tags are called I/O tags.) Internal use only. |
|
ImportSystemTags |
tinyint NOT NULL |
Used to indicate whether system tags were imported. Internal use only. |
|
ImportMemoryTags |
tinyint NOT NULL |
Used to indicate whether memory tags were imported. Internal use only. |
|
ImportAllTags |
int NOT NULL |
Used to indicate whether all tags were imported. Internal use only. |
|
FixedStorageRate |
tinyint NOT NULL |
The cyclic storage rate, in seconds, for imported tags. Internal use only. |
|
ImportRoute |
tinyint NOT NULL |
Used to indicate the type of import that was last performed for the node. Internal use only. |