<?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[BACnet4J compliance with standard]]></title><description><![CDATA[<p dir="auto">Hi, I've tested my BACnet4J app with BACnet test client (<a href="http://www.bac-test.com/download.php" rel="nofollow ugc">http://www.bac-test.com/download.php</a>).</p>
<p dir="auto">Many tests pass, but some do not pass. Take these, for example:</p>
<blockquote></blockquote>
<p dir="auto">15/01/2013 09:45:39: Running Diagnostic: BC 135.1: 13.4.3     - Bad Tag Diagnostic<br />
15/01/2013 09:45:39:        Sending a Read Property where the Tag number is 2, not 1 as expected, should receive a 'Reject PDU' as a result<br />
15/01/2013 09:45:39:        tpde00532 - Wrong response received, expected RejectPDU but received: Error Class=Property, Error Code=Missing Required Parameter<br />
15/01/2013 09:45:39:        *** Diagnostic Fails ***<br />
15/01/2013 09:45:39:</p>
<p dir="auto">15/01/2013 09:45:39: Running Diagnostic: BC 135.1: 13.4.4-A   - Missing Required Parameter<br />
15/01/2013 09:45:39:        Reject PDU expected<br />
15/01/2013 09:45:39:        *** Diagnostic Fails ***<br />
15/01/2013 09:45:39:</p>
<p dir="auto">15/01/2013 09:45:39: Running Diagnostic: BC 135.1: 9.13.4.3-A - Invalid Tag for Property<br />
15/01/2013 09:45:39:        Incorrect PDU Type in response: ERROR<br />
15/01/2013 09:45:39:        *** Diagnostic Fails ***<br />
15/01/2013 09:45:39:</p>
<p dir="auto">15/01/2013 09:45:39: Running Diagnostic: BC 135.1: 9.13.4.3-B - Invalid (8 bit) Tag for Property<br />
15/01/2013 09:45:39:        Incorrect PDU Type in response: ERROR<br />
15/01/2013 09:45:39:        *** Diagnostic Fails ***<br />
15/01/2013 09:45:39:</p>
<p dir="auto">Do you have any suggestion? Thanks.</p>
]]></description><link>https://forum.mango-os.com/topic/1239/bacnet4j-compliance-with-standard</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 04:12:35 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/1239.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 16 Jan 2013 18:28:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to BACnet4J compliance with standard on Mon, 21 Jan 2013 15:13:31 GMT]]></title><description><![CDATA[<p dir="auto">I do agree with you in that the priority is working with valid messages; however any improvement with handling the corner cases would be welcomed.  :wink:</p>
<p dir="auto">My application is basically the BACnet4J sample application:</p>
<pre><code>
            LocalDevice localDevice = new LocalDevice(1968, "10.1.10.168");
            localDevice.getConfiguration().setProperty(PropertyIdentifier.objectName,
                    new CharacterString("my device"));
            localDevice.setPort(0xBAC0);
// a few properties...

            // Start the local device.
            localDevice.initialize();

            // Send an iam.
            localDevice.sendBroadcast(47808, localDevice.getIAm());

</code></pre>
<p dir="auto">You can dowload the test client from <a href="http://www.bac-test.com/download.php" rel="nofollow ugc">http://www.bac-test.com/download.php</a> and you'll get the same errors as I get.</p>
]]></description><link>https://forum.mango-os.com/post/7406</link><guid isPermaLink="true">https://forum.mango-os.com/post/7406</guid><dc:creator><![CDATA[MicheleMarcon]]></dc:creator><pubDate>Mon, 21 Jan 2013 15:13:31 GMT</pubDate></item><item><title><![CDATA[Reply to BACnet4J compliance with standard on Fri, 18 Jan 2013 01:35:25 GMT]]></title><description><![CDATA[<p dir="auto">That's interesting, but without the details to reproduce the case there isn't much i can do. Also, it appears that these tests are testing what happens when badly-formatted or otherwise non-compliant messages are sent. I've seen enough examples of equipment that don't respond properly to <em>valid</em> messages; i'm not sure we need to be too concerned with invalid message, except to fix the devices that are sending them.</p>
]]></description><link>https://forum.mango-os.com/post/7398</link><guid isPermaLink="true">https://forum.mango-os.com/post/7398</guid><dc:creator><![CDATA[mlohbihler]]></dc:creator><pubDate>Fri, 18 Jan 2013 01:35:25 GMT</pubDate></item></channel></rss>