21.09.2023, 10:17
Ok.
I have this resident script at the moment.
And it reads the data succesfully. But how can I change the value in LM and my Bacnet component?
I have a eventbased script like this on one of my objects, but when I change the value in LM it doesn't change on my device.
require('bacnet')
bacnet.write(2, 'analog value', 2070, value, 13)
I have this resident script at the moment.
And it reads the data succesfully. But how can I change the value in LM and my Bacnet component?
I have a eventbased script like this on one of my objects, but when I change the value in LM it doesn't change on my device.
require('bacnet')
bacnet.write(2, 'analog value', 2070, value, 13)