question

Thrusten avatar image
0 Likes"
Thrusten asked Thrusten commented

Flow rack with totes -> amount of parts

Hello!

I have some flow racks in my model. In racks - totes, it totes - parts. I have a "content" dashboard, that shows amount of totes in each rack. But how can I get amount of parts instead of amount of totes?

Thanks in advance

untitled-picture.png


FlexSim 24.2.2
contentitems in tote
untitled-picture.png (254.6 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.

Logan Gold avatar image Logan Gold ♦♦ commented ·

Hi @Thrusten, 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.

1 Like 1 ·

1 Answer

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

You could add a Tracked Variable label to each rack. In the On Entry and On Exit triggers, increment/decrement that label by the number of subnodes of the entering/exiting item.

You can then display those label values in a chart (need to sample the label node from the tree).

subnode-content.fsm


subnode-content.fsm (51.8 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.

Thrusten avatar image Thrusten commented ·
Thanks a lot! =)
0 Likes 0 ·