16.02.2022, 12:16
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)