How to split people from a source & walk to two different sinks in a ratio?

How to split people from a source & walk to two different sinks in a ratio?

akhil_raja_rao_k
Not applicable
9 Views
2 Replies
Message 1 of 3

How to split people from a source & walk to two different sinks in a ratio?

akhil_raja_rao_k
Not applicable

[ FlexSim 19.1.0 ]

I need to split people from a single source & make them walk to two different sinks in 10:1 ratio i.e.,10 members walks to one sink and 1 member walks to another sink continuously. As I'm doing it in process flow I've used "decide" in process flow and tried all the triggers but I didn't get it, help me out. Please find the model in the attachment @Jörg Vogel

people-ratio.fsm

0 Likes
Accepted solutions (1)
10 Views
2 Replies
Replies (2)
Message 2 of 3

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

22872-round-one-to-ten.jpg

If you connect 10 output connectors to one walk activity and 1 connector to the other walk activity, round robin decision works.

22873-decision-modulus-one-to-ten.jpg

The modulus operator still needs an increasing value. Here it is again the input. Unfortunately the activity is declared as a treenode. Statistical values are only availbale for an object. The activity has got statistics, but I must cast it directly into an object to get the data. Then the condition must get a logical result to be true or false.

0 Likes
Message 3 of 3

akhil_raja_rao_k
Not applicable
@Jörg Vogel

Thanks for the solution sir, works fine.

0 Likes