ErrorAPDU(choice=15, errorClass=Property, errorCode=Write access denied)
-
Hi;
WritePropertyRequest wpr = new WritePropertyRequest( new ObjectIdentifier(ObjectType.analogValue, 24),
PropertyIdentifier.presentValue, null, new Real(600), new UnsignedInteger(600));
localDevice.send(d, wpr);I wrote by bacnet4j value to analogValue_24, return the following error
Friends help solve, thank you!
-
Are you running as root? I think you will need to be.