...
The following algorithm matches a scheduled job with a job that is detected on a connected machine:
Panel | ||
---|---|---|
| ||
When the actual start time of a detected job lies within +/- 1h of the scheduled start time of a job in the MES, then match those two jobs. Otherwise, create a new job in the MES.A scheduled job is matched with a detected job if
|
As a result of matching a detected job, the scheduled start time is adjusted to the actual start time. Likewise, the end time and duration of a job are adjusted to the actual values once the connected machine sends the job finished signal via Machine Connectivity.
...