question

Shivonne K avatar image
0 Likes"
Shivonne K asked Benjamin W2 commented

Adjust axis of ASRS during loading and unloading

How can I make the ASRS goes up and down only in a certain point at the center of the rack. I'm trying to makes it looks like elevator to go between different level of the rack like this.

Here is my model. Thanks for help.

phase-3.fsm

FlexSim 19.0.4
asrs vehicle behaviour
capture.png (253.3 KiB)
phase-3.fsm (554.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.

1 Answer

·
Joerg Vogel avatar image
1 Like"
Joerg Vogel answered Benjamin W2 commented

You can divide the travel to the loading or unloading location in a rack by Tasks. A vehicle like a ASRS executes for a job a sequence of tasks. You inserts in the standard task sequence to transport items tasks. The tasktype is for loading TASKTYPE_PICKOFFSET for unload TASKTYPE_PLACEOFFSET. You adjust the parameters that the ASRS moves only a portion of a direction the location of action. Maybe you need to insert several of these tasks.

asrs-placeoffset-x-100-percent.fsm

You find the source code in the On Receive Task trigger of ASRS vehicle properties.


· 3
5 |100000

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

Shivonne K avatar image Shivonne K commented ·

Hi, I've try to insert the code like yours but I cannot find out how to fix the ASRS go up and down in the center position. Can I combine the ASRS with elevator to do such a task? Means the ASRS will only go up and down according to the elevator?

phase-3.fsm

0 Likes 0 ·
phase-3.fsm (277.8 KiB)
capture.png (1.3 MiB)
Joerg Vogel avatar image Joerg Vogel Shivonne K commented ·

Please try to add a task of TASKTYPE_TRAVELTOLOC.

You add a task to let travel the ASRS vehicle to the x location and then you and another task of the same type to get to the right level.

0 Likes 0 ·
Benjamin W2 avatar image Benjamin W2 commented ·

Hi @Shivonne K, Was Joerg's answer helpful to you? If so, could you hit the "Accept Answer" button? If not, How else can we help?

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.