I want to develop a logic where I can have different process time for different flowitems that arrives in the model.
The source creates model based on uniform distribution(10,70), now I need my processor to process items based on this logic
1. If the interarrival time is >= 50 Process time is 50
2. If interarrival time >40, process time is 40
3. If interarrival time is <30 process time is 30
I am trying to use global table method but not able to develop it