question

Proxima avatar image
0 Likes"
Proxima asked Julie Weller commented

Confirm the sendable entities within the group in the process flow

experimenter-test-8_16.fsmHere is my model default setting. I tried using the experimenter to gather more information. On the green block, I used a direct connection for testing. On the red block, I used processflow for testing. I have the following questions:

  1. 1. In the green block, I can control the output objects by selecting "queue's output - First Available." Can I find a corresponding function in processflow?

  2. 2. In processflow( red block) , I attempted to transport items using the Task Sequences feature. Even though I set Max Content to 1 on the Processor, the AGV keeps placing items regardless. Is there a way to make it wait until the Processor finishes before placing new items?


FlexSim 23.1.4
processflow
· 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.

Julie Weller avatar image Julie Weller commented ·

Hi @Proxima, was Natalie White's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Natalie White avatar image
0 Likes"
Natalie White answered

Hi @Proxima,

I'll begin by addressing your second question. It seems that your process flow was overriding the max content property you had set on your processor. One way to solve this issue is by acquiring your processors as a resource. Then, you can use a query to check whether they are empty before acquiring them.

1692200823439.png

"Processing" is a label that I added to each processor which is automatically set to 0. There are triggers on the processors that change this value to 1 upon entry and back to 0 upon exit. Your process flow will be very similar to your original process flow, just with some additions:

1692200905637.png

I've also added logic that moves items that have completed processing to a sink:

1692200942130.png

As for your first question, the queue is outputting the items to whichever processor has been acquired. You can change the query in the Acquire Resource activty, but right now it's just choosing any processor that is empty.

experimenter-test-8-18-nw.fsm


5 |100000

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

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.