23.09.2021, 20:19
Hi, is it possible to get values from multiple group addresses by tag, and write back the same values to the group address?
Rewrite by tag
|
23.09.2021, 20:19
Hi, is it possible to get values from multiple group addresses by tag, and write back the same values to the group address?
24.09.2021, 07:07
I suppose you want to write back the same values to bus for certain tagged objects periodically. If so create a scheduled script and change the tag name as needed:
Code: objects = grp.tag('my_tag_name')
24.09.2021, 13:11
(24.09.2021, 07:07)admin Wrote: I suppose you want to write back the same values to bus for certain tagged objects periodically. If so create a scheduled script and change the tag name as needed: TNX
13.06.2022, 06:26
Is it possible to only rewrite value 3 if the value is 3?
(24.09.2021, 07:07)admin Wrote: I suppose you want to write back the same values to bus for certain tagged objects periodically. If so create a scheduled script and change the tag name as needed:
13.06.2022, 06:58
Use this:
Code: objects = grp.tag('my_tag_name') |
« Next Oldest | Next Newest »
|