Click or drag to resize

FaultCause Enumeration

Possible causes of a fault that may causes a stoppage in production

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
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
Refill10 A stop was induced because material requires a refill of an empty consumable material
MsdExpired11 A stop was induced because required material moisture sensitive status has been expired
MaterialExpired12 A stop was induced because required consumable material due date status has been expired
MissingComponent13 A stop was induced because required consumable material is missing
ElectricalFailure14 A stop was triggered by an electrical device failure (i.e. Sensor failed)
ServicesFailure15 A stop was triggered by a services failure (i.e. Lack of air pressure)
ProcessError16

** NOTE: ADDED in CFX 1.2 **

A stop was triggered due to process error.
RejectedComponent17 A stop was induced because a consumable material has been rejected

** NOTE: ADDED in CFX 1.5 **

See Also