12.5 RedundancySupport
This DataType is an enumeration that defines the redundancy support of the Server. Its values are defined in Table 232.
Table 232 – 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 233.
Table 233 – RedundancySupport definition
|
Attributes
|
Value
|
| BrowseName | RedundancySupport |
| IsAbstract | FALSE |
|
References
|
NodeClass
|
BrowseName
|
DataType
|
TypeDefinition
|
ModellingRule
|
|---|
| Subtype of the Enumeration DataType defined in Table 165. |
| HasProperty | Variable | EnumStrings | LocalizedText[] | PropertyType | |
|
Conformance Units
|
|---|
| Base Info ServerType |