Resource group has 4 resources that do the same job. Each resource has a maximum capacity. When first resource is loaded 100% start loading subsequent resource to maximum capacity.
Example
Resource Group "Sanding"
There are 4 sanders in group (Sander 1, Sander 2, Sander 3, sander 4) each can do 8 units in 8 hours (1.0 hours per unit).
Production order for 20 units is scheduled needing 20 hours
Currently the system will schedule 5 hours on each resource if Resource Quantity is set to "4". This is not correct.
Sander 1 5 units 5 hours
Sander 2 5 units 5 hours
Sander 3 5 units 5 hours
Sander 3 5 units 5 hours
How do I get scheduling to fully load each resource before it starts loading next resource.
Sander 1 8 units 8 hours
Sander 2 8 units 8 hours
Sander 3 4 units 4 hours
Sander 4 Idle
*This post is locked for comments