The operator follows an item throughout the production line

The operator follows an item throughout the production line

Tristan_Dionis
Not applicable
13 Views
2 Replies
Message 1 of 3

The operator follows an item throughout the production line

Tristan_Dionis
Not applicable

[ FlexSim 24.1.1 ]

Scénario1_Ligne.fsmScénario1_Ligne_RMX_VPINJON.fsmGood morning,

I want my operator to follow the object down the line and only be available once the product has passed through all processors.

In order to be able to call on several operators who follow their products on the line.

At the moment my operator leaves his post while the product is on "process Ttime" and goes to another station. that's not what I want.

1730194150717.png

With this Processflow it works but after i have to do different scenary with duplication of poste so at the end this solution doesn't work.

1730195038819.png


0 Likes
Accepted solutions (1)
14 Views
2 Replies
Replies (2)
Message 2 of 3

moehlmann_fe
Observer
Observer
Accepted solution

I'd put the operators on a list. The first station to require an operator (in this case the source) pulls an operator from that list. When an operator loads an item, they write a reference to themselves onto a label on the item in their On Load trigger. All other stations refer to this label when using an operator. When the item enters the queue, the operator is pushed back to the list and can thus be pulled for a new item by the source.

scenario1-ligne-fm.fsm

0 Likes
Message 3 of 3

Tristan_Dionis
Not applicable
It's perfect Thank's


0 Likes