Hello,
First awesome job with the code. We need som read/write from/to Bacnet devices and we found that this tools are realy enough for our needs.
But we found a problem with Schedule. Checked all the tickets/forum, but didn't find the right sollution
Reading of actual value is OK but we need also the weekly_schedule to be read.
bacrp 1 17 1 123 ... its always null (it is an array with 7 rows)
bacrp 1 17 1 123 0 ..... first row[0] is always 7 and the other are null
tried also bacrr and bacrpm. Always the same result.
With write function we didn't get any closer.
Is there any solution how to read/write weekley_schedule from/to schedule?
Thank you for your answe in advance.
Best regards,
Martin
Anonymous
Hello Martin,
same issue here with the weekly-schedule PROP 123 , i'm in the same boat as you are, did you get any progress on that ?
regards,
Aniston
PS: Oh yes , a loud clap to @Steve Karg for your work with this baby, and overall for releasing it as Opensource.
Hello Aniston,
I moved to a different c# library, which has alredy implemented the weekly schedule and it's working fine for me.
regars
Martin
Martin, Thanks for your reply, can you disclose which c# lib you are using ? or any pointers to it.
and a happy new year to you.
Aniston.
used a ".NET library for BACNET" which is used for YABE
Martin