i'm working with bacnet through java, bacnet4j project. I could realize how get the values of my devices, my analog and digital values.
But how can i change them ? How get/set values using bacnet4j ?
Best regards, Valter Henrique.
i'm working with bacnet through java, bacnet4j project. I could realize how get the values of my devices, my analog and digital values.
But how can i change them ? How get/set values using bacnet4j ?
Best regards, Valter Henrique.
I think you should look into the WritePropertyRequest and WritePropertyMultipleRequest, such as used in the bacnet4j Test.java example file (look for it in the test folder), on lines 199 and 214.
Here's a snippet of those lines: