06.06.2016, 13:19
You can create an event script which increases object value on each run. Trend will automatically show how many events happened during selected period. You can also get trend data from Lua to display certain stats: http://openrb.com/docs/
Code:
value = grp.getvalue('1/1/1')
grp.update('1/1/1', value + 1)