question

BelenC avatar image
0 Likes"
BelenC asked Felix Möhlmann answered

Operator follows the flow item through the entire process

We are creating a model of car washing. In this case, we do not know how to assign an operator who is connected by a dispatcher in the register. In registration, an operator is assigned to a car (flowitem) and this operator takes it to washing, drying, quality and payment. Any help is very welcome, I attach the file to see the model. Thank you so much

P.2_Flexsim_DiamondWash.fsm

FlexSim 25.0.2
flowitemdispatchersoperator task
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

I'd use a TE-list that contains the operators at the start of the model. The first process that requires an operator pulls one from the list. The pulled operator is stored in a label on the car (In the attached model this happens in the OnProcessFinish trigger of the first processor). Every subsequent step then just references this label. When the car enters the sink the operator is pushed back onto the list.

p2-flexsim-diamondwash_1.fsm


5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.