question

Kevin S7 avatar image
0 Likes"
Kevin S7 asked Ryan Clark edited

Improve process flow

Buenos días, ¿cómo puedo corregir este error? Quiero darle prioridad al hecho de que cuando el operador ha terminado de traer la cola 5,6,7 al combinador, los operadores se quedan ahí en el tiempo de proceso que está en el combinador una vez finalizada esa opción el operador puede empezar de nuevo a cargar los productos y así sucesivamente


CARGAR 1.fsm


FlexSim 21.2.4
combineroperatordispatcher
load-1.fsm (33.5 KiB)
· 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.

1 Answer

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Ryan Clark edited

To have the operators stay at the combiner activate the "Use Operator" option on them. To make sure that the operators are not currently busy with the process flow transport task I placed a "Wait for Event" activity in front of the release activity that frees up the queue. This activity is waiting for the combiner to finish the process, so no new transport tasks will be given before the process is complete. Finally, I also added the "On Exit" trigger of the combiners to the "Wait for Item Exit" acitivity further up, to have the token reevaluate the acquire queue activity once the combining process has finished.

A quick tip/note:
It's much easier to properly plan how to approach building a model, if the entire process you want to represent is known from the start. Building one part and then expanding it often leads to unnecessary rebuilding/remodeling, because some requirement was not taken into account previously.

load-prue-tasksequence_1.fsm


· 7
5 |100000

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