question

yoni A avatar image
0 Likes"
yoni A asked yoni A commented

indexed line

How do I make a conveyor line with several stations function as an indexed line, where all units leave and move at the same time?

FlexSim 18.1.1
conveyors
· 3
5 |100000

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

Joshua S avatar image Joshua S commented ·

could you clarify by what you mean by an indexed line? There are also several options you can take a look at and change in the Conveyor Type Options that might work for your process

0 Likes 0 ·
conveyor-type.png (74.8 KiB)
yoni A avatar image yoni A commented ·

indexed line is a line, where you have several stations in a row, and each station has a unit of work in process, when the stations that takes the longest to complete its cycle finishes then all the units from other stations move at the same time to the next station, just like a auto assembly line, @Joshua S

0 Likes 0 ·
yoni A avatar image yoni A commented ·

conveyor.fsmsee model attached @achuta.kalidindi, the stations represent points where the item have to stop, after it is painted.

does the same logic applies to stations on conveyors as you did with processors, there must max 14 items in the whole conveyor 1 in each station, and they must be indexed at the same time

0 Likes 0 ·
conveyor.fsm (54.2 KiB)
Joshua S avatar image
0 Likes"
Joshua S answered pc neo commented

Here is an example that might be what you are looking for. indexed-conveyor.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.

yoni A avatar image yoni A commented ·

the logic works, but lets say you put the second station with a cycle time of 20, still more items keep accumulating at the first station. the logic should be everything enters, move and leave at the same time @Joshua S

0 Likes 0 ·
pc neo avatar image pc neo yoni A commented ·

The issue can be fix by adding "OnArrival" and "OnContinue" trigger on first station, so that it will stop/resume object, that is the "EntryTransfer" object into conveyor.@yoni A

0 Likes 0 ·
achuta.kalidindi avatar image
0 Likes"
achuta.kalidindi answered

Yoni,

If you are using processing stations, one way would be to close the output of each station as the part enters, except for the station with the longest cycle time. On this station, in the "onprocessfinish" trigger, loop through all the stations and open their outputs. This should mimic an indexed line like you described. Hope this helps

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

yoni A avatar image yoni A commented ·

I tried doing it but did not worked or did not understood your statement @achuta.kalidindi

0 Likes 0 ·
achuta.kalidindi avatar image achuta.kalidindi yoni A commented ·

Hi Yoni,

Please find an example model attached. There is one object I added that I did not mention earlier, it is an initialization source that load parts onto all the stations at the beginning of the simulation run. Also, in the "onprocessfinish" trigger on Processor3, I hard coded the processors that need to be unlocked(output port), for bigger models it might be more efficient to loop through all the stations and unlock.

@yoni A

index-example.fsm

0 Likes 0 ·
index-example.fsm (18.1 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.