question

Bin Y avatar image
0 Likes"
Bin Y asked Bin Y commented

How could I make two opers working simultaneously?

Hi I'm new to FlexSim, and try to understand the flow control between operators(token?). Attached is the model that I'm trying to have the two operators work simultaneously, but I just could not make it.

Any suggestion or linked pages/documents toward to a solution is highly appreciated.

batch pick for 2 pickers_2.fsm


FlexSim 20.2.3
flexsim 20.2.3simultaneous
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

·
Jeanette F avatar image
0 Likes"
Jeanette F answered Bin Y commented

Hello @Bin Y,

Currently for your Zone you are using the max content of 1 as a constraint. This will only let one token through, which is why you only have one operator working at a time since each token is associated with only one operator.

To fix this we want the zone to allow one token through for each operator. When a token is selected you will see that there is a label called resource that tells which operator is associated with that token.

We will use a zone partition to sort the tokens and place certain constraints on those sorted tokens. In this case we will partition/sort by the label resource and constrain the zone to only allow 1 of each label resource. I implemented this for both your zones.

See model for implementation.

batch-pick-for-2-pickers-2.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.

Bin Y avatar image Bin Y commented ·

Hi @Jeanette F

Thank you for your help, it solved my problem.


Have a great day!

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.