About ASRS Vehicle

About ASRS Vehicle

tomonori_s
Not applicable
183 Views
4 Replies
Message 1 of 5

About ASRS Vehicle

tomonori_s
Not applicable

[ FlexSim 21.0.5 ]

The attached model uses an ASRS vehicle for the rack to transport flow items.

I have set an initial lift height, but every time I load a flow item into a rack, it returns to the initial lift height.

Please tell me how to set it to wait on the spot after loading it.

ASRSVehicle.fsm



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

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

You have to set and thus you change the initial lift height each time you load or unload items in a pick or place offset task. If this variable gets evaluated at the time when an offset travel begins, then you have to set this value beforehand.

any motion is a result of kinematic. You can test if you achieve the same result by deactivating the kinematic, if loading or unloading are done. This can work if the kinematic node gets initialized each time a new offset travel starts. Otherwise the motion is turned off for the rest of run time of your model.

0 Likes
Message 3 of 5

tomonori_s
Not applicable

Thank you for your reply.

excuse me. I would like to have a sample model based on the attached model because I can not understand it if it is explained only in the text.

If possible, I want to solve it with a simple model, so if possible, I would like something that does not use process flow.

0 Likes
Message 4 of 5

moehlmann_fe
Advocate
Advocate

The initial lift height value is stored in the "forkresetheight" node in the objects tree (under variables). You can set its value with

ObjectReference.setVariable("forkresetheight", value)

I'd suggest to do this in an "On State Change" trigger, when the state the vehicle enters is the "unloading" state (and thus before the next travel task starts).

In the attached model you will also find the necessary code to determine the current height of the lift/extender in the trigger option.

asrsvehicle_1.fsm

0 Likes
Message 5 of 5

tomonori_s
Not applicable

It was very helpful. Thank you very much.

0 Likes