<?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[Meta data source, alarm triggering, execution delay]]></title><description><![CDATA[<p dir="auto">hi, i set a meta data tag which calculates hi alarm points based on room sp+hi offset and then compares this to actual temp.</p>
<p dir="auto">works great, but i really wanna purge/blip the condition output... i.e. sustained overtemp of 15s causes output...</p>
<p dir="auto">i can do this at the alarm trigger fine... but i really want to purge/blip the trigger meta data source output tag because it shows a hi temp color flip image on the screen and when the temp flicks around the trigger level, it looks spurious.</p>
<p dir="auto">i tried the execution delay, but with anything but 0, the script wouldn't function</p>
<p dir="auto">thanks</p>
<p dir="auto">skiv</p>
]]></description><link>https://forum.mango-os.com/topic/462/meta-data-source-alarm-triggering-execution-delay</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Jul 2026 10:19:33 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/462.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 27 Jul 2010 08:48:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Meta data source, alarm triggering, execution delay on Tue, 27 Jul 2010 14:56:01 GMT]]></title><description><![CDATA[<p dir="auto">A point is a point. It's value is the result of the calculation. I think what you're after is event detection. You can create a point event detector on the meta point that say "if state=1 for at least 5 minutes", or whatever you want.</p>
<p dir="auto">If you definitely want this in a point value, you can have an event handler on the detector that sets the value of a point on active and inactive events. You could then have two binary points that represent high and low limit active/inactive.</p>
]]></description><link>https://forum.mango-os.com/post/4048</link><guid isPermaLink="true">https://forum.mango-os.com/post/4048</guid><dc:creator><![CDATA[mlohbihler]]></dc:creator><pubDate>Tue, 27 Jul 2010 14:56:01 GMT</pubDate></item><item><title><![CDATA[Reply to Meta data source, alarm triggering, execution delay on Tue, 27 Jul 2010 14:49:55 GMT]]></title><description><![CDATA[<p dir="auto">hi yea i have read it and managed to get as far as i have...</p>
<p dir="auto">just bit unclear regarding the execution delay...</p>
<p dir="auto">basically... i have 4 variables..</p>
<p dir="auto">temp (temp)<br />
setpoint (sp)<br />
hi offset (hi)<br />
lo offset (lo)</p>
<p dir="auto">then.... my script...</p>
<p dir="auto">if (temp.value&gt;=sp.value+hi.value) value=1;<br />
else if (temp.value&lt;=sp.value+lo.value) value=-1;<br />
else value=0;<br />
return value;</p>
<p dir="auto">and the register output maps to a analog image.</p>
<p dir="auto">even if the temp does go out the limits (set from the maths), i want to have the condition sustained for x period before setting the "1" or "-1"</p>
<p dir="auto">to avoid spurious temperature fluctuations.</p>
<p dir="auto">thought execution delay might have been it, but suspect i may need to do this another way..?</p>
]]></description><link>https://forum.mango-os.com/post/4047</link><guid isPermaLink="true">https://forum.mango-os.com/post/4047</guid><dc:creator><![CDATA[skiv71]]></dc:creator><pubDate>Tue, 27 Jul 2010 14:49:55 GMT</pubDate></item><item><title><![CDATA[Reply to Meta data source, alarm triggering, execution delay on Tue, 27 Jul 2010 14:14:08 GMT]]></title><description><![CDATA[<p dir="auto">purge/blip?</p>
<p dir="auto">Have you read the meta point documentation?</p>
]]></description><link>https://forum.mango-os.com/post/4044</link><guid isPermaLink="true">https://forum.mango-os.com/post/4044</guid><dc:creator><![CDATA[mlohbihler]]></dc:creator><pubDate>Tue, 27 Jul 2010 14:14:08 GMT</pubDate></item></channel></rss>