question

sawanya khomsan avatar image
0 Likes"
sawanya khomsan asked Jeanette F commented

batch random

Input model ปัจจุบัน.fsm1692897031064.png

Transport 1 will deliver goods in random quantities (9 or 18) to the 'Out' locations in each round. Transport 2 will pick up from the 'Out' locations and place them at the 'O' locations one by one in order. Once transport 2 has completed placing items at the 'O' locations for the randomly determined number of rounds, transport 3 will start operating, picking up and placing items on the track. This process continues until all 11 'Out' locations are completed.

I need it to be done gradually, one 'out' at a time. How should I address this?

FlexSim 22.2.0
make flexsim 3d and 2d model
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 Jeanette F commented

Hello @sawanya khomsan,

If you have the batch activity collect the tokens and release one token that has all the boxes in an array. Then that one toke acquires the transporter and creates a task sequence where you can then use a sub flow to load an unload each item in the array.

1692907624579.png

1692907691301.png

1692907640481.png

input-model-______1.fsm


1692907624579.png (39.6 KiB)
1692907640481.png (31.4 KiB)
1692907691301.png (46.0 KiB)
input-model-1.fsm (3.3 MiB)
· 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.

sawanya khomsan avatar image sawanya khomsan commented ·

1692958582127.png


I have made corrections following the advice, but I'm still encountering the same issue as before. I would like the task to be completed one 'Out' at a time.


0 Likes 0 ·
1692958582127.png (69.1 KiB)
sawanya khomsan avatar image sawanya khomsan commented ·
0 Likes 0 ·
input-model-1.fsm (3.3 MiB)
Jeanette F avatar image Jeanette F ♦♦ sawanya khomsan commented ·

Hello @sawanya khomsan

1692982121980.png


So the transporter cannot be acquired till it is released. This will make it so that when a batch is finished it will then wait for when it can acquire the transporter. So more than one Out is not possible to be completed at a time.

0 Likes 0 ·
1692982121980.png (113.1 KiB)

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.