Dear Community,
What's wrong with my test models ?
To get a better understanding
I just trying to test several functions with 2 simple models .
Model 1: The basic model generates 20 units and uses 1 server (capacity = 1) for what 1 resource (Number of Units = 1) is seized.
Model 2: The model uses 3 parallel server (capacity = 3) and seizes 3 resources (number of Units = 3).
Why is there no difference in the cycle time although I have a queue and in model 2 two additional servers including resources .. ?
Why are in model 2 the resources 1 and 2 are not used although I have a queue .. ?
Model 1
Pool1 UnitsInUseTimes[0]
3.0 d
Pool1 UnitsInUseTimes[1]
40.0 d
Model 2 (unused resources 1 and 2)
Pool1 UnitsInUseTimes[0]
3.0 d
Pool1 UnitsInUseTimes[1]
0.0 d
Pool1 UnitsInUseTimes[2]
0.0 d
Pool1 UnitsInUseTimes[3]
40.0 d
Attached, please find the related cfg and reb files of model 1 and 2.
Many thanks for your input and advice.
Best
Stephan