Hey,
I´m a beginner in FlexSim and I'm modeling a conveyor system. I defined a label for my two types of boxes. First type has value set on "1", second type on "2".
In one decision point, 89% of my boxes with value "1" and 57% of my boxes with value "2" should be separate on another conveyor.
My idea was to create something like a "if-then-else"-logic like:
"If item.Kartonytyp==1, bernoulli(89,1,0)
else bernoulli(57,1,0)"
I´m absolutely not sure about the syntax. Can anyone help me with that or does anyone have a better solution for that?
Thanks!
Julian