question

gust-flex avatar image
0 Likes"
gust-flex asked Jeanette F commented

Place items on pallet till certain amount

Hello,

I am working in a large model to place items on a pallet. However, I am not getting what I want done. Here is a test version where I am getting stuck. What I want:

- First the forklift places an empty pallet on the floorstorage

- Then the forklift placing boxes on a pallet (many different ones, now there are only 2 but in my model 59)

- When there are 200 boxes on the pallet, the pallet must go to the conveyor belt

- Then a new pallet is placed on the floorstorage again on which 200 boxes must be placed

test_place_items_on_pallet.fsm

And this loop must keep repeating.

Thanks in advance!

FlexSim 23.1.2
palletnumber of objects
· 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @gust-flex, was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Felix Möhlmann commented

Since moving items to the pallet hinges on there being a pallet I would suggest the following:

Push the items onto list. The token that moved the pallet to the storage then runs through a subflow 200 times, each time pulling an item and transporting it to the pallet. Then the token continues and has the transporter move the pallet to the conveyor.

The screenshot is only a mockup, but the final Process Flow would look something like this.

capture1.png


capture1.png (32.5 KiB)
· 2
5 |100000

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

gust-flex avatar image gust-flex commented ·

Hi, thanks for the answer. I don't understand the subflow when you use a subflow and with what token? Can you maybe add the file?

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.