Hi,
I need some help, I guess some code is required in order for me to do what I want. An item arrives to Queue1, there's a processor as next stop, but the process time follows an specific distribution. So, items in Queue1 can and will stay there for some x time.units. I created a label, and I want to set the stats_staytime in that label for every flowitem, but I also want to use said time to make some decisions. If stats_staytime>300(timeunits) the item must leave Queue1.
How can I do this in FlexSim?
Thank you in advanced for your reply.