question

Het avatar image
0 Likes"
Het asked Jeanette F commented

Decision point on conveyor

Decision point at conveyor to split 50%-50%.fsmHello team,

I need to understand how decision point works to split the flowitem on the conveyor 50%-50% like one flowitem goes on 1st downstream and next flowitem goes to 2nd downstream and third goes to the 1st downstream, also, what if we decide to convey flowitem of group of 5 for each downstream path?

FlexSim 24.0.1
conveyordecision points
· 1
5 |100000

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

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @Het, was Jason Lightfoot's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Felix Möhlmann commented

You can you the output stats of the decision point to check if it is divisible by 2:

decision-point-at-conveyor-to-split-50-50_jl.fsm


· 6
5 |100000

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

Het avatar image Het commented ·

Thanks Jason for quick reply,

I understood the concept for alternative path for even and odd bottle.

But, What if I want to split the same no. of bottles in a group. 1708111852286.png

Let's say I need 4 bottles on 1st downstream and next 4 bottles on 2nd downstream. How do I do that?

0 Likes 0 ·
1708111852286.png (279.4 KiB)
Jason Lightfoot avatar image Jason Lightfoot ♦ Het commented ·
Don't we just divide the output value by 4?
0 Likes 0 ·
Het avatar image Het Jason Lightfoot ♦ commented ·

Jasom,

Your Formula: Math.fmod(current.stats.output.value,2)>0

1708117441736.png

___________________________________________________

If I use: Math.fmod(current.stats.output.value,4)>0

1708117551266.png

______________________________________________

But, what I need to change in the formula so I can have patterns like as below? Note: I have moved the bottle by copied and paste. It is not in the simulation yet. 79285-1708111852286.png


0 Likes 0 ·
1708117441736.png (725.0 KiB)
1708117551266.png (492.1 KiB)
Show more comments

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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