...
- Next operation after produced quantity <= quantity of the operations main output product required in order
- = required number of cycles to produce Next operation after produced quantity
- else
- = required number of cycles to produce quantity of the operations main output product required in order
Next operation block duration without nonworking time = Setup time + Additional time + if
- not Divisible cycle time then
- + Cycle time * roundUp(Next operation after cycles / Number of workstations)
- else then
- + Cycle time * (Next operation after cycles / Number of workstations)
...