12 Standard DataTypes

12.5 RedundancySupport

This DataType is an enumeration that defines the redundancy support of the Server. Its values are defined in Table 210.
Table 210 – RedundancySupport values
Name | Value | Description |
---|---|---|
NONE | 0 | None means that there is no redundancy support. |
COLD | 1 | Cold means that the server supports cold redundancy as defined in OPC 10000-4. |
WARM | 2 | Warm means that the server supports warm redundancy as defined in OPC 10000-4. |
HOT | 3 | Hot means that the server supports hot redundancy as defined in OPC 10000-4. |
TRANSPARENT | 4 | Transparent means that the server supports transparent redundancy as defined in OPC 10000-4. |
HOT_AND_MIRRORED | 5 | HotAndMirrored means that the server supports HotAndMirrored redundancy as defined in OPC 10000-4. |
See OPC 10000-4 for a more detailed description of the different values.
Its representation in the AddressSpace is defined in Table 211.
Table 211 – RedundancySupport definition
Attributes | Value | ||||
---|---|---|---|---|---|
BrowseName | RedundancySupport | ||||
IsAbstract | FALSE | ||||
References | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
Subtype of the Enumeration DataType defined in Table 143. | |||||
HasProperty | Variable | EnumStrings | LocalizedText[] | PropertyType | |
Conformance Units | |||||
Base Info ServerType |