• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. rsoza
    3. Posts

    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.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by rsoza

    • RE: BACnet Relinquish

      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.

      posted in BACnet4J general discussion
      R
      rsoza
    • 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?

      posted in BACnet4J general discussion
      R
      rsoza
    • 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

      posted in BACnet4J general discussion
      R
      rsoza
    • 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

      posted in BACnet4J general discussion
      R
      rsoza
    • RE: MS/TP

      Thanks for the quick response, let me rephrase the question...

      Is anyone actively attempting to add MS/TP to this project?

      posted in BACnet4J general discussion
      R
      rsoza
    • MS/TP

      Is there any effort into adding MS/TP support to his package?

      Thanks,
      Rick

      posted in BACnet4J general discussion
      R
      rsoza
    • RE: MS/TP

      Is there any effort into adding MS/TP support to his package?

      Thanks,
      Rick

      posted in BACnet4J general discussion
      R
      rsoza