question

Paragon.liu avatar image
0 Likes"
Paragon.liu asked Matthew Gillespie commented

kinematics plane change location

hi

i creat a model ,which used kinematics pf ,which is applied to item rotate, however,after finish kinematics,the contained palne just changed the position,What did i miss ? Two pics below,one is before run,the other is after. Hope these can illustrate my issue.

thank you 1655802092190.jpg1655802136490.jpg

FlexSim 22.1.0
kinematics
1655802092190.jpg (204.1 KiB)
1655802136490.jpg (203.9 KiB)
· 5
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

Jordan Johnson avatar image
1 Like"
Jordan Johnson answered Matthew Gillespie commented

The easiest way to accomplish what you want is to use the pickoptions for the decision point. It is difficult to use the kinematics activities in process flow in this case because the item already has kinematics from the conveyor. There is a pickoption to rotate the item. There is also a pickoption to stop and delay the item. By using both these pickoptions, and specifying the same time for both operations, you can achieve what you want:

kinitemrotateonconveyor_1.fsm

Also, if you need to configure many Decision Points with this logic, you can either use Object Templates or Property Tables.

The reason the plane rotates is because the Finish Kinematics activity is finishing kinematics for all 3D objects. Usually, you'll want to finish the kinematics just for the item you are trying to work with. In your case, you'd want to specify token.item.


· 1
5 |100000

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