<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "meta data source, alarm triggering, execution delay"]]></title>
		<link>http://mango.serotoninsoftware.com/forum/posts/list/3.page</link>
		<description><![CDATA[Latest messages posted in the topic "meta data source, alarm triggering, execution delay"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>meta data source, alarm triggering, execution delay</title>
				<description><![CDATA[ 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.<br /> <br /> works great, but i really wanna purge/blip the condition output... i.e. sustained overtemp of 15s causes output...<br /> <br /> 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.<br /> <br /> i tried the execution delay, but with anything but 0, the script wouldn't function<br /> <br /> thanks<br /> <br /> skiv<br /> ]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/473/2236.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/473/2236.page</link>
				<pubDate><![CDATA[Tue, 27 Jul 2010 04:48:46]]> GMT</pubDate>
				<author><![CDATA[ skiv71]]></author>
			</item>
			<item>
				<title>Re:meta data source, alarm triggering, execution delay</title>
				<description><![CDATA[ purge/blip?<br /> <br /> Have you read the meta point documentation?]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/473/2239.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/473/2239.page</link>
				<pubDate><![CDATA[Tue, 27 Jul 2010 10:14:08]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
			<item>
				<title>Re:meta data source, alarm triggering, execution delay</title>
				<description><![CDATA[ hi yea i have read it and managed to get as far as i have...<br /> <br /> just bit unclear regarding the execution delay...<br /> <br /> basically... i have 4 variables..<br /> <br /> temp (temp)<br /> setpoint (sp)<br /> hi offset (hi)<br /> lo offset (lo)<br /> <br /> then.... my script...<br /> <br /> 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;<br /> <br /> and the register output maps to a analog image.<br /> <br /> 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"<br /> <br /> to avoid spurious temperature fluctuations.<br /> <br /> thought execution delay might have been it, but suspect i may need to do this another way..?]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/473/2242.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/473/2242.page</link>
				<pubDate><![CDATA[Tue, 27 Jul 2010 10:49:55]]> GMT</pubDate>
				<author><![CDATA[ skiv71]]></author>
			</item>
			<item>
				<title>Re:meta data source, alarm triggering, execution delay</title>
				<description><![CDATA[ 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.<br /> <br /> 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.]]></description>
				<guid isPermaLink="true">http://mango.serotoninsoftware.com/forum/posts/preList/473/2243.page</guid>
				<link>http://mango.serotoninsoftware.com/forum/posts/preList/473/2243.page</link>
				<pubDate><![CDATA[Tue, 27 Jul 2010 10:56:01]]> GMT</pubDate>
				<author><![CDATA[ mlohbihler]]></author>
			</item>
	</channel>
</rss>
