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.