question

Swami Premnidhi avatar image
0 Likes"
Swami Premnidhi asked tannerp commented

Non Accumulating Conveyor

The conveyor is non-accumulating and has 6 stations having different processing time.

All timing is in second.

The decision point represents buffer inventory between stations( for representation only).

Process time of stations station 1= 10, station2= 20, station3=10, station4=30, station5=5, station6=100


Let's assume after some time parts sit on 3 stations( station1, station2 and station 3) together so, before a part moves to next station (i.e. station 4), it should take total process time of 20 sec ( which is maximum process time among three stations) instead it is taking 40sec( i.e summation of process time of 3 stations).


what is the problem here or is there any way so that it takes 20 sec ( which is maximum process time among 3 stations ) or In other words as parts arrive at stations, processing of parts should start together instead here stations are processing parts separately.

Please find the attached model. Thanks in advance.

FlexSim 19.1.2
stationsnon accumulating conveyor
· 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.

tannerp avatar image tannerp commented ·

Hi @swami P2, was my answer helpful? If so, please click the red "Accept" button on the answer. Otherwise, feel free to comment back with more information. Thanks!

0 Likes 0 ·

1 Answer

·
tannerp avatar image
1 Like"
tannerp answered tannerp commented

@swami P2,

Ironically, this question is almost identical to this question. Maybe you guys should collaborate. :)

Unfortunately, stations are designed to process one at a time and they don't automatically bundle together and process for the maximum process time of all the stations. However, you can use Process Flow instead to accomplish what you've described.

At each Station, you can still calculate a Process Time, but instead of adding it as the Processing Time value, add it as a label to the item and push the item to a list. Then, in Process Flow, pull all the items at the stations from the list, calculate which of the processing times is longest, and delay the conveyor for that amount of time. That way, you're simulating the process correctly. Let me know what questions you have. In the meantime, I will work on an example model.

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

tannerp avatar image tannerp commented ·

Here's a working model with Process Flow added.

non-accumulating-conveyor_1.fsm

0 Likes 0 ·

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.