<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://ilonsmartserver.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>i.LON SmartServer Community</title><link>http://ilonsmartserver.com/forums/</link><description>All Posts</description><dc:language>en-US</dc:language><generator>CommunityServer 2007.1 (Build: 21119.1142)</generator><item><title>Alarm Generator compare constants</title><link>http://ilonsmartserver.com/forums/thread/663.aspx</link><pubDate>Tue, 07 Sep 2010 20:40:50 GMT</pubDate><guid isPermaLink="false">191c7298-8ad3-470c-9bd1-455f544871e0:663</guid><dc:creator>struglia</dc:creator><slash:comments>1</slash:comments><comments>http://ilonsmartserver.com/forums/thread/663.aspx</comments><wfw:commentRss>http://ilonsmartserver.com/forums/commentrss.aspx?SectionID=4&amp;PostID=663</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I&amp;#39;ve had issues with Smartserver 2.0 alarm generator compare constants changing values after reboots. &amp;nbsp; I&amp;#39;lll set it up to a compare value of &amp;quot;ON&amp;quot; or &amp;quot;100.0 1&amp;quot;, and after reboot it has changed to &amp;quot;OFF&amp;quot; or &amp;quot;0.0 0&amp;quot; &amp;nbsp; Compares using datapoints work fine.&amp;nbsp; Are those constants stored somewhere and need to be specifically told to stay constant?&amp;nbsp; The manual says a CompareDP should be created for the alarm generator, but I have never seen one show up.&amp;nbsp; Anyone else have this issue?&amp;nbsp; Can I just as well compare to nviAgCompare (not bound to anything) and set up the default value of it to &amp;quot;100.0 1&amp;quot;? &lt;/p&gt;</description></item><item><title>Send soap headers in php</title><link>http://ilonsmartserver.com/forums/thread/655.aspx</link><pubDate>Fri, 03 Sep 2010 07:57:09 GMT</pubDate><guid isPermaLink="false">191c7298-8ad3-470c-9bd1-455f544871e0:655</guid><dc:creator>anet</dc:creator><slash:comments>6</slash:comments><comments>http://ilonsmartserver.com/forums/thread/655.aspx</comments><wfw:commentRss>http://ilonsmartserver.com/forums/commentrss.aspx?SectionID=6&amp;PostID=655</wfw:commentRss><description>&lt;p&gt;Hi again !&lt;/p&gt;&lt;p&gt;Someone knows how to add soap headers in PHP? &lt;/p&gt;&lt;p&gt;I know the headers i have to send:&lt;/p&gt;&lt;p&gt;&lt;i&gt;&amp;nbsp;&amp;lt;SOAP-ENV:Header&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p:messageProperties xmlns:p=&amp;quot;http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p:UCPTtimeStamp&amp;gt;2005-02-02T11:30:15.220+01:00&amp;lt;/p:UCPTtimeStamp&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p:UCPTuniqueId&amp;gt;030000066f02&amp;lt;/p:UCPTuniqueId&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p:UCPTipAddress&amp;gt;172.25.143.222&amp;lt;/p:UCPTipAddress&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p:UCPTport&amp;gt;80&amp;lt;/p:UCPTport&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p:UCPTlastUpdate&amp;gt;2005-02-02T11:31:41Z&amp;lt;/p:UCPTlastUpdate&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p:UCPTprocessingTime&amp;gt;90&amp;lt;/p:UCPTprocessingTime&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/p:messageProperties&amp;gt;&lt;br /&gt;&amp;lt;/SOAP-ENV:Header&amp;gt;&lt;/i&gt;&lt;/p&gt;&lt;p&gt;but i don&amp;#39;t have idea about how to do this.&lt;/p&gt;&lt;p&gt;I try this way but don&amp;#39;t works&lt;/p&gt;&lt;p&gt;&lt;i&gt;&amp;nbsp;$this-&amp;gt;client=new SoapClient(&amp;quot;http://$ip/WSDL/v4.0/iLON100.WSDL&amp;quot;,&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;array(&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;#39;location&amp;#39; =&amp;gt; &amp;quot;http://$ip/WSDL/iLON100.wsdl&amp;quot;,&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;#39;connection_timeout&amp;#39; =&amp;gt; 1,&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;#39;exceptions&amp;#39; =&amp;gt; true,&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;#39;trace&amp;#39;=&amp;gt;true&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;));&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;$header=array();&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;$header=new SoapHeader(&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;#39;http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/&amp;#39;,&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;#39;messageProperties&amp;#39;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;//$this-&amp;gt;client-&amp;gt;__setSoapHeaders($header);&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/i&gt;&amp;nbsp; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;any idea? &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Datalogger regional settings in CSV</title><link>http://ilonsmartserver.com/forums/thread/639.aspx</link><pubDate>Fri, 20 Aug 2010 15:06:30 GMT</pubDate><guid isPermaLink="false">191c7298-8ad3-470c-9bd1-455f544871e0:639</guid><dc:creator>AIR-TRAXX</dc:creator><slash:comments>1</slash:comments><comments>http://ilonsmartserver.com/forums/thread/639.aspx</comments><wfw:commentRss>http://ilonsmartserver.com/forums/commentrss.aspx?SectionID=4&amp;PostID=639</wfw:commentRss><description>&lt;p&gt;When we read a csv file of a datalogger&amp;nbsp;in excel it shows the american region code&amp;nbsp; for dot for decimal signs instead of comma. &lt;/p&gt;
&lt;p&gt;It there a solution to change this without changing the regional setting of my&amp;nbsp;computer for LNS we als still need to running with regional setting US. &lt;/p&gt;
&lt;p&gt;How to solve this?&lt;/p&gt;</description></item><item><title>xsi:type fails in get functions</title><link>http://ilonsmartserver.com/forums/thread/653.aspx</link><pubDate>Thu, 02 Sep 2010 12:51:48 GMT</pubDate><guid isPermaLink="false">191c7298-8ad3-470c-9bd1-455f544871e0:653</guid><dc:creator>anet</dc:creator><slash:comments>1</slash:comments><comments>http://ilonsmartserver.com/forums/thread/653.aspx</comments><wfw:commentRss>http://ilonsmartserver.com/forums/commentrss.aspx?SectionID=6&amp;PostID=653</wfw:commentRss><description>&lt;p&gt;Every time i put a xsy:type next to an item in&amp;nbsp; &lt;b&gt;Get &lt;/b&gt;functions i obtain this error:&amp;nbsp; &lt;/p&gt;&lt;pre id="line1"&gt;&lt;i&gt;&lt;b&gt;Fatal error&lt;span class="end-tag"&gt;&lt;/span&gt;:  Uncaught SoapFault exception: [3] XML error in SOAP request&lt;/b&gt;&lt;/i&gt;&lt;/pre&gt;&lt;p&gt;&amp;nbsp;Sample code:&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;Get xmlns=&amp;quot;http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;iLonItem&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Item xsi:type=&amp;quot;LON_Fb_Cfg&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;UCPTname&amp;gt;Building 2/Channel 1/DIO-5/Digital Output[0]&amp;lt;/UCPTname&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Item&amp;gt;&lt;br /&gt;&amp;lt;/iLonItem&amp;gt;&lt;br /&gt;&amp;lt;/Get&amp;gt;&lt;/p&gt;&lt;p&gt;Someone knows the reason? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>schedulers, function "Set" don't works </title><link>http://ilonsmartserver.com/forums/thread/647.aspx</link><pubDate>Thu, 02 Sep 2010 06:12:41 GMT</pubDate><guid isPermaLink="false">191c7298-8ad3-470c-9bd1-455f544871e0:647</guid><dc:creator>anet</dc:creator><slash:comments>3</slash:comments><comments>http://ilonsmartserver.com/forums/thread/647.aspx</comments><wfw:commentRss>http://ilonsmartserver.com/forums/commentrss.aspx?SectionID=6&amp;PostID=647</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi, iam trying to&amp;nbsp; use the set function to create a new scheduler&lt;/p&gt;&lt;pre id="line1"&gt;&amp;lt;&lt;span class="start-tag"&gt;Set&lt;/span&gt;&lt;span class="attribute-name"&gt; xmlns&lt;/span&gt;=&lt;span class="attribute-value"&gt;&amp;quot;http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/&amp;quot;&lt;/span&gt;&amp;gt;&lt;br /&gt;	&amp;lt;&lt;span class="start-tag"&gt;iLonItem&lt;/span&gt;&amp;gt;&lt;br /&gt;		&amp;lt;&lt;span class="start-tag"&gt;UCPTfaultCount&lt;/span&gt;&amp;gt;0&amp;lt;/&lt;span class="end-tag"&gt;UCPTfaultCount&lt;/span&gt;&amp;gt;&lt;br /&gt;		&amp;lt;&lt;span class="start-tag"&gt;Item&lt;/span&gt;&amp;gt;&lt;br /&gt;			&amp;lt;&lt;span class="start-tag"&gt;UCPTname&lt;/span&gt;&amp;gt;Net/LON/iLON App/scheduler1&amp;lt;/&lt;span class="end-tag"&gt;UCPTname&lt;/span&gt;&amp;gt;&lt;br /&gt;			&amp;lt;&lt;span class="start-tag"&gt;UCPTannotation&lt;/span&gt;&amp;gt;8000010128000000[4].UFPTscheduler&amp;lt;/&lt;span class="end-tag"&gt;UCPTannotation&lt;/span&gt;&amp;gt;&lt;br /&gt;			&amp;lt;&lt;span class="start-tag"&gt;UCPThidden&lt;/span&gt;&amp;gt;0&amp;lt;/&lt;span class="end-tag"&gt;UCPThidden&lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre id="line15"&gt;			&amp;lt;&lt;span class="start-tag"&gt;UCPTlastUpdate&lt;/span&gt;&amp;gt;2010-09-02T00:00:00.000+02:00&amp;lt;/&lt;span class="end-tag"&gt;UCPTlastUpdate&lt;/span&gt;&amp;gt;&lt;br /&gt;			&amp;lt;&lt;span class="start-tag"&gt;UCPTuri&lt;/span&gt;&amp;gt;8000010128000000[4].UFPTscheduler_Cfg.htm&amp;lt;/&lt;span class="end-tag"&gt;UCPTuri&lt;/span&gt;&amp;gt;&lt;br /&gt;			&amp;lt;&lt;span class="start-tag"&gt;ScheduleEffectivePeriod&lt;/span&gt;&amp;gt;&lt;br /&gt;				&amp;lt;&lt;span class="start-tag"&gt;StartDate&lt;/span&gt;&amp;gt;2010-09-02&amp;lt;/&lt;span class="end-tag"&gt;StartDate&lt;/span&gt;&amp;gt;&lt;br /&gt;				&amp;lt;&lt;span class="start-tag"&gt;EndDate&lt;/span&gt;&amp;gt;2018-09-23&amp;lt;/&lt;span class="end-tag"&gt;EndDate&lt;/span&gt;&amp;gt;&lt;br /&gt;			&amp;lt;/&lt;span class="end-tag"&gt;ScheduleEffectivePeriod&lt;/span&gt;&amp;gt;&lt;br /&gt;			&amp;lt;&lt;span class="start-tag"&gt;DataPoint&lt;/span&gt;&lt;span class="attribute-name"&gt; dpType&lt;/span&gt;=&lt;span class="attribute-value"&gt;&amp;quot;nviEnable&amp;quot; &lt;/span&gt;&lt;span class="attribute-name"&gt;discrim&lt;/span&gt;=&lt;span class="attribute-value"&gt;&amp;quot;dir_in&amp;quot;&lt;/span&gt;&amp;gt;&lt;/pre&gt;&lt;pre id="line15"&gt;                            &amp;lt;&lt;span class="start-tag"&gt;UCPTname&lt;/span&gt;&amp;gt;Net/LON/iLON App/scheduler1/nvi_calendario1&amp;lt;/&lt;span class="end-tag"&gt;UCPTname&lt;/span&gt;&amp;gt;&lt;br /&gt;			&amp;lt;/&lt;span class="end-tag"&gt;DataPoint&lt;/span&gt;&amp;gt;&lt;br /&gt;		&amp;lt;/&lt;span class="end-tag"&gt;Item&lt;/span&gt;&amp;gt;&lt;br /&gt;	&amp;lt;/&lt;span class="end-tag"&gt;iLonItem&lt;/span&gt;&amp;gt;&lt;br /&gt;&amp;lt;/&lt;span class="end-tag"&gt;Set&lt;/span&gt;&amp;gt;&lt;/pre&gt;&lt;pre id="line15"&gt;but i only get this response:&lt;/pre&gt;&lt;pre id="line15"&gt;&amp;lt;SetResponse xmlns=&amp;quot;http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;iLonItem&amp;gt;&lt;br /&gt;     &amp;lt;UCPTfaultCount&amp;gt;0&amp;lt;/UCPTfaultCount&amp;gt;&lt;br /&gt;  &amp;lt;/iLonItem&amp;gt;&lt;br /&gt;&amp;lt;/SetResponse&amp;gt; &lt;br /&gt;&lt;/pre&gt;&lt;p&gt;&amp;nbsp;i &amp;#39;ve tryed to do the same request putting xsi:types but i&amp;#39;ve obtained the same result&lt;/p&gt;&lt;p&gt;i can&amp;#39;t create schedulers.&amp;nbsp; Someone knows what can i do?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>How to setup the Java Programming Environment</title><link>http://ilonsmartserver.com/forums/thread/563.aspx</link><pubDate>Thu, 10 Jun 2010 06:21:39 GMT</pubDate><guid isPermaLink="false">191c7298-8ad3-470c-9bd1-455f544871e0:563</guid><dc:creator>chwang</dc:creator><slash:comments>8</slash:comments><comments>http://ilonsmartserver.com/forums/thread/563.aspx</comments><wfw:commentRss>http://ilonsmartserver.com/forums/commentrss.aspx?SectionID=17&amp;PostID=563</wfw:commentRss><description>&lt;p&gt;I am trying to follow the i.LON SmartServer 2 Programmers Reference.pdf&amp;nbsp;chapter 22 to set up Java programming Environment, &amp;nbsp;when I go to 22-6 try to install Maven integration software, got the following problem: from Eclipse Help--&amp;gt;Install New Software--&amp;gt;enter &lt;a href="http://m2exlipse.sonatype.org/update/"&gt;http://m2exlipse.sonatype.org/update/&lt;/a&gt; to work with column, eclipse keep response with: Unable to read repository at &lt;a href="http://m2eclipse.nonatype.org/update/"&gt;http://m2eclipse.nonatype.org/update/&lt;/a&gt;. So what is the problem?&lt;/p&gt;</description></item><item><title>Delete a specific  data point on a Scheduler</title><link>http://ilonsmartserver.com/forums/thread/640.aspx</link><pubDate>Fri, 27 Aug 2010 08:33:56 GMT</pubDate><guid isPermaLink="false">191c7298-8ad3-470c-9bd1-455f544871e0:640</guid><dc:creator>anet</dc:creator><slash:comments>4</slash:comments><comments>http://ilonsmartserver.com/forums/thread/640.aspx</comments><wfw:commentRss>http://ilonsmartserver.com/forums/commentrss.aspx?SectionID=6&amp;PostID=640</wfw:commentRss><description>&lt;p&gt;I am trying to detele a specific data point on a Scheduler. The manual only provides this example:&lt;/p&gt;&lt;p&gt;&amp;lt;Delete xmlns=\&amp;quot;http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/\&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;iLonItem&amp;gt; &amp;lt;Item xsi:type=&amp;quot;UFPTscheduler_Cfg&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;UCPTname&amp;gt;Net/LON/iLON App/Scheduler&amp;lt;/UCPTname&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/Item&amp;gt; &amp;lt;/iLonItem&amp;gt;&lt;br /&gt;&amp;lt;/Delete&amp;gt;&lt;/p&gt;&lt;p&gt;This action delete the entire scheduler. sombody knows how can i delete&amp;nbsp; only a data point? &lt;/p&gt;&lt;p&gt;I have tried&amp;nbsp; with this&amp;nbsp; XML:&lt;/p&gt;&lt;p&gt;&amp;lt;Delete xmlns=\&amp;quot;http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/\&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;iLonItem&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Item $xsi&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;UCPTname&amp;gt;Net/LON/iLON App/Scheduler&amp;lt;/UCPTname&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;DataPoint&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;UCPTname&amp;gt;Net/LON/iLON/COMPONENT1&amp;lt;/UCPTname&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/DataPoint&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Item&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/iLonItem&amp;gt;&lt;br /&gt;&amp;lt;/Delete&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;but it removes all the data points on the scheduler.I&amp;nbsp; don&amp;#39;t&amp;nbsp; want to use the SET function because i will have to&amp;nbsp; rewrite the entire UFPTscheduler_Cfg. &lt;/p&gt;&lt;p&gt;Somebody can help me? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>SmartServer not booting after power failure</title><link>http://ilonsmartserver.com/forums/thread/613.aspx</link><pubDate>Wed, 28 Jul 2010 11:17:58 GMT</pubDate><guid isPermaLink="false">191c7298-8ad3-470c-9bd1-455f544871e0:613</guid><dc:creator>lumatec</dc:creator><slash:comments>3</slash:comments><comments>http://ilonsmartserver.com/forums/thread/613.aspx</comments><wfw:commentRss>http://ilonsmartserver.com/forums/commentrss.aspx?SectionID=4&amp;PostID=613</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;we realized that one of our SmartServers doesn&amp;#39;t always reboot after a power failure. Sometimes&amp;nbsp;the reboot process&amp;nbsp;stucks, and sometimes&amp;nbsp;a noise can be heard (like a switched power supply in idle mode). The green LED is ON permanently. When we saw that, we did a &amp;#39;Clean Up&amp;#39;. The problem still remained.&lt;/p&gt;
&lt;p&gt;Firmware: 4.02.055&lt;/p&gt;
&lt;p&gt;Bootrom: 4.02.046&lt;/p&gt;
&lt;p&gt;The last lines on the console read:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;fnSystemEventLogger_Init&lt;br /&gt;value = 0 = 0x0&lt;br /&gt;startLonTalkApplications&lt;br /&gt;Tx/Rx LEDs under PLT control&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;After that the boot process stucks.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If we interrupt the boot process and then reboot from console, the last line reads:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Unmounting flash disk&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;After that, the boot process stucks.&lt;/p&gt;
&lt;p&gt;We are very concerned about that. Last week we had a problem with a SmartServer not booting anymore with a customer. After&amp;nbsp;&amp;#39;Clean Up&amp;#39; and reconfiguring (1 days work...)&amp;nbsp;it seemed to work again. But the server mentioned above remains unreliable.&lt;/p&gt;
&lt;p&gt;What can we do in order to repair that? What may have happened to these servers that causes that? How to avoid that?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Daniel&lt;/p&gt;
&lt;p&gt;P.S. We noted that the duration of the power failure may influence that behaviour. After some minutes off power, the server normally is able to reboot.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Amantadine In Animals | Order Generic Symmetrel cheap </title><link>http://ilonsmartserver.com/forums/thread/632.aspx</link><pubDate>Sat, 14 Aug 2010 02:06:35 GMT</pubDate><guid isPermaLink="false">191c7298-8ad3-470c-9bd1-455f544871e0:632</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://ilonsmartserver.com/forums/thread/632.aspx</comments><wfw:commentRss>http://ilonsmartserver.com/forums/commentrss.aspx?SectionID=16&amp;PostID=632</wfw:commentRss><description>1</description></item><item><title>Purchase Generic Adalat cc er online with no rx</title><link>http://ilonsmartserver.com/forums/thread/626.aspx</link><pubDate>Fri, 13 Aug 2010 23:19:45 GMT</pubDate><guid isPermaLink="false">191c7298-8ad3-470c-9bd1-455f544871e0:626</guid><dc:creator>PurchaseGenericAdalatCcErOnlineWithNoRx1669</dc:creator><slash:comments>0</slash:comments><comments>http://ilonsmartserver.com/forums/thread/626.aspx</comments><wfw:commentRss>http://ilonsmartserver.com/forums/commentrss.aspx?SectionID=17&amp;PostID=626</wfw:commentRss><description>1</description></item><item><title>SmartServer reboots when network monitor running</title><link>http://ilonsmartserver.com/forums/thread/432.aspx</link><pubDate>Tue, 26 Jan 2010 08:58:38 GMT</pubDate><guid isPermaLink="false">191c7298-8ad3-470c-9bd1-455f544871e0:432</guid><dc:creator>lumatec</dc:creator><slash:comments>2</slash:comments><comments>http://ilonsmartserver.com/forums/thread/432.aspx</comments><wfw:commentRss>http://ilonsmartserver.com/forums/commentrss.aspx?SectionID=4&amp;PostID=432</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;we have currently three SmartServers running in our company. Everything worked fine until yesterday, when&amp;nbsp;suddenly all SmartServers started&amp;nbsp;to reboot again and again. They did that in cycles between 15 and 30min. We then realized, that the phenomenon ceased when the LAN was disconnected.&lt;/p&gt;
&lt;p&gt;Then we found out, that the problem was due to the&amp;nbsp;trial of a new &amp;#39;Network Monitor&amp;#39; by our IT department. The network monitor may be found at &lt;a href="http://www.mikrotik.com/thedude"&gt;www.mikrotik.com/thedude&lt;/a&gt; . As soon as that application was stopped, the problem was solved.&lt;/p&gt;
&lt;p&gt;Now, we just decided not to use that network monitor anymore. But we are afraid, that our customers may use the same (or a similar) tool. We think that the SmartServer should be compatible with such tools.&lt;/p&gt;
&lt;p&gt;Echelon, thank your for taking action.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Daniel&lt;/p&gt;</description></item><item><title>fluorescent tubes controllers</title><link>http://ilonsmartserver.com/forums/thread/611.aspx</link><pubDate>Tue, 27 Jul 2010 15:22:57 GMT</pubDate><guid isPermaLink="false">191c7298-8ad3-470c-9bd1-455f544871e0:611</guid><dc:creator>hpalade</dc:creator><slash:comments>1</slash:comments><comments>http://ilonsmartserver.com/forums/thread/611.aspx</comments><wfw:commentRss>http://ilonsmartserver.com/forums/commentrss.aspx?SectionID=4&amp;PostID=611</wfw:commentRss><description>Hi,

Anyone can help me with an advice regarding controllers for fluorescent tubes?

Best regards,

Horia</description></item><item><title>demux</title><link>http://ilonsmartserver.com/forums/thread/608.aspx</link><pubDate>Fri, 23 Jul 2010 12:37:23 GMT</pubDate><guid isPermaLink="false">191c7298-8ad3-470c-9bd1-455f544871e0:608</guid><dc:creator>rodney.dangerfield</dc:creator><slash:comments>2</slash:comments><comments>http://ilonsmartserver.com/forums/thread/608.aspx</comments><wfw:commentRss>http://ilonsmartserver.com/forums/commentrss.aspx?SectionID=4&amp;PostID=608</wfw:commentRss><description>&lt;p&gt;I am trying to read an mnl800 with an nvi.state.&amp;nbsp; I would like to read each bit individually but it all comes in as one reading.&amp;nbsp; What can I use as a demultiplex so I can read individual bits? i.e.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bit1 = 100&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bit2 = 0&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bit3 = 100&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thank you&lt;/p&gt;</description></item><item><title>Alarm notifier-Send email</title><link>http://ilonsmartserver.com/forums/thread/272.aspx</link><pubDate>Thu, 07 May 2009 05:48:46 GMT</pubDate><guid isPermaLink="false">191c7298-8ad3-470c-9bd1-455f544871e0:272</guid><dc:creator>Cheahph</dc:creator><slash:comments>9</slash:comments><comments>http://ilonsmartserver.com/forums/thread/272.aspx</comments><wfw:commentRss>http://ilonsmartserver.com/forums/commentrss.aspx?SectionID=4&amp;PostID=272</wfw:commentRss><description>&lt;p&gt;May i know how to set up the alarm notifier to send email to me when the alarm is triggered?i have tried but didnot receive any email from the server so far..&lt;/p&gt;</description></item><item><title>Accessing multiple datapoints within a single custom javascript</title><link>http://ilonsmartserver.com/forums/thread/372.aspx</link><pubDate>Mon, 07 Dec 2009 18:16:26 GMT</pubDate><guid isPermaLink="false">191c7298-8ad3-470c-9bd1-455f544871e0:372</guid><dc:creator>Rode</dc:creator><slash:comments>5</slash:comments><comments>http://ilonsmartserver.com/forums/thread/372.aspx</comments><wfw:commentRss>http://ilonsmartserver.com/forums/commentrss.aspx?SectionID=6&amp;PostID=372</wfw:commentRss><description>&lt;p&gt;Hello everyone, I need some help...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;How can I read/write to multiple datapoints within a single custom javascript object in i.LON Vision2?&lt;/p&gt;
&lt;p&gt;For example, I have two data points: temp_f1 and temp_f&lt;/p&gt;
&lt;p&gt;Here is part of the code generated by i.LON Vision2:&lt;/p&gt;
&lt;p&gt;&amp;lt;div&lt;br /&gt;&amp;nbsp;elon_javascript_class=&amp;quot;iLonVisionExtensions/Simple_Add_Subtract_Example&amp;quot;&lt;br /&gt;&amp;nbsp;elon_lang=&amp;quot;{elon_language}&amp;quot; elon_version_number=&amp;quot;4.0&amp;quot;&lt;br /&gt;&amp;nbsp;elon_type=&amp;quot;generic&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;div elon_arg_type=&amp;quot;array&amp;quot; elon_arg_name=&amp;quot;name_arr&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;div elon_lonformat=&amp;quot;#0000000000000000[0].SNVT_count_f&amp;quot;&lt;br /&gt;&amp;nbsp;elon_name=&amp;quot;Net/LON/iLON App/VirtFb/temp_f&amp;quot; elon_arg_type=&amp;quot;object&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;div elon_lonformat=&amp;quot;#0000000000000000[0].SNVT_count_f&amp;quot;&lt;br /&gt;&amp;nbsp;elon_name=&amp;quot;Net/LON/iLON App/VirtFb/temp_f1&amp;quot; elon_arg_type=&amp;quot;object&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;And here is what I put in the custom javascript&lt;/p&gt;
&lt;p&gt;function test(argObj)&lt;br /&gt;{&lt;br /&gt;this.update = function(type, item)&lt;br /&gt;{&lt;br /&gt;if (type==&amp;quot;Dp_Data&amp;quot;)&lt;br /&gt;{&lt;br /&gt;m_textarea.innerHTML = item.UCPTvalue[0].get();&lt;br /&gt;m_span.innerHTML = item.UCPTname.get();&lt;br /&gt;m_text.innerHTML = item.UCPTvalue[1].get();&lt;br /&gt;}&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;var m_domObj = argObj.domObj;&lt;/p&gt;
&lt;p&gt;var m_textarea =&lt;br /&gt;m_domObj.appendChild(document.createElement(&amp;quot;textarea&amp;quot;));&lt;br /&gt;var break2 = m_domObj.appendChild(document.createElement(&amp;quot;br&amp;quot;));&lt;br /&gt;//create span reading DP name&lt;br /&gt;var m_span = m_domObj.appendChild(document.createElement(&amp;quot;span&amp;quot;));&lt;br /&gt;var break3 = m_domObj.appendChild(document.createElement(&amp;quot;br&amp;quot;));&lt;br /&gt;var m_text = m_domObj.appendChild(document.createElement(&amp;quot;text&amp;quot;));&lt;br /&gt;};&lt;br /&gt;EchelonTop.Echelon.provide(&amp;quot;test&amp;quot;, document);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I don&amp;#39;t think the following code is going to give me temp_f1. How can I access to both temp_f and temp_f1?&lt;/p&gt;
&lt;p&gt;m_text.innerHTML = item.UCPTvalue[1].get();&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you for any suggestions!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Rode&lt;/p&gt;</description></item><item><title>*$*%$  popups</title><link>http://ilonsmartserver.com/forums/thread/605.aspx</link><pubDate>Fri, 16 Jul 2010 03:39:14 GMT</pubDate><guid isPermaLink="false">191c7298-8ad3-470c-9bd1-455f544871e0:605</guid><dc:creator>kpyro</dc:creator><slash:comments>0</slash:comments><comments>http://ilonsmartserver.com/forums/thread/605.aspx</comments><wfw:commentRss>http://ilonsmartserver.com/forums/commentrss.aspx?SectionID=5&amp;PostID=605</wfw:commentRss><description>&lt;p&gt;Can Anyone tell me how to stop the popups that &amp;quot;remind&amp;quot; me EVERY time I change a type&lt;/p&gt;
&lt;p&gt;&amp;nbsp;that the presets shoud be changed, I dont use the presets I dont care.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks&lt;/p&gt;
&lt;p&gt;Ken&amp;nbsp;&lt;/p&gt;</description></item><item><title>display substitution values?</title><link>http://ilonsmartserver.com/forums/thread/586.aspx</link><pubDate>Fri, 18 Jun 2010 02:49:13 GMT</pubDate><guid isPermaLink="false">191c7298-8ad3-470c-9bd1-455f544871e0:586</guid><dc:creator>kpyro</dc:creator><slash:comments>2</slash:comments><comments>http://ilonsmartserver.com/forums/thread/586.aspx</comments><wfw:commentRss>http://ilonsmartserver.com/forums/commentrss.aspx?SectionID=5&amp;PostID=586</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Does anyone know how to access the the substitution value like {x=00} in HTML?&lt;/p&gt;&lt;p&gt;We have one webpage that covers all our RTU&amp;#39;s when the web page is called the {x=00} gets replaced with &lt;/p&gt;&lt;p&gt;RTU1,RTU2 etc I want to be able to display that info on the top of the webpage to remind the user which unit&lt;/p&gt;&lt;p&gt; there on. I also want to be able to add a next and previous button using this info.&lt;/p&gt;&lt;p&gt;I cant figure out how to do it in seamonkey or frontpage&amp;nbsp; please help me :)&lt;/p&gt;&lt;p&gt;were using a Ilon Smartserver ver 4.01&amp;nbsp; &lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Ken &lt;br /&gt;&lt;/p&gt;</description></item><item><title>How to develop on WWW visibilty of elements?</title><link>http://ilonsmartserver.com/forums/thread/602.aspx</link><pubDate>Thu, 08 Jul 2010 10:11:19 GMT</pubDate><guid isPermaLink="false">191c7298-8ad3-470c-9bd1-455f544871e0:602</guid><dc:creator>rmajda</dc:creator><slash:comments>1</slash:comments><comments>http://ilonsmartserver.com/forums/thread/602.aspx</comments><wfw:commentRss>http://ilonsmartserver.com/forums/commentrss.aspx?SectionID=6&amp;PostID=602</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;We have some controller which works on LON network. This controller has many parameters and modules which we have to configure. We need to develop WWW to configure modules but some parameters (DataPoints) should be visible conditionally. &lt;/p&gt;&lt;p&gt;For example if Param1 &amp;lt; 100, Param2 (eg. editbox for this DataPoint) should be&lt;b&gt; visible &lt;/b&gt;on WWW but if&amp;nbsp; Param1 &amp;gt;= 100, Param2 should be &lt;b&gt;not visible&lt;/b&gt; on WWW. &lt;/p&gt;&lt;p&gt;Or second scenario if Param1 &amp;lt; 100, link Lights.htm should be &lt;b&gt;visible&lt;/b&gt; but if Param1 &amp;gt; 100, link Engines.htm should be &lt;b&gt;visible&lt;/b&gt; but if Param1 == 100, &lt;b&gt;no link is visible&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;How to create this kind of functionality? Which component can we use or where to read about this? &lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Rafal &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>vb iLON100</title><link>http://ilonsmartserver.com/forums/thread/600.aspx</link><pubDate>Tue, 06 Jul 2010 13:16:59 GMT</pubDate><guid isPermaLink="false">191c7298-8ad3-470c-9bd1-455f544871e0:600</guid><dc:creator>Pero</dc:creator><slash:comments>1</slash:comments><comments>http://ilonsmartserver.com/forums/thread/600.aspx</comments><wfw:commentRss>http://ilonsmartserver.com/forums/commentrss.aspx?SectionID=6&amp;PostID=600</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Is there any&amp;nbsp;visualb&amp;nbsp;example I could use for creating&amp;nbsp;new DP on my iLON100. I try everything, and I always fail to succed in it&lt;/p&gt;
&lt;p&gt;Thanks &lt;/p&gt;
&lt;p&gt;Pero&lt;/p&gt;</description></item><item><title>Help on GUI development </title><link>http://ilonsmartserver.com/forums/thread/596.aspx</link><pubDate>Thu, 01 Jul 2010 16:52:13 GMT</pubDate><guid isPermaLink="false">191c7298-8ad3-470c-9bd1-455f544871e0:596</guid><dc:creator>soppido</dc:creator><slash:comments>3</slash:comments><comments>http://ilonsmartserver.com/forums/thread/596.aspx</comments><wfw:commentRss>http://ilonsmartserver.com/forums/commentrss.aspx?SectionID=3&amp;PostID=596</wfw:commentRss><description>Hi everybody, I&amp;#39;m working on a student project which aims to develop a web interface that allows monitoring and controlling a lighting system that consists of one or more Smartservers and its associated nodes.
I wonder what are the possible paths to take in reference to the programming platforms and what tools would be necessary.

Thank you,</description></item><item><title>Smartserver 2.0 LonMaker Turbo resync errors</title><link>http://ilonsmartserver.com/forums/thread/595.aspx</link><pubDate>Mon, 28 Jun 2010 17:04:50 GMT</pubDate><guid isPermaLink="false">191c7298-8ad3-470c-9bd1-455f544871e0:595</guid><dc:creator>struglia</dc:creator><slash:comments>0</slash:comments><comments>http://ilonsmartserver.com/forums/thread/595.aspx</comments><wfw:commentRss>http://ilonsmartserver.com/forums/commentrss.aspx?SectionID=4&amp;PostID=595</wfw:commentRss><description>Using latest version of LonMaker Turbo and latest LNS version -- been getting SmartServer 2.0 errors in Lonmaker &lt;br /&gt;when I resync.&amp;nbsp; I tracked it all the way back to creating a new network, with it&amp;#39;s default new channel, add the &amp;nbsp;&lt;br /&gt;iLON SmartServer Static Shape/iLON FTT.&amp;nbsp; Then resynchronize Lonmaker:&lt;br /&gt;&lt;br /&gt;[Mon Jun 28 11:23:26 2010]&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt;&amp;gt; LonMaker Resync initiated &amp;lt;&amp;lt;&amp;lt;&lt;br /&gt;[Mon Jun 28 11:23:26 2010]&amp;nbsp;&amp;nbsp; &amp;nbsp;Validating LNS database test4&lt;br /&gt;[Mon Jun 28 11:23:36 2010]&amp;nbsp;&amp;nbsp; &amp;nbsp;LNS database validation failed.&lt;br /&gt;[Mon Jun 28 11:23:36 2010]&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;2272 object(s) validated.&lt;br /&gt;[Mon Jun 28 11:23:36 2010]&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;0 object(s) repaired.&lt;br /&gt;[Mon Jun 28 11:23:36 2010]&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;8 damaged object(s) not repaired.&lt;br /&gt;[Mon Jun 28 11:23:36 2010]&amp;nbsp;&amp;nbsp; &amp;nbsp;Validation summary data:&lt;br /&gt;[Mon Jun 28 11:23:36 2010]&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count&amp;nbsp; Repairable?&amp;nbsp; Repair Attempted?&lt;br /&gt;[Mon Jun 28 11:23:36 2010]&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Invalid object data&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&amp;nbsp;&amp;nbsp; Yes&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;[Mon Jun 28 11:23:36 2010]&amp;nbsp;&amp;nbsp; &amp;nbsp;[Interface: (0-143#11681)] NetworkVariable:nvoClsValue_1 (0-2039#9626) Yes,No,No&lt;br /&gt;[Mon Jun 28 11:23:36 2010]&amp;nbsp;&amp;nbsp; &amp;nbsp;[Interface: (0-143#11681)] NetworkVariable:nvoClsValue_2 (0-2040#9632) Yes,No,No&lt;br /&gt;[Mon Jun 28 11:23:36 2010]&amp;nbsp;&amp;nbsp; &amp;nbsp;[Interface: (0-143#11681)] NetworkVariable:nviClsValueFb_1 (0-2041#9638) Yes,No,No&lt;br /&gt;[Mon Jun 28 11:23:36 2010]&amp;nbsp;&amp;nbsp; &amp;nbsp;[Interface: (0-143#11681)] NetworkVariable:nviClsValueFb_2 (0-2042#9644) Yes,No,No&lt;br /&gt;[Mon Jun 28 11:23:36 2010]&amp;nbsp;&amp;nbsp; &amp;nbsp;[Interface: (0-143#11681)] NetworkVariable:nvoClsSetting_1 (0-2043#9650) Yes,No,No&lt;br /&gt;[Mon Jun 28 11:23:36 2010]&amp;nbsp;&amp;nbsp; &amp;nbsp;[Interface: (0-143#11681)] NetworkVariable:nvoClsSetting_2 (0-2044#9656) Yes,No,No&lt;br /&gt;[Mon Jun 28 11:23:36 2010]&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Validation error type 14&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp; No&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;[Mon Jun 28 11:23:36 2010]&amp;nbsp;&amp;nbsp; &amp;nbsp;[DeviceTemplate:Echelon iLON SmartServer FTT v12 (0-222#2646)] Interface: (0-223#2517) No,No,No&lt;br /&gt;[Mon Jun 28 11:23:36 2010]&amp;nbsp;&amp;nbsp; &amp;nbsp;[AppDevice:iLON SmartServer- 1 (0-142#11823)] Interface: (0-143#11681) No,No,No&lt;br /&gt;[Mon Jun 28 11:23:36 2010]&amp;nbsp;&amp;nbsp; &amp;nbsp;For LNS database validation/repair details, see log file &amp;#39;C:\LM\Drawings\test4\Resync.log&amp;#39;.&lt;br /&gt;&lt;br /&gt;The first 6 errors don&amp;#39;t bother me as much as the last two.&lt;br /&gt;Looked in LonMaker Turbo HELP files, but no errors are mentioned that are formatted this way.&amp;nbsp;&amp;nbsp; Searched Echelon&amp;#39;s web site, but found nothing there either.&amp;nbsp; The iLON *seems* to be working ok so far, but just like the Real Time Clock issue I posted earlier, this doesn&amp;#39;t seem to be working the way it should.&amp;nbsp; Thanks...&lt;br /&gt;</description></item><item><title>SS2.0 adding Real Time Clock Lonmaker Turbo</title><link>http://ilonsmartserver.com/forums/thread/594.aspx</link><pubDate>Thu, 24 Jun 2010 20:56:40 GMT</pubDate><guid isPermaLink="false">191c7298-8ad3-470c-9bd1-455f544871e0:594</guid><dc:creator>struglia</dc:creator><slash:comments>0</slash:comments><comments>http://ilonsmartserver.com/forums/thread/594.aspx</comments><wfw:commentRss>http://ilonsmartserver.com/forums/commentrss.aspx?SectionID=4&amp;PostID=594</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Have recently started learning the Smartserver2.0 and can&amp;#39;t get Lonmaker Turbo (3.22.12 SP2) to add an RTC (Clock +&amp;nbsp; APS) function block from the Smartserver stencil to the page.&amp;nbsp; Error #92-- Specified config property not found.&amp;nbsp; SS2.0 software is installed, and now &amp;quot;repaired&amp;quot; but still same issue.&amp;nbsp; It *will* let me add a LonMaker Basic Shape/Function Block/Real Time Clock, not sure how that will fly, though....&amp;nbsp; Thanks.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Modem communication problem</title><link>http://ilonsmartserver.com/forums/thread/589.aspx</link><pubDate>Wed, 23 Jun 2010 05:23:58 GMT</pubDate><guid isPermaLink="false">191c7298-8ad3-470c-9bd1-455f544871e0:589</guid><dc:creator>Abhilash.s</dc:creator><slash:comments>4</slash:comments><comments>http://ilonsmartserver.com/forums/thread/589.aspx</comments><wfw:commentRss>http://ilonsmartserver.com/forums/commentrss.aspx?SectionID=17&amp;PostID=589</wfw:commentRss><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;Ffor one of our projects, we are monitoring the energy consumption using meters. we are planning to use a modem (siemens) for GPRS connection to&amp;nbsp; smart server to send data.&amp;nbsp; I have connecetd the modem to smart server and done the settings and configurations for the same. But i am getting an error stating &amp;quot; MODEM NOT INTITIALISED&amp;quot;. Can any one help me out to resolve this issue please. Its urgent.&lt;/p&gt;</description></item><item><title>minimum acess time for smartserver to reduce traffic</title><link>http://ilonsmartserver.com/forums/thread/569.aspx</link><pubDate>Sat, 12 Jun 2010 05:27:28 GMT</pubDate><guid isPermaLink="false">191c7298-8ad3-470c-9bd1-455f544871e0:569</guid><dc:creator>Abhilash.s</dc:creator><slash:comments>3</slash:comments><comments>http://ilonsmartserver.com/forums/thread/569.aspx</comments><wfw:commentRss>http://ilonsmartserver.com/forums/commentrss.aspx?SectionID=17&amp;PostID=569</wfw:commentRss><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;we are workin on a poject based on energy management. we are using our own lonworks based energy meters. During recent tetsing by commisioning it in a smart serevr, the smart server shows some random meters as offline . The meters were workin fine for a week and all of a sudden , the smart server shws meters as offline even though the readings are displayed on meter. i have oly commisioned 22 meters in a single channel. The polling rate&amp;nbsp;is set&amp;nbsp;to 4 sec for all data points. why is this happening? i thought it might be the prob wit meter, but even after repacing it it a new meter , the same problem persists. can somebody help me out??&lt;/p&gt;</description></item><item><title>Device Discovery</title><link>http://ilonsmartserver.com/forums/thread/565.aspx</link><pubDate>Thu, 10 Jun 2010 14:10:26 GMT</pubDate><guid isPermaLink="false">191c7298-8ad3-470c-9bd1-455f544871e0:565</guid><dc:creator>lumatec</dc:creator><slash:comments>2</slash:comments><comments>http://ilonsmartserver.com/forums/thread/565.aspx</comments><wfw:commentRss>http://ilonsmartserver.com/forums/commentrss.aspx?SectionID=4&amp;PostID=565</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;we&amp;nbsp;try using the new device discovery feature of the Smart 2.0. Smart 2.0 in standalone mode, with one unconfigured device connected.&lt;/p&gt;
&lt;p&gt;We did &amp;#39;copy/paste&amp;#39; with the sample program in the Programmer&amp;#39;s Reference (p21-47). But we got stuck. The &amp;#39;scanStatusCheck&amp;#39;&amp;nbsp;seems to stay&amp;nbsp;&lt;em&gt;&lt;strong&gt;STATUS_PENDING&lt;/strong&gt;&lt;/em&gt; forever. If we&amp;nbsp;interrupt the scan with the debugger, and read the &amp;#39;datalogger&amp;#39;, we see that the unconfigured device actually has been found. So, why doesn&amp;#39;t the status become &lt;em&gt;STATUS_DONE&lt;/em&gt;?&lt;/p&gt;
&lt;p&gt;What&amp;#39;s more:&lt;/p&gt;
&lt;p&gt;-&amp;nbsp;in the datalogger we see, that our device has been found several times. How is that possible, if the &amp;#39;setFrequency&amp;#39; is set to &lt;em&gt;ScanOnce ? &lt;/em&gt;(There seems to be a scan every 150seconds)&lt;/p&gt;
&lt;p&gt;- the datalogger also contains all the previous scan results. Do we have to clear that datalogger before using it for a new scan ?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Daniel&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>