<?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[Problem with meta point]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I created a metapoint for checking from multiple bits if any is on.</p>
<p dir="auto">Like this</p>
<pre><code>
var value=false;

if (p271.value==true ||
    p272.value==true ||
    p273.value==true ||
    p274.value==true ||
    p275.value==true ||
    p279.value==true ||
    p280.value==true )
   value=true;

return value;

</code></pre>
<p dir="auto">The update event is context update.</p>
<p dir="auto">For some reason the update is never run. The datasource for the bits is Modbus TCP with 30s update interval.</p>
<p dir="auto">Please tell is there some trick needed.</p>
<p dir="auto">BR<br />
-Jokke</p>
]]></description><link>https://forum.mango-os.com/topic/640/problem-with-meta-point</link><generator>RSS for Node</generator><lastBuildDate>Tue, 08 Sep 2026 06:26:14 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/640.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 Nov 2010 17:59:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem with meta point on Sun, 21 Nov 2010 03:19:52 GMT]]></title><description><![CDATA[<p dir="auto">No, no trick, just a bug with execution delays. A fix will be in the next release.</p>
]]></description><link>https://forum.mango-os.com/post/4984</link><guid isPermaLink="true">https://forum.mango-os.com/post/4984</guid><dc:creator><![CDATA[mlohbihler]]></dc:creator><pubDate>Sun, 21 Nov 2010 03:19:52 GMT</pubDate></item></channel></rss>