The Access Type is giving an indication for the line engineer if the fault, error or warning messages in the fault object
can be handled via a remote terminal session to the equipment
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
SyntaxPublic Enumeration AccessType
MembersMember name | Value | Description |
---|
Unknown | 0 |
Access Type for this fault is unknown
|
Ignore | 1 |
Ignore Assist access type. This is typically an assist which is shown on the station GUI when the operator is working
physically on the machine. These Assists can be ignored by the external system. They are sent anyways exterbal system
can decide to redefine the access type to local or remote.
|
Local | 2 |
Local assist (somebody needs to go physically to the location)
|
Remote | 3 |
Remote assist (issue can be resolved by remote terminal session on the station GUI)
|
See Also