question

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

Conveyor switch lane using two rotating tables - shortest queue

Hi all,


New to FlexSim, been having a hard time trying to get the below model to work.

There are two sources that each create flow items on two separate conveyors.

Each conveyors has it's own rotary table.

The rotary tables should connect with each other and transfer the flow item based on shortest queue, hence why i added the station on conveyor3, to create a backlog that would allow Rotating1 to connect to Rotating2 and then send the item to conveyor5.

Having difficulties aligning the entry and exit points on these to move at the same time when an item needs to be diverted.

Simple model below.


Lane switch shortest queue rotating table to rotating table.fsm

FlexSim 25.1.0
conveyorsystemrotating and transferring items
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

With how the tables are set up, you need to synchronize their tasks when an item switches conveyor. Currently the table just loads the item and unloads it to the second entry transfer, thus rotating to face the transfer. The order of operations would need to be (table1 loads item -> table1 does placeoffset task with table2 as station | table2 does pickoffset task with table1 as station -> table2 loads item from table1 -> table2 unloads to entry transfer).

While you could do this by constructing a coordinated task sequence in the exit transfer's Use Transport field, I would recommend to use Process Flow to control the tables.

In the attached model I let the tables only travel the y-coordinate in the pick/place offset task, since the x-coordinate of the item should not change. You might have to implement the Pick Place Offset trigger of the tables to return the correct coordinates for the general case.

lane-switch-shortest-queue-rotating-table-to-rotat_1.fsm


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