18.4.1 JobStatus

The JobStatus Property represents the current status of the job.

Table 86 – JobStatusEnumeration Definition
Name Value Description
OTHER0This state is used if none of the other states below apply. Set by operator.
TRANSFERRED_ASSIGNED1The job has been transferred to the machine and assigned as current job.
SET_UP_ACTIVE2The operator prepares the machine for the job.
SET_UP_INTERRUPTED3The operator has interrupted but not finished the preparation of the machine for the job.
SET_UP_FINISHED4The operator has finished the preparation of the machine for the job.
START_UP_ACTIVE5The operator is setting the machine in the start-up phase.
JOB_IN_PRODUCTION6The machine is producing parts/products for the job.
JOB_INTERRUPTED7The job is interrupted. The nominal output is not reached.
JOB_FINISHED8Nominal output reached.
TEAR_DOWN_ACTIVE9The operator tears the machine down.
TEAR_DOWN_INTERRUPTED10Tear-down is interrupted but not finished.
TEAR_DOWN_FINISHED11Tear-down is finished.

The JobStatus is set by the machine/operator. This can be triggered by the methods StartJob, InterruptJob and FinishJob. The selection of the value JOB_IN_PRODUCTION_6 can be prevented by the client by setting ProductionReleased to FALSE (see 14.7.2).