|
From: Sam G. <sg...@ho...> - 2016-06-20 19:12:55
|
I am trying to use BACpypes to write to the presentValue property of an analogOutput object. I can do this with the ReadWriteProperty sample without any problems (BACpypes works great from the console.). However, I would like to be able to integrate the write property command into my existing script rather than using an interactive console. The script I am writing is used to forecasts lake levels, and last step needed in the script is to change the presentValue property of a handful of analogOutput objects on a BACnet IP network. I have tried to get a non console version of the ReadWriteProperty sample running, but haven't been successful. Are any samples available for a read or a write property that don't include an interactive console? I am running BACpypes 0.13.8 on Windows 7 and Windows 10 machines. Thanks, Sam Gould |