<?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[COV for Analog Input]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">In BACNet4J, COV is not allowed for Analog Input, whereas it should.<br />
I think we have to add :</p>
<pre><code>       
    static {
        supportedObjectTypes.add(ObjectType.accessDoor);
...
        **supportedObjectTypes.add(ObjectType.analogInput);**
        
        supportedPropertyIdentifiers.add(PropertyIdentifier.presentValue);
...
    }


</code></pre>
<p dir="auto">in com.serotonin.bacnet4j.obj.ObjectCovSubscription class.</p>
<p dir="auto">Regards,</p>
<p dir="auto">Jérémie</p>
]]></description><link>https://forum.mango-os.com/topic/647/cov-for-analog-input</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 13:45:10 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/647.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 18 Nov 2010 15:32:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to COV for Analog Input on Fri, 17 Feb 2012 12:22:00 GMT]]></title><description><![CDATA[<p dir="auto">It's just that the software will not accept a COV subscription request on its analogs.</p>
<p dir="auto">Thanks,</p>
]]></description><link>https://forum.mango-os.com/post/6185</link><guid isPermaLink="true">https://forum.mango-os.com/post/6185</guid><dc:creator><![CDATA[Agnes32Tait]]></dc:creator><pubDate>Fri, 17 Feb 2012 12:22:00 GMT</pubDate></item><item><title><![CDATA[Reply to COV for Analog Input on Thu, 02 Feb 2012 13:52:19 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Could you be more clear on your suggestion of "use the contact page to request a quote for the work" ? I would really like to support the COV analog input if possible. Can you give me pointers to where else in the source code that I need to make changes to ?</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.mango-os.com/post/6141</link><guid isPermaLink="true">https://forum.mango-os.com/post/6141</guid><dc:creator><![CDATA[cepheid]]></dc:creator><pubDate>Thu, 02 Feb 2012 13:52:19 GMT</pubDate></item><item><title><![CDATA[Reply to COV for Analog Input on Thu, 25 Nov 2010 17:30:59 GMT]]></title><description><![CDATA[<p dir="auto">Hi Jérémie,</p>
<p dir="auto">Strictly speaking, all analog types should be added there, as well as some others. But support of COV - to my reading of the spec - is optional to the implementation. There should be nothing preventing you from sending a COV subscription request from BACnet4J. It's just that the software will not accept a COV subscription request on its analogs.</p>
<p dir="auto">This can be changed, but not simply by declaring analogs as supported; there is code that needs to be added to actually implement the support. If this is what you need, you can use the contact page to request a quote for the work.</p>
]]></description><link>https://forum.mango-os.com/post/5009</link><guid isPermaLink="true">https://forum.mango-os.com/post/5009</guid><dc:creator><![CDATA[mlohbihler]]></dc:creator><pubDate>Thu, 25 Nov 2010 17:30:59 GMT</pubDate></item></channel></rss>