Click or drag to resize

AccessType Enumeration

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.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public enum AccessType
Members
Member nameValueDescription
Unknown0 Access Type for this fault is unknown
Ignore1 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.
Local2 Local assist (somebody needs to go physically to the location)
Remote3 Remote assist (issue can be resolved by remote terminal session on the station GUI)
See Also