question

Ahmad_zulfy A avatar image
0 Likes"
Ahmad_zulfy A asked Jeanette F answered

processor trigger

orlando automation 2 case 2.fsmProcessor _9 can run after processor _7 start running and process _7 run when processor _9 run... so the processor _9 & _7 run at same time. but at the first cycle processor _7 run and processor _9 not run together because ther is no load at prcessor _ when Processor _9 run for fiorlando-automation-2-case-2.fsmrst cycle. How to make the syncronization ?

FlexSim 23.0.0
synchronization
· 4
5 |100000

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

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hello @Ahmad_zulfy A ,

I am still facing a similar issue that I described in the other post. Except now Processor 7 needs to process twice for every one time processor 9 does. Considering they are supposed to process together but they have this restriction, Can the just sync every other item in processor 7 after the first two items have passed through processor 7

0 Likes 0 ·
Ahmad_zulfy A avatar image Ahmad_zulfy A Jeanette F ♦♦ commented ·
yes, processor _9 run after have two object. then place 2 object at queue 3.


so if processor _7 process 1 object and place to process 8 top or bottom, and sychro with processor _9 cant posibble ?

0 Likes 0 ·
Jeanette F avatar image Jeanette F ♦♦ Ahmad_zulfy A commented ·
One detail you did not add in this post that was in the other was that Processor 9 takes 2 items. If it takes one item then yes it is possible. If Processor 9 needs two items to process then it will not be able to because after the first time it processes it will only ever be fed one item at a time.
0 Likes 0 ·
Ahmad_zulfy A avatar image Ahmad_zulfy A commented ·

Owh sorry, i mean processor _8 and _10 only have 1 processor.. so i will make synchronization between _7 and _9. both take 1 itemcase 2 orlando.fsm

0 Likes 0 ·
case-2-orlando.fsm (13.3 MiB)

1 Answer

·
Jeanette F avatar image
0 Likes"
Jeanette F answered

Hello @Ahmad_zulfy A ,

Your process flow was close to what you needed.

1678935879004.png

A Breathe activity (Delay of 0) was needed after the wait for event and before the stop processor. There was a timing issue of the processor getting being stopped and it trying to start the processor because an item arrived.

case-2-orlando (1)_1.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.