question

Sanjay R avatar image
0 Likes"
Sanjay R asked tannerp commented

Stations on non accumulating conveyor

I am building a non accumulating conveyor with stations at intervals

The problem I am facing is that even though the work items are at the station locations, one station waits for the other station to finish processing . So lets instead on working for the process time and moving forward, now the conveyor is moving forward after no.of stations*process time

Anybody got any idea, what is causing this?

NB: I am an absolute beginner trying to use flex sim for the firs time

FlexSim 19.0.9
conveyorflexsim 19.0.9
capture.png (54.3 KiB)
test.fsm (1.7 MiB)
· 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.

1 Answer

tannerp avatar image
1 Like"
tannerp answered tannerp commented

As far as I can tell, your model is working correctly in that each conveyor station must stop the conveyor individually. This means that only one station can actively stop the conveyor and as soon as it does, all other stations are "blocked" and unable to process.

If you want the stations to process independently at the same time, you can change the conveyor type to accumulating, but this may go against what you're trying to do.

Depending on what you want to process, you might consider only using one station and then putting Decision Points along the rest of the conveyor at proper intervals. The Decision Points can handle "processing" the items at each step, but will rely on the initial station for the processing time.

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