question

Robert F2 avatar image
0 Likes"
Robert F2 asked Joseph Gillespie answered

Basic conveyor loading question

frxfileserv1dncpersonal-foldersrobert-flatteryflex.fsm

In my model, I would like the operator to load the conveyor with four different parts in the same order each time. The simulation starts off well but after about 400 seconds, the sequence is off. How can I assure these four different parts enter the conveyor in the same order each time? Also, my queues 16-19 all have max content of 100 but they fill up far more than 100. Thanks for any help.

FlexSim 19.1.2
conveyor system
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

·
Joseph Gillespie avatar image
1 Like"
Joseph Gillespie answered
@Robert F2

One way that you can get the operator to unload the parts in the same order each time is to connect each of the queues to the same entry transfer point on the conveyor and then set the entry transfer point to pull the items in "Round Robin" order:

It looks like you were trying to do this before except from each queue. However, what that does is send the item from the queue to different ports in round robin order. You are sending the items to only one port from each queue.

As for your question about your queues overfilling, the problem is that the "max content" of queues is part of the 3D logic, and you were using Process Flow to create items in the queue. Process Flow logic and 3D logic don't often work well together, and in this case the Process Flow continues producing items despite the "max content" setting of the queues. I would recommend using sources to produce your flowitems or using Process Flow to restrict the number of items in each queue.

Here's an updated version of your model with fixes to both problems you mentioned: conveyorloadinganswer.fsm


capture.png (3.2 KiB)
capture2.png (37.7 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.

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.