question

Amey Ramane avatar image
0 Likes"
Amey Ramane asked Amey Ramane commented

Any reference for PutWall Or Put-To-Light Operation of Warehouse in FlexSim

FlexSim 22.1.3
#putwall#puttolight#warehousing
· 7
5 |100000

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

Amey Ramane avatar image Amey Ramane commented ·

@Kavika F


Putwall are used to segregate items into different ship orders after they picked from Rack
example.

- Option A is pick whole batch complete and transport the directly to wall. This solution becomes less common these days.

- Option B is pick from different zones and convey totes directly to wall. Batch consolidates right at the wall. There is a significant pick imbalance, putter will likely wait for the last tote to complete the batch.

- Option C is pick from different zones, consolidate all totes onto the same cart first, then feeding to the wall.


In FlexSim ,

Lets assume

There are 40 different items are coming near putwall by any means , it could be via conveyor or operator bringing them with the help of trolley .

these 40 items could be part of 8 different ship orders .

We are considering an average number per order

Ship Order 1 to 8 contains on an average 5 items

We have 8 Slots in rack (Putwall ) [ if we are considering normal rack to transform into put wall , then ground level we don't have anything . Putwall slots start from first level))

Operator puts randomly each item in different slots (In reality, items in same order put in same slot)

Once number reaches to 5 , light indicator on that particular slot will glow which means order is completed.

The same Operator will take all items from Slot and carry in a tray and put on next place /queue / conveyor.



1 Like 1 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Amey Ramane commented ·
These seems very simple to implement in FlexSim - with what are you struggling?
0 Likes 0 ·
Kavika F avatar image Kavika F ♦ commented ·
Hey @Amey Ramane, could you provide more details for your question? What do you mean when you say PutWall and Put-To-Light Operation?
0 Likes 0 ·
Andrew O avatar image Andrew O commented ·

Hi @Amey Ramane,

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 ·
Amey Ramane avatar image Amey Ramane commented ·

Hi @Kavika F and @Andrew O First of all ., Apology for the delay in responding to your queries. We didn't receive or find any generic solution to my problem .

Regarding Putwall / Put To Light short explanation , kindly find the link mentioned below :

https://lightningpick.com/products/put-to-light/

Currently, in FlexSim, we can't show putwall structure and we need to take help of rack and modify and add logic . Since this is a common practice in most of the warehouses across the globe , so we are looking for such generic model in the FlexSim.

0 Likes 0 ·
Andrew O avatar image Andrew O commented ·

Hi @Amey Ramane, was Kavika F'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 ·
Amey Ramane avatar image Amey Ramane Andrew O commented ·
Yes ,

Absolutely .
Again apology for the delay in replying !
Thank you guys FlexSim forum is really helping us !!

0 Likes 0 ·

1 Answer

·
Kavika F avatar image
2 Likes"
Kavika F answered Amey Ramane commented

Hey @Amey Ramane, I've made a sample model in response to the details you've provided. I'll go over it in detail.

lightonrack.gif


In the above gif, I display a rack with a red "light" for each slot. When that slot fills up with 5+ boxes, the light turns green. This prompts an Operator to grab a tote, fill it up with the boxes, and then take them away to some destination.

I start with a 3D source that sets a label and color based on some distribution. You could replace this with an arrival schedule of some sort or different ratios you have in your warehouse. I assign them a Label "Type", but in your case it would be "ShipOrder".

1662496205921.png

They get put into this rack based on a Slot Assignment Strategy to match a Slot to a Label.

1662496293668.png

If you select Paint Slot Labels in the Library, you can paint slots with different labels so only items with that label can enter them. Each color represents a different Type. These colors are not visible unless you're using the paint brush - that way you can identify the types and then hide the logic.

1662496362260.png To add the Circle on the front of the racks, I opened Toolbox > Storage System and navigated to the Visualizations tab. At the top of this tab, you can select the Visualization you want to affect. I noticed the Gravity Rack used an "Object Colored Cell Supports" visualization, so I went there. On the left there is a column called "Draw Elements" which lets you customize specific parts of the rack. I added an image using the green plus > Image.

1662496598159.png

I renamed it "Light" and then chose to Draw Onto the Slot > Front Face. You can change which part of the front face it draws using the Alignment section. You can also replace it with your own image if you have one. I had the Color of the circle reference a label on each slot called "Ready". When Ready == 0, it's red. When Ready == 1, it's green.

1662496668924.png

Click Apply and OK. That should finish the setup you need to make the rack and light functional.



Below is the Process Flow I used to tell the Operator2 to grab boxes when there's enough.

1662496747266.png


I spawn a token whenever a box enters the rack. I batch the boxes by the slot they enter. After 5 boxes, I send a token through. I keep all the items on a label with an array.

1662496980647.png

I also set the Slot's "Ready" label to 1 to change the light's color.

1662497022211.png

The Operator grabs a tote then walks to the slot. He loads each box one at a time. I used a "Move Object" activity instead of a Load so then I could move the boxes directly into the tote. I moved them using a Subflow, one at a time based on the number of items in the Items label.

1662497090062.png

Then I have the Operator carry the tote to another queue and unload it there. Repeat the process.


Was this helpful? Does this satisfy your requirements?

You can download the model here.


lightonrack.gif (624.2 KiB)
1662496205921.png (8.3 KiB)
1662496293668.png (6.4 KiB)
1662496362260.png (155.2 KiB)
1662496598159.png (6.9 KiB)
1662496668924.png (36.0 KiB)
1662496747266.png (61.5 KiB)
1662496980647.png (25.0 KiB)
1662497022211.png (10.5 KiB)
1662497090062.png (13.5 KiB)
· 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.

Amey Ramane avatar image Amey Ramane commented ·
Hi @Kavika F ,

Thanks again for your valuable and great support .
With your solution we are reaching towards our baseline requirement .
Thanks a lot for detailed explanation !!!!!!

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.