Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following algorithm matches a scheduled job with a job that is detected on a connected machine:

Panel
bgColor#DEEBFF

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

  • the detected job started within the start and end time of the scheduled job

  • or if the detected job started max 1h before the start time of the scheduled job

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.

...