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.

Value + 200
#1
Hi,

Script to retrieve from a group address and send to another GA with - 200 in less value (2 Byte, 9.008)?  Smile
Reply
#2
Attach event script to the source object. The script will write event value - 200 to 1/1/1.
Code:
value = event.getvalue()
grp.checkwrite('1/1/1', value - 200)
Reply
#3
(24.09.2022, 06:33)admin Wrote: Attach event script to the source object. The script will write event value - 200 to 1/1/1.
Code:
value = event.getvalue()
grp.checkwrite('1/1/1', value - 200)

ThanksSmile
Reply


Forum Jump: