question

chao.g avatar image
0 Likes"
chao.g asked Brandon Peterson commented

Conveyor Process Flow for Acquire & Release Area

conveyor-process-flow-test.fsmIn the attached model, I am having two small models trying to do the same thing, upper one I am using a station, lower one I am using a decision point.

So when the item arrives at the decision point, there is a 50%, 50% chance to go to either of the two output connections. In the upper one, where I am using stations, it keeps saying Station is an invalid destination to send item, but when I am using decision point and the same logic, it works okay. Not sure why is this happening.

Also, is there a way to use process flow to control the system so that there can't be any part accumulation on the conveyor, just 1 part in each individual station. I can use acquire and release to do that, but when going large scale, process flow is way easier.

Please suggest!

Thanks,

FlexSim 16.2.1
conveyor process flow
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

Regan Blackett avatar image
3 Likes"
Regan Blackett answered Brandon Peterson commented

@chao.gao

The short answer is yes, you can definitely use process flow to help out here, a Zone is probably the key element you will need to use. In fact I just answered a similar question here.

I would follow a similar approach for your model by causing an Event Triggered Source to create a token when your source object creates a flowitem, closing the ports of the source, and reopening them when your Tokens enter the zone.

Here's an Example:

conveyor-processflow-control.fsm

PS, I don't know why the Station is an "invalid destination". That feels like a bug.


· 5
5 |100000

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