question

larkint8328 avatar image
0 Likes"
larkint8328 asked Jason Lightfoot commented

Keep ASRS extended on z travel

Hello,

I am trying to model a picking system and am using the ASRS vehicle but completely changed the visuals of it in my model, however, I need to have it lowered while its extended is there a way to stop the cart from coming back in before the lift goes down in the Z direction only?

1688582043322.png

I tried just using stop animation that doesn't seem to actually be an animation you can control. I am using process flow to manually control movement. I uploaded a sample model for this as my model is too large to easily share

keep extended.fsm


FlexSim 23.1.2
asrsmovementextended
1688582043322.png (90.7 KiB)
keep-extended.fsm (30.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

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot commented

You should probably create your own BasicTE and use the onBeginOffset to create your own kinematics - then you have complete control.

· 4
5 |100000

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

larkint8328 avatar image larkint8328 commented ·
That's what i was afraid of, I have no idea where to begin using a BasicTE but I guess its time to learn. I'll give it a shot and let you know how it goes.
0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ larkint8328 commented ·
The only problem with the ASRS is the way that the return kinematic is added -it's part of the OnFinishOffset code, but actually continues offset travel without any end event.

So the other options you have are to create a derived class of the ASRS using a module where you add some functionality to better define the onFinishOffset logic, or to send in a request for the developers to add something to allow more control of this function.

0 Likes 0 ·
larkint8328 avatar image larkint8328 Jason Lightfoot ♦ commented ·

Well I seemed to figure out the basicTE to the level of functionality I need I just decided to use animations to do the extension, the only thing I can't figure out is mimicking the lift speed variable of the asrs

keep extended.fsm

0 Likes 0 ·
keep-extended.fsm (52.0 KiB)
Show more comments

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.