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.

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.