Can I use multiple process flows sheets

Can I use multiple process flows sheets

ilan_ehrenfeld
Not applicable
40 Views
3 Replies
Message 1 of 4

Can I use multiple process flows sheets

ilan_ehrenfeld
Not applicable

[ FlexSim 7.7.4 ]

I'm building a very big simulation. It simulate a supply chain process. The simulation is build out few different sites. In each site there is a major process. To make it easy to understand, build and maintain I would like to create each site on its own process flow and one more main process flow that control all the process.

Each process (site) should "call" or to the next process (One site send order to DC, then the DC start to work, then send the products to store and then in the store the employee should put the products in place).

How can I do it?

If you can create a small example with two process flow each one on another sheet and comunicating between them, it would be very helpful.

Thank you very much,

Ilan

Accepted solutions (1)
41 Views
3 Replies
Replies (3)
Message 2 of 4

Matthew_Gillespie
Autodesk
Autodesk
Accepted solution

Yes, you can use multiple process flow sheets and there are several different ways to communicate between them:

Run Sub Flow

The Run Sub Flow activity will create a child token(s) in the specified Start activity. Sub flows are similar to functions or subroutines in programming. The sub flow could even be its own Sub Flow Process Flow.

Create Tokens

The Create Tokens activity will create a child token(s) in any specified activity. The biggest difference here is that the Run Sub Flow waits for the child token(s) to finish the sub flow before letting the parent move on. The Create Tokens activity will let the parent token move on as soon as it creates the child token(s).

Syncing with Lists

Tokens can be pushed to a list in one process flow and pulled off in another.

I've attached a model with simple examples of these three methods. I would suggest reading the help manual section about these topics too in order to understand their nuances.

interprocessflowcommunication.fsm



Matthew Gillespie
FlexSim Software Developer

Message 3 of 4

ilan_ehrenfeld
Not applicable

Can you send the example in ver. 7.7.4

0 Likes
Message 4 of 4

Matthew_Gillespie
Autodesk
Autodesk

Here is the same model in 7.7.



Matthew Gillespie
FlexSim Software Developer

0 Likes