question

Lambert avatar image
0 Likes"
Lambert asked Lambert commented

Dashboard to show contents of combined items?

Hi,

I have double stacked pallets and single stacked pallets containing different number of totes (I use combiners to stack them).

When I use a dashboard to monitor the content of a queue, it obviously shows the number of "grouped items" in the queue. In the image below, content = 1.


1670947824604.png

Is there a way to make the dashboard show the number of totes instead? For the image above, it would be (12+16) = 28

Thank you


FlexSim 23.0.0
combiners
1670947824604.png (631.6 KiB)
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

·
Marcello Rosadini avatar image
0 Likes"
Marcello Rosadini answered Lambert commented

Hi Lambert,

one possible solution would be to create a label in the queue and every time a pallet enters, increase its value by the number of totes inside that particular pallet (pallet.subnodes.length) and decrease it accordingly when a pallet leaves. Then, on your dashboard you can graph the value of the label instead of the content of the queue.


· 3
5 |100000

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

Lambert avatar image Lambert commented ·

Thanks Marcello, I forgot to mention that I am interested in displaying time-series charts (i.e. COMPOSITE WIP) grouping several queues (entrance and exit objects).

1670948646992.png

Would the label method apply as well?

thank you

0 Likes 0 ·
1670948646992.png (39.0 KiB)
Marcello Rosadini avatar image Marcello Rosadini commented ·

Here its an alternative using a tracked variable. You can create one from the toolbox and increase it or decrease it from process flow

support tracked variable.fsm

0 Likes 0 ·
Lambert avatar image Lambert Marcello Rosadini commented ·
this will work like a charm!

thank you Marcello

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.