Click or drag to resize

FaultCause Enumeration

[This is preliminary documentation and is subject to change.]

Possible causes of a fault that causes a stoppage in production

Namespace:  CFX.Structures
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public enum FaultCause
Members
  Member nameValueDescription
LoadError0 A problem occurred loading a unit
UnloadError1 A problem occurred unloading a unit
AutoSafetyStop2 A safety stop was automatically triggered by automation
SafetyStop3 A safety stop was manually triggered by a human being
QualityCheck4 A stop was triggered due to a quality related problem
RemoteStop5 A stop was triggered remotely
MechanicalFailure6 A stop was induced by a mechanical failure
SoftwareFailure7 A stop was induced by a software failure
PowerFailure8 A stop was induced by a power failure
MissingDocumentation9 A stop was induced because required documentation was missing
See Also