-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BACnet error:invalid data-type #81
Comments
HI,
Regards, |
Hi Kishore ,thanks for your advise
|
Hope you will remove Null field as well. WritePropertyRequest writePropertyRequest = new WritePropertyRequest( |
Yes,it work . I should use BinaryPV.active to control Bacnet device . thank you so much |
Hi,all . I use writePropertyRequest to write a new presentValue , but unfortunately it response a wrong code
invalid data-type. could you give us any advise? thanks
there is my code
` WritePropertyRequest writePropertyRequest = new WritePropertyRequest(
objectList.get(i),
PropertyIdentifier.presentValue,
null, new Real(setVal), new UnsignedInteger(BaConfig.priority));
ObjectType objectType = writePropertyRequest.getObjectIdentifier().getObjectType();
ServiceFuture send = localDevice.send(remoteDevice, writePropertyRequest);
【project details 】
setValue = 1;
priority is 9 ;
Device detail like this
The text was updated successfully, but these errors were encountered: