Conveying flow items after they are moved by kinematics

Conveying flow items after they are moved by kinematics

craig_dickson
Not applicable
19 Views
5 Replies
Message 1 of 6

Conveying flow items after they are moved by kinematics

craig_dickson
Not applicable

[ FlexSim 22.0.0 ]

Hi. I have a model that moves some flow items in the z axis using kinematics, before depositing them onto a conveyor. But when I move them into the conveyor (the entry transfer to be exact), the flow items do not convey; they just sit in the air above the conveyor for the travel time.

This happens whether or not I apply a Finish kinematics.

What do I need to do to get the flow items back to a "normal" state.

(Background: I am modeling an indexing reciprocating vertical lift mechanism. It moves totes from the bottom to the second level, the second to the third, and the third to the fourth level simultaneously, and all locations are served on every cycle. So I can't really use a normal lift construct. I just figured it would be easier to do in code, showing what is happening using kinematics.)

0 Likes
Accepted solutions (1)
20 Views
5 Replies
Replies (5)
Message 2 of 6

jason_lightfootVL7B4
Autodesk
Autodesk
Craig, can you upload your model so we can better see what is going on and how you've implemented this? If needed you can set this question to private.
0 Likes
Message 3 of 6

craig_dickson
Not applicable

Kinematics Test.fsm

Jason, here's the simple test model.

Thanks

Craig

0 Likes
Message 4 of 6

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution

It looks like the Finish Kinematics isn't clearing it's listener couplings from the Queue's predraw. This model does that in code for you.

kinematics-test_jl.fsm

0 Likes
Message 5 of 6

philboboADSK
Autodesk
Autodesk

In your Finish Kinematics activities, if you put the "Object(s)" field back to its default value of "All Objects", then that activity will delete all the listeners for that kinematics node.

1643138185659.png

This will fix those kinematics data nodes so that they aren't interfering with the conveyor's kinematics.



Phil BoBo
Sr. Manager, Software Development
Message 6 of 6

craig_dickson
Not applicable
Thanks!
0 Likes