Announcements

Announcement: We’re aware of an issue affecting starting a new topic from category pages and creating new blog posts. New topics can still be started directly from the relevant board. Learn more here.

How to split items on two conveyors in ratio 10:1 using decision points?

How to split items on two conveyors in ratio 10:1 using decision points?

akhil_raja_rao_k
Not applicable
837 Views
4 Replies
Message 1 of 5

How to split items on two conveyors in ratio 10:1 using decision points?

akhil_raja_rao_k
Not applicable

[ FlexSim 19.1.0 ]

I've tried using bernoulli distribution (30,1,0) & (10,1,0) but the objects are being distributed in percentage fashion i.e 30% objects to one conveyor another 70% objects to another conveyor. Is there any solution to split exactly 10 objects to one conveyor and 1 object to another conveyor continuously, i've attached the model, please find the attachment bernoulli-decision-point.fsm

0 Likes
Accepted solutions (1)
838 Views
4 Replies
Replies (4)
Message 2 of 5

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

Try a condition on modulus operator

current.stats.input.value%11==0
Message 3 of 5

akhil_raja_rao_k
Not applicable

@Jörg Vogel condition works perfect, thanks a lot for sharing the knowledge sir. I'd like to learn coding in flexsim, I've tried reading flexsim manual its not helping me much, can u suggest any other domain to learn coding in flexsim sir?

0 Likes
Message 4 of 5

joerg_vogel_HsH
Mentor
Mentor

I learned a lot from the source code nodes in the library.

Message 5 of 5

akhil_raja_rao_k
Not applicable

thank you sir

0 Likes