question

Jainesh K avatar image
0 Likes"
Jainesh K asked Jainesh K commented

Separator Output counts twice

Hi Everyone,

I have a separator in my model and it separates the pallet and the box, the pallet returns to the loop and the box is sent to a rack. The problem I am facing is the output of this separator is counting both pallet and the box instead of just the box. The pallet is just a carrier and I dont want that to be counted. Any help is greatly appreciated 1658345285134.png1658345315740.png

FlexSim 21.1.5
separatoroutput port
1658345285134.png (90.4 KiB)
1658345315740.png (39.4 KiB)
· 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.

Kavika F avatar image Kavika F ♦ commented ·

Hi @Jainesh K, was Jordan Johnson'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 unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jordan Johnson avatar image
0 Likes"
Jordan Johnson answered Jainesh K commented

The Separator counts all objects that exit in its statistics. That is normal behavior.

To get the statistic you want, you have a couple options. The easiest is probably to get the input of the object downstream of the separator. It's hard to tell from the screenshot, but it looks like items would go down the conveyor, and pallets don't. So the input of the conveyor would represent the value you need. The other option is to build a custom Statistics Collector. But that is more involved.

· 4
5 |100000

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

Jainesh K avatar image Jainesh K commented ·
Hi Jordan, thanks for the answer.

The operator basically grabs the box and delivers it to the FGI rack and the pallet then travels back into the conveyor loop. In short the separator is the last station in the process

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Jainesh K commented ·
You can detect via which port the item is leaving and increment your own label on exit, or use a collector to do the same thing as Jordan describes again it would be based on the port through which the item is leaving.
0 Likes 0 ·
Jordan Johnson avatar image Jordan Johnson ♦♦ Jainesh K commented ·

Here's a demo model that uses a Statistics Collector to count the non-pallet objects that exit the separator. Maybe this is what you are looking for.

SeparatorStatDemo.fsm

0 Likes 0 ·
Jainesh K avatar image Jainesh K Jordan Johnson ♦♦ commented ·
Thanks!
0 Likes 0 ·

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.