Send item in bulk from rack

Send item in bulk from rack

Guldberg.dk
Contributor Contributor
95 Views
2 Replies
Message 1 of 3

Send item in bulk from rack

Guldberg.dk
Contributor
Contributor

[ FlexSim 21.2.4 ]

Hi

Im simulating a tote sorter that sorts 2 kinds of boxes (red and grey) with a label (geolocation) ranging from 1 to 11.


1636458827189.png


The sorter picks up a box from the incoming conveyor and stores it in one of five different slots per geolocation, based on the geolocation of the box (label added on creation of the boxes).

Also red and grey boxes cant be stored together. The slot assignment strategy makes sure of this and labels painted on the rack


This works as expected, but im having a hard time wrapping my head around where to initiate the picking of the boxes.

There are two cases for initiating the pick

1. Once 4 out of 5 slots for a given geolocation is full, the robot will start picking and building a pallet

2. At a specific time a flush is inititiated and the picking begins no matter how many items are at a given geolocation.

The pallet being build consist of up to 4 stacks of boxes, the same stacks as inside the 4 slots. Theses stacks are moved in full from the rack (and not one by one)


Does anybody have some good example of how to handle a case like this?

Totesorter.fsm

0 Likes
Accepted solutions (1)
96 Views
2 Replies
Replies (2)
Message 2 of 3

lars_jacobsen_ScandiSim
Advocate
Advocate
Accepted solution

I suggest you use process flow to initiate the pick.

You can use "Wait for event" to listen to your racks and when their content is at or above 4.


1636461452470.png


You can set the capacity of the robot using FlexScript: YourRobotObject.setProperty("Capacity", 4);

I hope this can help you along?


0 Likes
Message 3 of 3

connor_a
Not applicable

Hi @Jacob G3, was Lars Christian J2'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