Dynamically change lift speed of ASRS

Dynamically change lift speed of ASRS

sigmped
Not applicable
8 Views
1 Reply
Message 1 of 2

Dynamically change lift speed of ASRS

sigmped
Not applicable

[ FlexSim 22.1.4 ]

Hi,

I want to dynamically change the Lift Speed of my ASRS depending on whether it is loaded or unloaded. I found multiple posts on changing the speed of task executioners, but only in the x and y axis. I only want to change the Lift Speed in the z axis.

Is there an easy way to change lift speed dynamically in the process flow?

Thanks in advance.

0 Likes
Accepted solutions (1)
9 Views
1 Reply
Reply (1)
Message 2 of 2

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution

If you open a property table for the object you will see the property names. In this case the syntax should be:

myASRS.setProperty("LiftSpeed",2);
0 Likes