<?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[Reading BACnet local time and date]]></title><description><![CDATA[<p dir="auto">I am have issue with reading current BACnet PLC date and time. I use following code.</p>
<pre><code>		PropertyIdentifier pidTime = new PropertyIdentifier(57);
		log.warn( "Time "+ localDevice.getConfiguration().getProperty(pidTime));
		log.warn("Sys time " + tmptime.toString());		

		tmptime = new DateTime();
		
		// Reading local device time/date value
		Encodable deviceTime = localDevice.getConfiguration().getProperty(pidTime);
</code></pre>
<p dir="auto">I get system time instead of real PLC time. What am I doing wrong? Should it be conduct on RemoteDevice? If yes, how. Please help.</p>
]]></description><link>https://forum.mango-os.com/topic/2849/reading-bacnet-local-time-and-date</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 21:12:13 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/2849.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 11 Jul 2017 10:50:21 GMT</pubDate><ttl>60</ttl></channel></rss>