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.

the average value of tagged objects
#10
Perfect solution adminWink

Do I must use 1 script for 1 central status e.g. Room and another script for another status? Or I can add in this script a few groups of statuses e.g. Room1, Room2, Room3, Floor1 etc...

I tried to add:

Code:
 groups = {
  { tag = 'my_group_and', output = '4/0/0', mode = 'and' },
  { tag = 'my_group_or', output = '4/0/1', mode = 'or' },
  { tag = 'my_group_avg', output = '4/0/2', mode = 'avg' },
 
  { tag = 'new_group_and', output = '4/0/20', mode = 'and' },
  { tag = 'new_group_or', output = '4/0/21', mode = 'or' },
  { tag = 'new_group_avg', output = '4/0/22', mode = 'avg' },
}



but new_group_xxx is not calculated.
Reply


Messages In This Thread
RE: the average value of tagged objects - by buuuudzik - 14.06.2016, 08:09

Forum Jump: