question

Aswadauto avatar image
0 Likes"
Aswadauto asked Ben Wilson commented

How to maintain the orientation after through decisive point in conveyor?

FlexSim 19.2.4
flexsim 19.2.4orientation
auto-cartoning.fsm (51.8 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.

Ben Wilson avatar image Ben Wilson ♦♦ commented ·

Hi @Aswadauto , was Jörg Vogel's answer helpful? If so, please click the red "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

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

There is a small but significant difference of an item in model and in conveyor module. A conveyor item keeps only the orientation in the conveyor system. You can make this persistent by a rotation of the item eg. in a trigger. But when the item enters a conveyor again the rotation of the conveyor item is applied again. If you transform the x and y size of the item instead, then this looks like a rotation. But the item rotation values are the same, when the item enters a conveyor again.

Rotate_vs_transform_item.fsm


· 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.

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

You can also use the entry transfer to set the orientation, but this is no good for mixed orientation items.

rotate-vs-transform-item_jl.fsm


1 Like 1 ·

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.