• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. mjimenez

    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
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    mjimenez

    @mjimenez

    0
    Reputation
    351
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    mjimenez Unfollow Follow

    Latest posts made by mjimenez

    • COV Subscription lifetime out of range

      Hi,

      I'm using Bacnet4j 4.0.1. When I try to send a COV Subscription request with a lifetime of 0, I receive a "value out of range" exception. I've been trying with different values and I also get the same error if I use a value greater than 25000. Between 1 and 25000, the subscription works but obviously I only receive the events for a very short period of time.

      This is the request object that I am trying to send:

      new SubscribeCOVRequest(new UnsignedInteger(1), oid, Boolean.valueOf(true), new UnsignedInteger(0));
      

      And this is the exception I get:

      com.serotonin.bacnet4j.exception.ErrorAPDUException: ErrorAPDU(errorClass=services, errorCode=value-out-of-range)
      

      What can I do to get an infinite subscription?

      Thanks.

      posted in BACnet4J general discussion
      M
      mjimenez