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.
Is COV Increment settable?
-
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
-
This post is deleted! -
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.