• 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 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    Added more Binary Inputs

    BACnet4J general discussion
    2
    3
    2.2k
    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.
    • G
      gkrananth
      last edited by

      Hi
      I have added 2000 binary inputs into bacnet4j server. If i discover from client i am getting timeout error. The client unable to discover the points. Is there any limitations are there ? Please anyone can help me on this.

      1 Reply Last reply Reply Quote 0
      • phildunlapP
        phildunlap
        last edited by

        Does discovery work if you aren't actively polling at the same time? Can you post your error? Is it a timeout in the JavaScript getting a response to something or is it a timeout trying to establish some BACnet connection?

        1 Reply Last reply Reply Quote 0
        • G
          gkrananth
          last edited by

          com.serotonin.bacnet4j.exception.BACnetTimeoutException: Timeout while waiting for segment part: invokeId=8, se
          at com.serotonin.bacnet4j.transport.Transport.receiveSegmented(Transport.java:447)
          at com.serotonin.bacnet4j.transport.Transport.incomingApdu(Transport.java:503)
          at com.serotonin.bacnet4j.npdu.IncomingRequestParser.run(IncomingRequestParser.java:44)
          at com.serotonin.bacnet4j.npdu.ip.IpNetwork.run(IpNetwork.java:244)
          at java.lang.Thread.run(Thread.java:744)
          Received UDP package from /192.168.1.6:47808
          com.serotonin.bacnet4j.exception.BACnetException: No waiting recipient for message: address=Address [networkNumd=8, isFromServer=false, message=ConfirmedRequest(segmentedMessage=true, moreFollows=false, segmentedResponseAcHAN_64, maxApduLengthAccepted=UP_TO_1476, invokeId=8, sequenceNumber=1, proposedWindowSize=1, serviceChoice=14,
          at com.serotonin.bacnet4j.transport.WaitingRoom.notifyMember(WaitingRoom.java:151)
          at com.serotonin.bacnet4j.transport.Transport.incomingApdu(Transport.java:497)
          at com.serotonin.bacnet4j.npdu.IncomingRequestParser.run(IncomingRequestParser.java:44)
          at com.serotonin.bacnet4j.npdu.ip.IpNetwork.run(IpNetwork.java:244)
          at java.lang.Thread.run(Thread.java:744)
          Received UDP package from /192.168.1.6:47808
          Received UDP package from /192.168.1.6:47808
          com.serotonin.bacnet4j.exception.BACnetException: No waiting recipient for message: address=Address [networkNumd=8, isFromServer=false, message=ConfirmedRequest(segmentedMessage=true, moreFollows=false, segmentedResponseAcHAN_64, maxApduLengthAccepted=UP_TO_1476, invokeId=8, sequenceNumber=1, proposedWindowSize=1, serviceChoice=14,
          at com.serotonin.bacnet4j.transport.WaitingRoom.notifyMember(WaitingRoom.java:151)
          at com.serotonin.bacnet4j.transport.Transport.incomingApdu(Transport.java:497)
          at com.serotonin.bacnet4j.npdu.IncomingRequestParser.run(IncomingRequestParser.java:44)
          at com.serotonin.bacnet4j.npdu.ip.IpNetwork.run(IpNetwork.java:244)
          at java.lang.Thread.run(Thread.java:744)

          1 Reply Last reply Reply Quote 0
          • First post
            Last post