question

Jesus_mar1 avatar image
0 Likes"
Jesus_mar1 asked Jason Lightfoot edited

How can I make the operators carry out one activity and then the other?

The model is a source that creates a box > a processor > a conveyor > operators > 2 combiners.

the combiner receives pallets, the pallets must be filled with 25 boxes and sent to the rack.

The idea is that when the boxes leave the conveyor, the two operators alternate work and take them to the combiner, but they have to first fill the pallet with 25 boxes from the combiner and then fill the pallets of combiner 2.


¿Como puedo hacer que los operarios realicen una actividad y después la otra?

el modelo es un source que crea una cajas > un procesor> un conveyor> operarios >2 combiner.

el combiner recibe estibas, las estibas deben ser llenadas con 25 cajas y se envían al rack.

La idea que cuando salgan las cajas del conveyor los dos operarios se alternen el trabajo y las lleven al combiner pero tienen que llenar primero la estiba con 25 cajas del combiner y después llenar las estibas del combiner 2.

Proyecto U 2.1.fsm

FlexSim 23.1.1
conveyorsystemflowprocesscombiner - componentslist
proyecto-u-21.fsm (76.7 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

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited

Student tip: Instead of sending round robin you need an expression that alternates between 1 and 2 every 25 items that leave the exit transfer of the conveyor. You can find the number that have left using:

current.stats.output.value

You can also use Math.floor() and Math.fmod() to make this happen.


5 |100000

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

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.