question

joc avatar image
0 Likes"
joc asked Felix Möhlmann answered

how can I made a kiva model with sort station?

Hello everyone,

hope you're doing well!

We have a warehouse 1234.fsm that runs a Kiva model. Behind it, there are 4 Racks and next to them is a space where products from robots are sorted and the picker takes and separates them into pallets in the back queues.

1) I'm trying to automatically fill the shelves with boxes at different levels, bays etc., but both in process flow and manually, the transporter got stuck in queue.
2) How can picker take the products from the conveyor and sort them into pallet in the 3 queues that I have placed behind?

3)How can I make the shelves above the robots look more like, lets say, at Amazon?

Thank you in advance,

Yours sincerely.


FlexSim 23.0.5
rackskiva robotsorting conveyor
1234.fsm (668.5 KiB)
· 4
5 |100000

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

Joerg Vogel avatar image Joerg Vogel commented ·

3. Just do it, but with an external tool like a 3D designer. Or you look for it here at this site. Someone posted a model shape already. Perhaps me? Edit: https://answers.flexsim.com/comments/72521/view.html

2. A pallet in a queue is a subnode of the queue. You will move your entering item into this subnode of this queue. Edit2: https://docs.flexsim.com/en/23.1/Reference/CodingInFlexSim/FlexScriptAPIReference/Tree/treenode.html#Property-subnodes

Edit3: https://docs.flexsim.com/en/23.1/Reference/CodingInFlexSim/FlexScriptAPIReference/Tree/treenode.html#Property-first

look also for treenode properties last, prev, next. You get access to items between first and last by subnodes property.

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·
Please reopen the default workspace and you will see upon running that you have many exceptions that you need to fix.
0 Likes 0 ·
joc avatar image joc Jason Lightfoot ♦ commented ·

Τhanks for your fast reply.

Could you be more specific? please.


Thank you in advance.

0 Likes 0 ·
Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @joc,

We haven't heard back from you. Were you able to solve your problem? If so, please add and accept an answer to let others know the solution. Or please respond to the previous comment so that we can continue to help you.

If we don't hear back in the next 3 business days, we'll assume you were able to solve your problem and we'll close this case in our tracker. You can always comment back at any time to reopen your question, or you can contact your local FlexSim distributor for phone or email help.

0 Likes 0 ·

1 Answer

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

Your unfinished (?) "Create Bays" section in the Robot Process Flow is causing the errors, because you refer to Rack1 in the Assign Labels activity Setup, which does not exist in the model and the Destination field of the Create Tokens activity just contains text, not a reference to another activity.

In regards to your actual questions:

1. I don't see what you mean by the forklift "got stuck" in the queue. It correctly moves items to the racks when I run the model.

1680510470169.png

2. It might be easier to use combiners for this. You can change their visual to that of a queue if the look is important. After connecting them to the source and conveyor, you would set where to send the items in the Send to Port option of the Exit Transfer and activate the Use Transport option to have an operator move the items (either reference directly or through a centerport connection). Currently the items are indistinguishable from each other, so I'm not sure how they should be sorted.

1680510484226.png

3. Either use other software to design a 3d shape as Jörg said, or you could try to build something out of the standard shapes in FlexSim in the FlowItemBin.


1680510470169.png (145.8 KiB)
1680510484226.png (172.9 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.