question

Maria Camila MS avatar image
0 Likes"
Maria Camila MS asked tannerp commented

¿Operarios en colas?

Tengo 3 operarios, y dos de ellos deben ir a una cola distinta, ir a una recoger una caja y retornar a otra cola, de ¿qué forma hago esto?

FlexSim 20.1.1
flexsim 20.1.1operator movements
· 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.

tannerp avatar image tannerp commented ·

Hi @Maria Camila MS, was Jörg Vogel's answer helpful? If so, please click the red "Accept" button on their answer!

0 Likes 0 ·

1 Answer

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Joerg Vogel commented

A coordinated tasksequence example 2 picklist option is choosen as a reference in the field Use Transport from Custom Tasksequence Example in the queue, which sends the box to another object..

I added some source code lines commented by a bracket of "++ JV ++". Those lines are responsible to let travel the operator team to another destination after they have finished their transport job.

Coordinated Tasksequence in Manual

coordinated_tasksequence_example_2_enhanced-jv.fsm

If you try this with Process Flow logic, I would suggest you use activities of Coordination to accomplish this.

If you want to queue operators in an object, then you will build your logic upon Process Flow in conjunction with the people module. There you find a queue object as a Waiting Line for people. But in this module are your operators flowitems, too. Then you assign transport tasks to people flowitems.

· 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.

Joerg Vogel avatar image Joerg Vogel commented ·

Attached is example model to demonstrate People queue and transport of items in pairs.

The queued persons are pushed to a list to collect them in pairs for a coordinated transport job.

I mix people and task activities to get this working.

coordinated_transport.fsm

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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