question

GRodea avatar image
0 Likes"
GRodea asked Felix Möhlmann commented

Count Boxes in a rack that has both pallets and boxes mixed

Hello,

In my model, I have both boxes and pallets with boxes stored. When I do the counting, the box and the pallet count as 1, regardless if the pallet contains for example 5 boxes.

How can I make it counting the total boxes?

I am attaching my model and the picture that best describes the problem.

Additional point: If you count the boxes/pallets, in the picture and compare it with the model, it is always adding 1. I cannot understand where this additional 1 is coming from.

Example new.fsmexample of counting boxes pallet.JPG

FlexSim 23.1.4
statistics collectorcountmixed rackpallet boxes
· 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.

Julie Weller avatar image Julie Weller commented ·

Hi @GRodea, was Felix Möhlmann'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

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

The offset of 1 stems from the row label starting at 1 instead of 0.

1691672973459.png

To account for pallets, change the "Delta" value to either return the number of subnodes of the entering/exiting item if there are any and 1 otherwise. (Negative values for exit event)

1691673030534.png


1691672973459.png (18.6 KiB)
1691673030534.png (54.4 KiB)
· 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.

GRodea avatar image GRodea commented ·
Thanks for the reply.


I want to count boxes, not pallets. As you can see from my model, I have a mix of both in the rack and it is only counting 1 either is a pallet with multiple boxes or 1 box.
0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann GRodea commented ·
That's what the change is for. "To account for pallets..." was meant as: To account for the fact that an entering item could be a pallet and count the content instead of the pallet itself....
0 Likes 0 ·
GRodea avatar image GRodea Felix Möhlmann commented ·
Thanks for the clarification,

So then, I would need to modify the Delta to the custom code you have shown. Does it needs to be done for the On Slot Entry / On Slot Exit? or only for one of them?

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