Diagnostics¶
Variable on-change counters
To measure how often a certain variable changes, add a UInt32 property with the name "ChangeCounter" to it. This property is incremented each time the status, timestamp or value changes.
To reset the value of a certain change counter, you can use the JavaScript array changecounters of server.statistics.
In Library ‣ ATVISE ‣ ScriptLibrary ‣ Statistics ‣ ResetChangeCounters you can find a script that resets all counters under a certain node.