Table of Contents |
---|
| outlinh1. true |
---|
| outlinh1. true |
---|
1 | printablefalse |
---|
2 | stylh1. none |
---|
3 | indent20px |
---|
|
!!! 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 .!!! Solution of the job.
Job (max. running time 1 hour (12:00 - 13:00)
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>
|