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.

DPT 229.001
#1
Hi, is DPT 229.001, supported in LM5?
Reply
#2
The counter value can be extracted via an event script. Change 1/1/1 to the object that will store the converted counter value.
Code:
value = busdatatype.decode(event.datahex:sub(1, 8), dt.int32)
grp.checkupdate('1/1/1', value)
Reply


Forum Jump: