michael-senva

Results 6 comments of michael-senva

Large Analog Value, that's correct. It's effectively BACnet's Double type. BAC0 doesn't have trouble with reads, but it doesn't appear to detect a written double and throws an incorrect data...

@bbartling apologies, I missed the notification for your response. The code I had was just making some modifications to the library functions manually, but I couldn't get it to run....

It appears the functions have changed, but gleaning from the sample I'm encountering errors trying to initialize the network- ` >>> import BAC0 >>> bacnet = BAC0.lite() 2024-07-09 08:36:42,064 -...

@ChristianTremblay ``` import BAC0 network = BAC0.lite() await network.read('X.X.X.X largeAnalogValue 1 presentValue') await network._write('X.X.X.X largeAnalogValue 1 presentValue 0.0') ``` Took a bit of trial and error but I was able...

@ChristianTremblay Nice! that python entry was much easier to test with. I added some write-enabled test LAV's on my DUT and both the read and write functions work correctly using...

Closing as the issue is resolved. Thanks again!