How can make my ASRS move only UP and DOWN?

How can make my ASRS move only UP and DOWN?

victoria_m2
Not applicable
13 Views
4 Replies
Message 1 of 5

How can make my ASRS move only UP and DOWN?

victoria_m2
Not applicable

[ FlexSim 20.1.3 ]

I have a ASRS that pulls from a conveyor and delivery at a rack that stack by level first, the rack has 3 levels avaliable. I want the ASRS to only go up and down delivering on each level, I don't want it to go through the rack horizontaly.

Is it possible?

asrhTest_do_no_travel_along_the_rack_just_up_and_down.fsm

0 Likes
Accepted solutions (1)
14 Views
4 Replies
Replies (4)
Message 2 of 5

tanner_p
Not applicable

@victoria.m2,

Which horizontal direction(s) would you like to limit the ASRS travel in? In the image shown, red, yellow, or both?

31267-limit-horizontal-travel.png

0 Likes
Message 3 of 5

victoria_m2
Not applicable

The red one!

0 Likes
Message 4 of 5

tanner_p
Not applicable
Accepted solution

@victoria.m2,

I've put some thought into your question and I understand that the main concern here is that the ASRS fork will take a lot of time to travel to the end of a rack when it's set up this way. Unfortunately, there's not an easy way to disable the ASRS fork extension. For this reason, I suggest considering this suggestion as a workaround. The model will function correctly for all intents and purposes. It might look a little different, but that should be okay!

My suggestion is to add small queues in front of each rack that can receive items. The queues will be responsible for placing the items in the racks. This eliminates the need for the ASRS vehicle to travel all the way to the exact rack location. The travel time and animations are cut to pretty much just be as if the ASRS fork was only moving up and down.

31309-queues-before-racks.png

The alternative would be more complicated and would involve created a custom Task Executer and using Kinematics to control its motion in two planes. This is probably more trouble than it's worth (like 10x harder), but if you'd like, I'm happy to guide you as to how this could be done.

Here's an example of what adding queues would look like. I think it works pretty well, but let me know what your feedback is.

asrhtest-do-no-travel-along-the-rack-just-up-and-d (1)_3.fsm

Message 5 of 5

Ben_WilsonADSK
Community Manager
Community Manager

Hi @victoria.m2, was tanner.p's answer helpful? If so, please click the red "Accept" button on their answer. Or if you still have questions, add a comment and we'll continue the conversation.

0 Likes