This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Counter and Trend
#2
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)
Reply


Messages In This Thread
Counter and Trend - by managementboy - 06.06.2016, 12:29
RE: Counter and Trend - by admin - 06.06.2016, 13:19
RE: Counter and Trend - by admin - 07.06.2016, 06:17

Forum Jump: