WorkStagePauseReason Enumeration |
Types of WorkStage pause reasons
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic enum WorkStagePauseReason
Public Enumeration WorkStagePauseReason
MembersMember name | Value | Description |
---|
Unknown | 0 |
The reason of the pause is unknown
|
MaterialMissing | 1 |
The stage is stopped because a material is missing (or too low quantity) for production
|
NozzleMissing | 2 |
The stage is stopped because a nozzle is missing (or too low quantity) for production
|
WaitingForPreviousStageConveying | 3 |
The stage is waiting for the previous stage ton convey a board to him
|
WaitingForNextStageConveying | 4 |
The stage is waiting for the next stage to be able to receive a board
|
ManualAlignmentNeeded | 5 |
The stage is waiting for the operator to execute a manual alignment
|
MaterialInstalledConfirmationNeeded | 6 |
The stage is waiting for the operator to confirm the installation a material (doubt)
|
ManualBarcodeFillingNeeded | 7 |
The stage is waiting for the operator to manually fill a barcode
|
InformationMessageConfirmation | 8 |
The stage is waiting for the operator to confirm an information message
|
ProductionStoppedByOperator | 9 | ** NOTE: ADDED in CFX 1.2 **
The stage is waiting because it has been stopped by the operator
|
See Also