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.

Multiple listening addresses
#6
(16.04.2018, 13:55)ncgnick Wrote: Thank you all
All that was the obvious reaction from my side.
It would be easier if there was a straight forward procedure. This would keep the project more readable
Just think of a project with 5000 GAs and a central function switching off everything. I wouldn't even think of such a solution and I wouldn't dare to let all the feedbacks pass through all the line couplers and routers just for the visualization
Developers, please consider this functionality in future firmware releases

In that case you need other way around.
Tag all your local status objects.
Create event based script on your central group and paste this code
Code:
value = event.getvalue()
myobjects = grp.tag('YourTag')
myobjects:update(value)
Change 'YourTag' to your tag.
BR
------------------------------
Ctrl+F5
Reply


Messages In This Thread
Multiple listening addresses - by ncgnick - 15.04.2018, 14:03
RE: Multiple listening addresses - by Daniel - 16.04.2018, 08:30
RE: Multiple listening addresses - by Daniel - 16.04.2018, 09:38
RE: Multiple listening addresses - by ncgnick - 16.04.2018, 13:55
RE: Multiple listening addresses - by Daniel - 16.04.2018, 15:32
RE: Multiple listening addresses - by ncgnick - 16.04.2018, 19:25
RE: Multiple listening addresses - by ncgnick - 17.04.2018, 14:06

Forum Jump: