Replies: 1 comment
-
The parameter plan.administrativeLeadtime works on the demand level. We plan for an ASAP delivery, ahead of the due date. For instance, the final assembly operation can only be scheduled on day 20 because material or capacity are completely missing before that time. The production of the subassemblies will be scheduled to finish the subassemblies just before day 20, even if all material and capacity is available to start today. You can look into the field "operation.posttime" https://frepple.com/docs/current/model-reference/operations.php to build in extra buffer time between operations. The buffer time is a soft constraint - ie the algorithm tries to respect it, but a plan with a smaller time between the operations is ok. In the example above setting the posttime to 999 days for the subassemblies should plan these earlier. |
Beta Was this translation helpful? Give feedback.
-
I'm using plan.administrativeLeadtime=999 to plan forward. But I still have some issues with the result.
I created a simple calendar to illustrate better my problem.
The thing is that Resources 2, and 3 are free to use from day 5. But frepple waits those operations until just starting the last operation. In our use case we can start on day 5 using resource 2, so if new order comes in on day 7 and needs the same resource maybe I can allocate on the 8th day instead of 9th.
Is this supported in Frepple? Any parameter I can adjust?
Beta Was this translation helpful? Give feedback.
All reactions