Queue Content Statistics by Label Value

Queue Content Statistics by Label Value

burtr4
Explorer Explorer
152 Views
2 Replies
Message 1 of 3

Queue Content Statistics by Label Value

burtr4
Explorer
Explorer

I have a dashboard table that displays current, min, max, & average statistics for flow-items in storage. The flow items have a numeric label that represents the product type. I'd like to get the same queue statistics broken out by product type. There doesn't seem to be a simple way to do this; I'm considering creating a set of global variables, one for each product type, then incrementing & decrementing for arrival & exit of each product type, then displaying statistics for those variables in the dashboard. Seems like a lot of work for something so simple.

0 Likes
Accepted solutions (1)
153 Views
2 Replies
Replies (2)
Message 2 of 3

moehlmann_fe
Collaborator
Collaborator
Accepted solution

Attached is a model containing a Statistics Collector that can track the content by type. Essentially the collector does what you suggest, it creates a tracked variable for each type/row. Saves you the time of doing that manually.

Message 3 of 3

burtr4
Explorer
Explorer

Exactly what I was looking for. Thanks!

0 Likes