Conveyor Process Flow for Acquire & Release Area

chao_gao
Not applicable
0 Views
6 Replies
Message 1 of 7

Conveyor Process Flow for Acquire & Release Area

chao_gao
Not applicable

[ FlexSim 16.2.1 ]

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,

0 Likes
Accepted solutions (1)
1 View
6 Replies
Replies (6)
Message 2 of 7

regan_blackett
Not applicable
Accepted solution

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

Message 3 of 7

chao_gao
Not applicable

@phil.bobo

Could you take a look at this sample model, for the item traveling from station to station, is that a bug?

Thanks,

Chao

0 Likes
Message 4 of 7

philboboADSK
Autodesk
Autodesk

When the station was added, conveyorsenditem() was never updated to make it work with stations. We've fixed it for the next bug fix release so that you can send to stations.



Phil BoBo
Sr. Manager, Software Development
0 Likes
Message 5 of 7

chao_gao
Not applicable

When is the next release date?

0 Likes
Message 6 of 7

philboboADSK
Autodesk
Autodesk

We don't have a scheduled date for the next bug fix release yet.



Phil BoBo
Sr. Manager, Software Development
0 Likes
Message 7 of 7

brandon_peterson6BCRW
Autodesk
Autodesk

Chao,

Here is an adjusted version of your model that should now be doing what you want it to do.

The reason that you were getting the invalid destination errors was because a station is not a valid destination. In the future a station may become a valid destination but at this time it is not. I simply added a decision point in front of the stations and sent the items there.

I was able to limit the items on the conveyor by using a zone with a max content of 1 for each station.

Let me know if you have any questions.

Good Luck,

Brandon

img src="https://damassets.autodesk.net/content/dam/autodesk/logos/autodesk-logo-primary-rgbblack-small_forum.png" >

Brandon Peterson
Principal Technology Consultant
>
0 Likes

Type a product name