TagType
- Last UpdatedNov 17, 2021
- 1 minute read
The TagType property is a read-only property that returns the tag type for the current tag.
Syntax
Result = aaHistClientSingleValueEntry.TagType;
Remarks
Valid values are:
|
-1 |
The tag type can’t be determined. This can occur if the tag is invalid or if there was a failure to connect to the server. |
|
1 |
Analog |
|
2 |
Discrete |
|
3 |
String |
|
4 |
Complex (not supported) |
|
5 |
Event |
The default value is -1.