question

Fengjun0113 avatar image
0 Likes"
Fengjun0113 asked Andrew O commented

Call Operators dispatched by different Dispatchers

This is a FlexSim 2016 model. In this model:

the yellow items go: SourceA => ProcessA => ProcessC. Both ProcessorA and ProcessC need to use Operator to process.

The red items go: SourceB => ProcessB => ProcessC. Both ProcessorB and ProcessC need to use Operator to process.

When the yellow item comes to ProcessC, ProcessC call OperatorA to operate.

When the red item comes to ProcessC, ProcessC call OperatorB operate.


Here is my question:

I made SourceC which creates brown items, brown items go both ProcessorA and ProcessC. When items go to ProcessC, I want Process C call both OperatorA and OperatorB (strategy could be first available or shortest distance). How can I do?

1668266125826.png

Call Operators dispatched by different Dispatchers.fsm


FlexSim 16.1.2
operatordispacher
· 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.

Andrew O avatar image Andrew O commented ·

Hi @Fengjun0113, was Jason Lightfoot'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 unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered

Use another dispatcher that is connected to both operators and reference that when the 3rd type arrives using your case by type trigger.

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.