Snapshot total quantity (content inside the rack) daily 7am

Snapshot total quantity (content inside the rack) daily 7am

kitkat87
Not applicable
24 Views
4 Replies
Message 1 of 5

Snapshot total quantity (content inside the rack) daily 7am

kitkat87
Not applicable

[ FlexSim 22.2.4 ]

Good days all,

How can I capture and plot the daily trend chart for the total quantity of the content inside a rack.

I want the chart capture 7AM daily snapshot

0 Likes
Accepted solutions (1)
25 Views
4 Replies
Replies (4)
Message 2 of 5

joerg_vogel_HsH
Mentor
Mentor

rack obj.subnodes.length is the content of items in all slots. If you want to count items on slotItems similar to a container, parcel and product structure you need to iterate through all slotItems.

You need an event happening every day then use a user event from toolbox.

Then you can build an own statistic collector for your purpose.

0 Likes
Message 3 of 5

joerg_vogel_HsH
Mentor
Mentor
@kitkat87 if you write in your user event the length of subnodes as value of a rack into a tracked variable as a level then you can attach a level chart into dashboard easily.
0 Likes
Message 4 of 5

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution

Use the Storage.system.queryItems() method passing in a query that optionally groups by rack objects, bays slots, however you want to cut it.

If you virtualize the items the rack will not have subnodes, so this is the more general method.

To get the 7am event you can use a user event or a statistics collector that repeats at a daily interval.

0 Likes
Message 5 of 5

Jeanette_Fullmer
Community Manager
Community Manager

Hi @kitkat87, was one of Jason Lightfoot's or Joerg Vogel's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. 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