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!