question

clearlove avatar image
0 Likes"
clearlove asked Felix Möhlmann commented

why item on conveyor cant resume?

As said, I'm trying to make a model that when the flowitems arrive on DP, the conveyor below will rotate 180 degrees by its center so items on cv can change the direction. However when debuging the model, the flowitem can't resume on the conveyor. It seems like when finishing rotation, the items arrive on the DP again so it pull the event-trigge source again and continue the kinematics. Can u tell me how to fix it. Thanks.

FlexSim 22.2.0
conveyor process flow
· 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.

1 Answer

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Felix Möhlmann commented

Could you clarify what your goal is? Should the items rotate by 180° and continue moving in the same direction as before or should they stop at the decision point, rotate and move back in the direction they came from?

Generally I would recommend against rotating the conveyor itself. From looking at the process flow pictures you know how to change the movement direction of the conveyor (set the speed to a negative value). To rotate an item, use the respective pick option in a decision point/photo eye trigger.

1660889031609.png

To not have the trigger fire again after the conveyor has changed movement direction, you can use a condition that checks in which direction the item is currently moving.

1660889106446.png


1660889031609.png (18.9 KiB)
1660889106446.png (8.6 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.