<?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[Priority Array]]></title><description><![CDATA[<p dir="auto">Hi<br />
I'm new to BACNet. I wrote a small controller to expose some BACNet objects and some properies. But when I try to write  a value to a property using CAS BACNet Explorer using priority other than 'undefined' it's giving an error. Will you be able to give me a working example with priority arrays.</p>
<p dir="auto">thanks<br />
sb</p>
]]></description><link>https://forum.mango-os.com/topic/288/priority-array</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 14:35:37 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/288.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 08 Feb 2010 21:07:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Priority Array on Tue, 09 Feb 2010 21:15:08 GMT]]></title><description><![CDATA[<p dir="auto">Cool. Note that there are a couple limitations in the implementation.</p>
<ol>
<li>The min on/off times for binaries (priority 6) are not coded.</li>
<li>The timing stuff around access doors is also not done.</li>
</ol>
]]></description><link>https://forum.mango-os.com/post/3176</link><guid isPermaLink="true">https://forum.mango-os.com/post/3176</guid><dc:creator><![CDATA[mlohbihler]]></dc:creator><pubDate>Tue, 09 Feb 2010 21:15:08 GMT</pubDate></item><item><title><![CDATA[Reply to Priority Array on Tue, 09 Feb 2010 21:11:22 GMT]]></title><description><![CDATA[<p dir="auto">Thanks. it worked.</p>
]]></description><link>https://forum.mango-os.com/post/3175</link><guid isPermaLink="true">https://forum.mango-os.com/post/3175</guid><dc:creator><![CDATA[sb]]></dc:creator><pubDate>Tue, 09 Feb 2010 21:11:22 GMT</pubDate></item><item><title><![CDATA[Reply to Priority Array on Tue, 09 Feb 2010 18:16:40 GMT]]></title><description><![CDATA[<p dir="auto">Priority array handling and commandable values had not been implemented. I have added that now, but you'll need to check out the latest source and build into a jar with ANT.</p>
]]></description><link>https://forum.mango-os.com/post/3174</link><guid isPermaLink="true">https://forum.mango-os.com/post/3174</guid><dc:creator><![CDATA[mlohbihler]]></dc:creator><pubDate>Tue, 09 Feb 2010 18:16:40 GMT</pubDate></item><item><title><![CDATA[Reply to Priority Array on Tue, 09 Feb 2010 12:52:07 GMT]]></title><description><![CDATA[<p dir="auto">I'm writing to analogoutput type of objects.<br />
When I write thru the CAS BACNet explorer with priority of 1 it says write access denied and on the java log I could see the listener method "allowPropertyWrite" was called but not the "propertyWritten" method. But when I write with undefined priority both methods are being called.</p>
<p dir="auto">this is how I'm definiing the object properties:<br />
ao0.setProperty(PropertyIdentifier.objectName, new CharacterString(wp.getName()));<br />
ao0.setProperty(PropertyIdentifier.presentValue, new Real(1)); ao0.setProperty(PropertyIdentifier.outOfService, new Boolean(false));<br />
ao0.setProperty(PropertyIdentifier.units, EngineeringUnits.percent);<br />
ao0.setProperty(PropertyIdentifier.description, new CharacterString("31233232132"));<br />
ao0.setProperty(PropertyIdentifier.timeDelay, new UnsignedInteger(90));<br />
ao0.setProperty(PropertyIdentifier.priorityArray, new PriorityArray());<br />
ao0.setProperty(PropertyIdentifier.relinquishDefault, new Real(0));</p>
<p dir="auto">thanks for your immediate response.<br />
SB</p>
]]></description><link>https://forum.mango-os.com/post/3173</link><guid isPermaLink="true">https://forum.mango-os.com/post/3173</guid><dc:creator><![CDATA[sb]]></dc:creator><pubDate>Tue, 09 Feb 2010 12:52:07 GMT</pubDate></item><item><title><![CDATA[Reply to Priority Array on Mon, 08 Feb 2010 23:40:29 GMT]]></title><description><![CDATA[<p dir="auto">... and what object type are you trying to write to?</p>
]]></description><link>https://forum.mango-os.com/post/3165</link><guid isPermaLink="true">https://forum.mango-os.com/post/3165</guid><dc:creator><![CDATA[mlohbihler]]></dc:creator><pubDate>Mon, 08 Feb 2010 23:40:29 GMT</pubDate></item><item><title><![CDATA[Reply to Priority Array on Mon, 08 Feb 2010 23:39:36 GMT]]></title><description><![CDATA[<p dir="auto">What's the error?</p>
]]></description><link>https://forum.mango-os.com/post/3164</link><guid isPermaLink="true">https://forum.mango-os.com/post/3164</guid><dc:creator><![CDATA[mlohbihler]]></dc:creator><pubDate>Mon, 08 Feb 2010 23:39:36 GMT</pubDate></item></channel></rss>