Click or drag to resize

WorkStagePauseReason Enumeration

Types of WorkStage pause reasons

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public enum WorkStagePauseReason
Members
Member nameValueDescription
Unknown0 The reason of the pause is unknown
MaterialMissing1 The stage is stopped because a material is missing (or too low quantity) for production
NozzleMissing2 The stage is stopped because a nozzle is missing (or too low quantity) for production
WaitingForPreviousStageConveying3 The stage is waiting for the previous stage ton convey a board to him
WaitingForNextStageConveying4 The stage is waiting for the next stage to be able to receive a board
ManualAlignmentNeeded5 The stage is waiting for the operator to execute a manual alignment
MaterialInstalledConfirmationNeeded6 The stage is waiting for the operator to confirm the installation a material (doubt)
ManualBarcodeFillingNeeded7 The stage is waiting for the operator to manually fill a barcode
InformationMessageConfirmation8 The stage is waiting for the operator to confirm an information message
ProductionStoppedByOperator9

** NOTE: ADDED in CFX 1.2 **

The stage is waiting because it has been stopped by the operator
See Also