question

Mia L avatar image
0 Likes"
Mia L asked tannerp commented

Multiple Processes Acquiring Operator

Hello, I have a hiccup in my process flow where two problems are occurring: the operator is unloading totes prior to the processor finishing, and the totes on the processors are not reaching the next process (scanning) because of the multiple Acquire Operator blocks. Should I be adding decide and wait for event blocks into these processes or is there an easier way to fix this problem?

Prototype FlexSim Expert.fsm

FlexSim 19.2.4
processflowoperatorflexsim 19.2.4acquire resourceload
· 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
1 Like"
tannerp answered tannerp commented

@mia.l,

I think you had the right idea with the other Process Flow. I modified and simplified things a little bit and created the flow shown below to handle things.

The key for this flow is knowing when to acquire and release the operator. Once you've figured that out, the rest of the operations are just simple loading/unloading sub-flows. The operator has a bunch of possible tasks and it's important that he prioritizes them correctly, which is difficult to manage with the 3D logic, even with a dispatcher.

The Process Flow is broken into three different pieces: 1) End Staging Queue; 2) Load Machines; and 3) Load Scanner. Each Process Flow portion handles a specific activity or set of activities that requires the operator's uninterrupted attention, which is why I broke it up this way. Once the operator is acquired, he must finish his task before another activity can acquire him.

Hope this helps! Let me know what questions you have.

prototype-standard-logic-example_2.fsm


· 9
5 |100000

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

Jeff Nordgren avatar image
0 Likes"
Jeff Nordgren answered Mia L commented

@mia.l,

Attached is your model with the changes that I've made. First take a look at it and see if it is doing what you want it to do. I tried to get as close to your description as I could so I hope I'm not too far off.

If this doesn't work for you, maybe you could explain more about your process so that we can get it right. If you have any questions or problems, please let us know.

Thanks.

prototype-JN2.fsm


prototype-jn2.fsm (65.4 KiB)
· 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.