question

Maíra A avatar image
0 Likes"
Maíra A asked Maíra A commented

How to get the idle time of zone resource?

I would like to get the idle time of a zone resource, or about something inside it. How can i do that?

zoneidle
· 2
5 |100000

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

pc neo avatar image pc neo commented ·

You can click on a zone and in the Quick Properties click on the chart icon to get statistics of a zone. There are also templates available for charting of zone statistics. However there isn't idle time of a zone, Hope this helps.zone-stats.jpg

0 Likes 0 ·
zone-stats.jpg (125.9 KiB)
Maíra A avatar image Maíra A pc neo commented ·

Exactly! There isn't idle time of a zone, and there is what i need. But, thank you anyway.

0 Likes 0 ·

1 Answer

·
Regan Blackett avatar image
0 Likes"
Regan Blackett answered Maíra A commented

None of the Shared assets have a stat that is similar to the Objects' notion of state; idle vs processing vs whatever. But you can create something similar if you are Ok with the idea of creating an object just for the purpose of gathering state-style data.

In the Attached model, I created an Object called the BasicFR and set it's state to Idle using its OnReset Trigger. Next I use Process Flow activities to set its state to "Busy" whenever something enters the Zone. After something leaves the Zone, I set the state to Idle only if the Zone is empty. Once you have done that, you can use the Dashboard state templates to display the Idle time for the Object.

zone-idle-time.fsm


zone-idle-time.fsm (42.7 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.

Maíra A avatar image Maíra A commented ·

Perfect solution! Thank you so much!

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.