WorkStagePauseReason Enumeration |
Types of WorkStage pause reasons
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic enum WorkStagePauseReason
Public Enumeration WorkStagePauseReason
Members| Member 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