question

Parth avatar image
0 Likes"
Parth asked Parth commented

Sending item by percentage on conveyor

Hello,

I am trying to send the items on the conveyor using % but i am not sure how to do that. I want to send 20% of the objects from DP1 to DP2 and rest 80% from DP1 to DP3. conveyor trial_autosave.fsm

FlexSim 23.0.1
conveyors
5 |100000

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

1 Answer

·
Sebastián Cañas avatar image
0 Likes"
Sebastián Cañas answered Parth commented

Hi @Parth,

You can use a bernoulli distribution as Case Function, where there is a 20 percent probabiliy of returning 1 otherwise it will return 0. In case it returns 1 the DP1 will send the item to the DP2. I set this in the Trigger that you had in the DP1.

conveyor-trial-autosave_sc.fsm


· 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.

Parth avatar image Parth commented ·
Thank you, it worked.
1 Like 1 ·

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.