question

Roi Sánchez avatar image
0 Likes"
Roi Sánchez asked Roi Sánchez commented

Item orientation after turntable in conveyor

Hello everyone,

We are modelling a turntable by using a decision point with kinematics logic inside. The thing is, after turning at the decision point and when moving to another conveyor, the pallet orientation seems not to be respected after the turn.

200-mesasgiro-error-orientation.fsm

Does anybody know why this is happening? Thanks!

FlexSim 20.0.3
conveyorsdecision points
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

·
Phil BoBo avatar image
1 Like"
Phil BoBo answered Roi Sánchez commented

You copied part of the "Rotate Item" picklist, but not all of it. You are missing the call to conveyorItem.turn() that lets the conveyor system know that its direction is changed.

Copy all those "doTurn" lines into your code, and it will fix your issue:


conveyor-turn.gif (4.5 MiB)
missing-code.png (444.2 KiB)
· 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.

Roi Sánchez avatar image Roi Sánchez commented ·

Thank you @phil.bobo!

0 Likes 0 ·

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.