question

tristan-dionis avatar image
0 Likes"
tristan-dionis asked tristan-dionis commented

The operator follows an item throughout the production line

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


FlexSim 24.1.1
processflowtask sequenceoperator task
1730194150717.png (209.3 KiB)
1730195038819.png (65.3 KiB)
scenario1-ligne.fsm (65.3 KiB)
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 tristan-dionis commented

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


· 1
5 |100000

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

tristan-dionis avatar image tristan-dionis commented ·
It's perfect Thank's


0 Likes 0 ·