• Recent
    • Tags
    • Popular
    • Register
    • Login

    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 4 Documentation Website Mango 5 Documentation Website Radix IoT LinkedIn

    Segmentation not supported

    Scheduled Pinned Locked Moved BACnet4J general discussion
    5 Posts 2 Posters 6.4k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R Offline
      rsoza
      last edited by

      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

      1 Reply Last reply Reply Quote 0
      • M Offline
        mlohbihler
        last edited by

        Good question, and honestly i don't know. It's a complete guess, but i would first suspect the router since the device should report in it's details whether it supports segmentation or not. If you have traces of the communication it would help in troubleshooting.

        Best regards,
        Matthew

        1 Reply Last reply Reply Quote 0
        • R Offline
          rsoza
          last edited by

          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?

          1 Reply Last reply Reply Quote 0
          • M Offline
            mlohbihler
            last edited by

            This is the documentation for "server" in the Abort APDU:

            This parameter shall be TRUE when the Abort PDU is sent by a server. This parameter shall be FALSE when the Abort PDU is sent by a client.

            Best regards,
            Matthew

            1 Reply Last reply Reply Quote 0

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            • First post
              Last post