Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
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)and must pass the job before 01:00 pm
Solution
You If it is possible to measure the running time of the job than you can define the beginning of the runtime run-time to the specific start time if it is possible to measure the running time of the job.
Solution
Job
Job (max. running time 1 hour)
Code Block | ||
---|---|---|
| ||
Code Block | ||
<run_time begin="12:00" end="13:00"/>
|
Order
Code Block | ||
---|---|---|
| ||
<run_time let_run="no" >
<period single_start="17:00"/>
</run_time>
|