question

Thomas Darcheville avatar image
0 Likes"
Thomas Darcheville asked Allister Wilson answered

Link 3 differents process together : Synchronise them

Hello,

I have a situation in my model that looks like this:

  • Three different processors working with different cycle times:
    • Processor 1: 15 hours of cycle time
    • Processor 2: 50 minutes of cycle time
    • Processor 3: 80 minutes of cycle time

I want them to work as one unit. This means that when a processor is without a product, it should stop the other processors and wait for a product to be able to resume all of them. The idea is to have the three processors act as a single synchronized unit.

I haven’t found a native way to achieve this in FlexSim. I am considering using a process flow, but I anticipate that duplicating it for many equipment instances will take time. Do you have any ideas on how to approach this? Alternatively, if there’s an option in custom code to pause and resume cycle times, I’d like to explore that.

Thank you for your assistance!

procesorsynchronize
5 |100000

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

1 Answer

Allister Wilson avatar image
0 Likes"
Allister Wilson answered

Hello Thomas,

I would probably use an object process flow, to avoid having to duplicate any logic.

In the attached example, each processor attached to the process flow has a group name associated with it.
It will require all processors in that same group to have an item before it can run.

1719995285697.png

Don't hesitate to contact us directly by email if you'd like faster / more involved support, as you have done in the past.


5 |100000

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