Replies: 3 comments 1 reply
|
What you see are the expected results. Bucket_Week will only assure that on a weekly basis your capacity isn't exceeded. If you don't want manufacturing orders to run for multiple days, you need to use a "default" resource with a max-calendar. The solver will then break big requirements into multiple smaller manufacturing orders. |
|
I'm ok that the manufacturing orders run for multiple days, what I don't understand is why multiple manufactoring orders are scheduled the same days in the same resource. I thought that I set the resource with only 40 hrs per week available, hence I would expect that only one manufacturing order is scheduled on a given week. I ran the plan with constrains. |
|
Ah, then it's probably the "quantity" and "quantity_fixed" fields on the operation-resource records you need to look into. Copying the values of the operation "duration" and "duration per" fields into the operation resource fields "quantity" and "quantity_fixed" may give the results you expect. |




Ah, then it's probably the "quantity" and "quantity_fixed" fields on the operation-resource records you need to look into.
On all bucketized resource types they define capacity consumption of your operation independent of the duration. Ie an operation can take 4 hours but only use 30 minutes of a certain resource.
Copying the values of the operation "duration" and "duration per" fields into the operation resource fields "quantity" and "quantity_fixed" may give the results you expect.