question

Kevin S7 avatar image
0 Likes"
Kevin S7 asked Felix Möhlmann commented

Improve a flow process

Buenos días me pueden ayudar a corregir un modelo que tengo, por favor, lo que pasa es que quiero que los operadores después de cargar los productos en la cola 5, esos dos operadores llevan el combinador y por lo tanto lo mismo de esos dos operadores tienen que empacar el combinador. . los productos ya con el tiempo que hay una vez finalizada esta tarea, puedes volver a recoger los productos y así sucesivamente


LOAD PRUE.fsm

FlexSim 21.2.4
processflowcombineroperator
load-prue.fsm (118.4 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 Felix Möhlmann commented

Normally I'd advise against mixing process flow and 3D logic, in this case it is relatively easy to handle though.

If you create a task sequence for the travel/load/unload activities in the process flow, they won't be interrupted by other task sequences that might come from the 3D model.

The same is true the other way around. If the operators are currently buys with a task from the 3D model, the new task sequence from the process flow will be added to their task queue and start when the previous task is finished.

To treat the process flow activities as a task sequence, use the "Create TS" and "Finish TS" activities to at the start and end of the flow.

https://docs.flexsim.com/en/21.2/Reference/ProcessFlowObjects/TaskSequences/CreateTaskSequence/

https://docs.flexsim.com/en/21.2/Reference/ProcessFlowObjects/TaskSequences/FinishTaskSequence/

This way the transport logic to the combiners can be done using dispatchers. Due to the batching in the queues, all transport tasks will be created adn dispatched at once, meaning the process flow won't interrupt the transport, since any new task sequence would be added to the end of the task queue (except when using priority/preemption).

load-prue_tasksequence.fsm


· 3
5 |100000

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