<?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 Remote Devices]]></title><description><![CDATA[<p dir="auto">I have program running about 2 weeks, im using BACnet4J as a gateway to PIV object (mapping PIV to MV) and i haven't problem, every think was ok. But on few days I have problem because the remote device list in DEV object is empty and my MV don't change PIV value, when I manually restart te program, remote device is visible in DEV object in remote device list. I adding remote device like this:</p>
<pre><code>            localDevice.initialize();
            localDevice.sendGlobalBroadcast(localDevice.getIAm());
            localDevice.sendGlobalBroadcast(new WhoIsRequest());


            localDevice.getRemoteDeviceBlocking(200);

            List&lt;RemoteDevice&gt; remoteDevices = localDevice.getRemoteDevices();

            for (RemoteDevice device : remoteDevices) {

               //some code
             
            }
</code></pre>
<p dir="auto">200 is instance of remote device</p>
<p dir="auto">I adding this after I initialising local device (in the same try/catch) Whats going on? Any ideas?</p>
]]></description><link>https://forum.mango-os.com/topic/4918/bacnet4j-remote-devices</link><generator>RSS for Node</generator><lastBuildDate>Mon, 15 Jun 2026 17:10:18 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/4918.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 28 Aug 2020 09:35:25 GMT</pubDate><ttl>60</ttl></channel></rss>