Starting Situation

  • An order was scheduled to start Mo-Fr at 5:00 pm
  • Now - due to an assumed restriction by a job - the order has to wait until 12:00 am and must pass the job before 01:00 pm  

Solution

You can define the beginning of the run-time to the specific start time if it is possible to measure the running time of the job.

Job (max. running time 1 hour)

 <run_time begin="12:00"  end="13:00"/>

Order

 <run_time let_run="no" >
    <period single_start="17:00"/>
 </run_time>