question

Brad Champeau avatar image
0 Likes"
Brad Champeau asked Mischa Spelt commented

How do I change flow item orientation on a conveyor?

I have a rectangular package passing from a belt conveyor to two belt conveyors side by side. One of the side by side conveyors runs faster than the other. This rotates the package 90 degrees. How do I make the package change orientation upon exiting the two belt conveyor?

FlexSim 17.0.2
conveyormovementrotateflow item orientation
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

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Mischa Spelt commented

You inserts on the conveyor a Photo Eye or a Decision Point. Then you open the Object's Properties through the right mouse button context menu, a double click of the left mouse button or the three dot button next to Object's Type (e.g. Photo Eye Type) in the Quick Properties on the right side of the workspace. The triggers have got the picklist option you are searching. Activate the green plus symbol on the right of the trigger, choose in the order Movement > Rotate Item.

You need decide if you want to see the movement over a time interval or a length distance. Or if want to get the effect instantly the distance or time is set to 0.

· 2
5 |100000

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

Brad Champeau avatar image Brad Champeau commented ·

@Jörg Vogel Thanks that has worked for me. Now my model is progressing to where I want to rotate only item type 1, but not item type 2. How do I make that work?

0 Likes 0 ·
Mischa Spelt avatar image Mischa Spelt Brad Champeau commented ·

Brad, the Rotate Item properties has a "Condition" field which determines under what condition the action is executed:

true means the action is always executed. You can replace this with a comparison, such as

item.Type == 1

(Note that the comparison operator is a double equals symbol!)

2 Likes 2 ·

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.