question

Ahmad_zulfy A avatar image
0 Likes"
Ahmad_zulfy A asked Felix Möhlmann commented

Processor trigger

Can I make simulation from the processor like this.
Processor 1 can run after processor 3 start running... so the processor 3 & 1 run at same time. but at the first cycle processor 1 run and processor 3 not run because ther is no load orlando automation.fsm

FlexSim 23.0.0
processor setup
· 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.

Ahmad_zulfy A avatar image Ahmad_zulfy A commented ·

the processor 1 & 3 shown on the picture1678330706058.png

0 Likes 0 ·
1678330706058.png (152.4 KiB)

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Felix Möhlmann commented

If processor3 can start to run before processor1 receives new items, then you can close the input of processor1 in its OnProcessFinish trigger and open it again in the OnEntry trigger of processor3. As a result processor1 can not start to process new items before the previous ones have reached processor3.

orlando-automation_1.fsm

If both processors have to run completely in sync (processor3 also has to wait for processor1 to receive new items before it starts) I would suggest to use a simple Process Flow to control the synchronization.

1678347350978.png

orlando-automation_2.fsm


· 2
5 |100000

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

Ahmad_zulfy A avatar image Ahmad_zulfy A commented ·

Ok thank you for your help. But how if queue 17 not perform batching and cylinder end plug to leakeage only pick and place 1 object

0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann commented ·

The Process Flow logic should still work the same. You can place additional Wait for Event activities in front of the split to influence how many items can pass processor1 before the synchronization becomes mandatory.

1678438423736.png

If you are seeing issues with the logic behaves vs. how it should behave then please provide more information.

0 Likes 0 ·
1678438423736.png (15.1 KiB)

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.