01.02.2025, 09:21
In general grp.write(event.dst, value) should not be used in event scripts. You are creating an infinite loop where each write triggers the script again.
If you want to scale the resulting value simply modify the tag_sum script. You won't need an additional script this way.
If you want to scale the resulting value simply modify the tag_sum script. You won't need an additional script this way.
Code:
grp.checkwrite('1/1/1', sum * 0.001)