How can I relinquish a priority using BACnet4J?
Is it as simple as sending a NULL value or is there a specific function that needs to be called? Any sample code would be greatly appreciated.
Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Latest posts made by rsoza
-
RE: BACnet Relinquish
-
RE: Segmentation not supported
Thanks for the reply.
Can you tell me how to interpret the BACNet4J error output:
"Abort(server=true, originalInvokeId=2, abortReason=Segmentation not supported)". Specifically what does "server=true" mean? -
Segmentation not supported
I'm getting the following error:
Abort(server=true, originalInvokeId=2, abortReason=Segmentation not supported)When I try to read the object listing using:
ReadPropertyAck supportedServicesAck = (ReadPropertyAck)localDevice.send(d, new ReadPropertyRequest(
d.getObjectIdentifier(), PropertyIdentifier.objectList));I am trying to get the object listing from a BACNet MS/TP using a BACNet IP to MS/TP router. Does this indicate that the remote device returned this error, or the local device?
Thanks,
Rick -
RE: Segmentation not supported
I'm getting the following error:
Abort(server=true, originalInvokeId=2, abortReason=Segmentation not supported)When I try to read the object listing using:
ReadPropertyAck supportedServicesAck = (ReadPropertyAck)localDevice.send(d, new ReadPropertyRequest(
d.getObjectIdentifier(), PropertyIdentifier.objectList));I am trying to get the object listing from a BACNet MS/TP using a BACNet IP to MS/TP router. Does this indicate that the remote device returned this error, or the local device?
Thanks,
Rick -
RE: MS/TP
Thanks for the quick response, let me rephrase the question...
Is anyone actively attempting to add MS/TP to this project?
-
MS/TP
Is there any effort into adding MS/TP support to his package?
Thanks,
Rick -
RE: MS/TP
Is there any effort into adding MS/TP support to his package?
Thanks,
Rick