Orient products or components on conveyor

Hello All,

Pleas let me know if you have any idea about how to orient products or the components on the conveyor? Like if operator is in front for product and finishes the work and now he wants to work on the back of product, he will rotate product 180 degrees. I guess we can do this with Modelling tab but not sure how.
Please help me in the same.

Thanks

Define different frame positions in the Modelling tab.
Then you can reference the correct frame in the “TransportIn” statement in “ProductPosition” field.

If you want to rotate the product while it’s moving, modify MovementOrigin of the vcComponent object using the Python API. (Not sure if it’s possible with Process Modeling)