19.10.2019, 07:56
Hi. Is it possible to change all the cov with a spesific tag or name at once with a script?
Cov
|
19.10.2019, 07:56
Hi. Is it possible to change all the cov with a spesific tag or name at once with a script?
21.10.2019, 06:46
Change COV for a single tag:
Code: 12345 covincr = 4.5
tag = 'aaa'
db:query('UPDATE objects SET covincr=? WHERE id IN (SELECT object FROM objecttags WHERE tag=?)', covincr, tag)
os.execute('/etc/init.d/bacnet restart') |
« Next Oldest | Next Newest »
|