• 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

    Is COV Increment settable?

    BACnet4J general discussion
    2
    3
    1.4k
    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.
    • W
      Wingnut2.0
      last edited by

      When creating a BACnet/IP DataPoint there is an option to"Use COV subscription", but am I missing where the COV Increment can be set?

      The method appears to allow for this.

          public CovSubscription(final RecipientProcess recipient, final ObjectPropertyReference monitoredPropertyReference,
                  final Boolean issueConfirmedNotifications, final UnsignedInteger timeRemaining, final Real covIncrement) {
              this.recipient = recipient;
              this.monitoredPropertyReference = monitoredPropertyReference;
              this.issueConfirmedNotifications = issueConfirmedNotifications;
              this.timeRemaining = timeRemaining;
              this.covIncrement = covIncrement;
          }
      

      I feel like I am overlooking something as it seems odd to have the ability to subscribe without being able to set an increment - at least for analog values.

      Thank you

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

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • phildunlapP
          phildunlap
          last edited by

          Hi Wingnut,

          I don't believe it is currently possible. I looked around the code a little, and I think it's SubscribeCOVRequest that is the outgoing form used, and it doesn't have these options. I imagine it's something we're interested in supporting, but have no sense of a timeline to offer offhand. Doesn't seem like it would be too much to add, but I can't say.

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