I’m attempting to implement routings using the new (to apps10) feature of resource share per the below; every example given shows less than a full loading though. I’m trying to understand the expected behavior when loading requires more than one “cycle” i.e. if the below example was for 14 units instead of 4. I would expect one run at 100% and one at 40% per the slide below, but it doesn’t seem to be happening this way.
In my test case, I have an operation line with a resource share of .5 and a lot size of 3 on the shop order. When I release this, I get the below information message about calculated resource share (which gets fixed at 1, and that makes sense)
However, contrary to expectations, the actual result is different, instead of 2 cycles as expected (first cycle 100% utilization, second cycle 50% utilization) it clocks one cycle at more capacity than is possible.
Is this a setting that isn’t correctly set in our environment? or something else?