<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Is COV Increment settable?]]></title><description><![CDATA[<p dir="auto">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?</p>
<p dir="auto">The method appears to allow for this.</p>
<pre><code>    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;
    }
</code></pre>
<p dir="auto">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.</p>
<p dir="auto">Thank you</p>
]]></description><link>https://forum.mango-os.com/topic/3104/is-cov-increment-settable</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 23:59:41 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/3104.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 22 Nov 2017 15:12:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Is COV Increment settable? on Wed, 22 Nov 2017 21:00:01 GMT]]></title><description><![CDATA[<p dir="auto">Hi Wingnut,</p>
<p dir="auto">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.</p>
]]></description><link>https://forum.mango-os.com/post/16290</link><guid isPermaLink="true">https://forum.mango-os.com/post/16290</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Wed, 22 Nov 2017 21:00:01 GMT</pubDate></item></channel></rss>