question

Glenys C avatar image
0 Likes"
Glenys C asked Glenys C commented

Flowitem only goes to one conveyor

Hello, I currently have 1 conveyor that sends flowitems to 2 other conveyors. However, flowitems only goes to conveyor1 even though conveyor2 is empty. Have attached a picture for better reference. I am unable to attach my file as it exceeds the allowable upload size please do let me know if you would like for me to email it instead. Thank you!

FlexSim 20.2.1
conveyorsflexsim 20.2.1
1610609577946.png (660.5 KiB)
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
0 Likes"
Jason Lightfoot answered Glenys C commented
In the DP onArrival you're probably referring to a centerObject or outObject connection on the DP that doesn't exist. You can see that in the system console. Check your connections and if needed add a breakpoint to the onArrival trigger and step through your code.
· 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.

Glenys C avatar image Glenys C commented ·

Hi Jason @jason.lightfoot, there is no error on the system console now. However, the flowitems are still only going to the same conveyor only.

0 Likes 0 ·
screenshot-981.png (535.2 KiB)
Steven Hamoen avatar image Steven Hamoen Glenys C commented ·

@Glenys C It is very difficult to see what is wrong without the model. But give the fact that the problem is just in this last part can you just copy this last part in a new model and make a small model that way and upload that. That would give us the chance to tell you what is wrong.

1 Like 1 ·
Glenys C avatar image Glenys C Steven Hamoen commented ·

Hi @steven.hamoen, I have copied the last part in a new model and have attached the file below. Thank you!

Conveyor (1).fsm

0 Likes 0 ·
conveyor-1.fsm (85.3 KiB)
Show more comments
Joerg Vogel avatar image
1 Like"
Joerg Vogel answered Glenys C commented

I suggest a different layout. One single straight conveyor from multiprocessor to combiner packaging72. A side transfer normal attached conveyor for the diversion to the other combiner.

The decision point logic looks only for items which are leaving the first straight conveyor and if the condition is true, then the item is sent to a decision point on the normal attached conveyor,

The deciding decision point on the first conveyor is quite a bit in a distance to the side transfer, not near to the point of exiting. The connected decision point is quite in the middle on his conveyor.

If you need your design for special circumstances, you haven’t described, then it would be a nice move to attach a model, otherwise we guess what might gone wrong, until by chance we find the right answer for you.

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

Glenys C avatar image Glenys C commented ·

Hi @Jörg Vogel, I tried to implement your approach (hopefully I understood you correctly and did it right) but the results are still the same, the flow items only go to one conveyor.

0 Likes 0 ·
1610945727287.png (607.3 KiB)

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.