question

Darby C avatar image
0 Likes"
Darby C asked Connor A commented

Forklift Loading

Hi Everyone,

In my simulation i have 5 parts ready simultaneously on floor storage.

Im trying to get my forklift to collect all of one type of item before getting the next but it is picking up one of each at a time.

How do i fix this?

Thankyou!

FlexSim 21.2.2
forkliftfloor storage
· 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.

Connor A avatar image Connor A commented ·

Hi @Darby C, 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 unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

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

I'd suggest to use a Process Flow to control the transport. Together with a list you can easily control the order in which items are collected.

In the attached example the Process Flow controls the forklift. It first pulls anything from the item list (FIFO). Then the forklift loads that item. Before unloading, the token tries to pull more items of the same type from the list (if there is capacity on the forklift). Once either the capacity is reached or no more items of the same type are found, the loaded items are unloaded at a queue. Then the token first checks again for items with the same type as the last.

EmptyByOrder.fsm


emptybyorder.fsm (51.4 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.

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.