model_test.fsmIn my model, I have items that must be created by percentage:
Item Type | % |
1 | 42 |
2 | 7 |
3 | 7 |
4 | 7 |
5 | 37 |
Each type of item has a distinct distribution inter arrival time.
I tried to make similar to this answer: https://answers.flexsim.com/questions/56535/can-i-use-a-single-source-to-set-interarrival-time.html
The model I tested is attached. Is correct?
Tks!