(21.06.2019, 10:15)Daniel. Wrote: If you have info of all the objects you can use them is script for control. The scan is just to give you information what to use in script.
Hi,
I managed to get the data on one of the cassettes after all the weekend on it. I would like to know if my script is good to order a multistate value:
value = 1
bacnet.write (16001, 'multi-state value', 3, value)
Device ID 16001
Object type Multistate value
object ID 3
B.R.
if I want for example to read and write the value 3 (Multistate value) with a priority of 8 see attached?
require('bacnet')
bacnet.write(16001, 'multistate value', 3, 2, 8)
it does not work.
B.R.