Versions Compared

Key

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

Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

Problem (Example)

Starting Situation

  • An order Order was scheduled to start MMo-F Fr at 5:00 pmThe last order job must start at
  • Now - due to an assumed restriction by a job - the order has to wait until 12:00 am (have to wait)

Solution

  • 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 If it is possible to measure the running time of the job than you can define the beginning of the runtime to the specific start time.

Job (max. running time 1 hour)

Code Block
languagexml

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

Order

Code Block
languagexml

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

...