<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[REXYGEN Community Forum / HMI on Raspberry PI]]></title>
	<link rel="self" href="https://www.rexygen.com/oldforum/extern.php?action=feed&amp;tid=57&amp;type=atom"/>
	<link href="http://www.rexygen.com/oldforum/viewtopic.php?id=57"/>
	<updated>2017-01-09T08:30:06Z</updated>
	<generator>FluxBB</generator>
	<id>http://www.rexygen.com/oldforum/viewtopic.php?id=57</id>
	<entry>
		<title type="html"><![CDATA[Re: HMI on Raspberry PI]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=1378#p1378"/>
		<content type="html"><![CDATA[<p>Hi Phil,</p><p>glad I could help <img src="http://www.rexygen.com/oldforum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Good luck with your project!</p><p>Cheers, Tomas</p>]]></content>
		<author>
			<name><![CDATA[tomáš čechura]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=39</uri>
		</author>
		<updated>2017-01-09T08:30:06Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=1378#p1378</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: HMI on Raspberry PI]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=1377#p1377"/>
		<content type="html"><![CDATA[<p>Hi Tomas,</p><p>Thankyou for the reply, the example was of great assistance &amp; the system is now up and running. </p><p>P</p>]]></content>
		<author>
			<name><![CDATA[bailp]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=41</uri>
		</author>
		<updated>2017-01-09T07:28:11Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=1377#p1377</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: HMI on Raspberry PI]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=1322#p1322"/>
		<content type="html"><![CDATA[<p>Hi Phil,</p><p>there is an example on integrating ADAM 6217 module with REX via Modbus:<br /><a href="https://www.rexygen.com/oldforum/img/members/39/ADAM_6217_example_20161222-1330.zip" rel="nofollow">ADAM_6217_example_20161222-1330.zip</a></p><p>Some info about RexHMI can be found in this topic: <a href="http://www.rexygen.com/oldforum/viewtopic.php?id=286" rel="nofollow">/viewtopic.php?id=286</a> - links to documentation, setup recommendations, etc.</p><p>Any custom features are out of scope our free support provided here on forum. Please, contact our sales department sales(at)rexcontrols.com with your requirements for price calculation. We will be happy to help you to get your project up &amp; running.</p><p>Regards, Tomas</p>]]></content>
		<author>
			<name><![CDATA[tomáš čechura]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=39</uri>
		</author>
		<updated>2016-12-22T12:56:44Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=1322#p1322</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: HMI on Raspberry PI]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=1298#p1298"/>
		<content type="html"><![CDATA[<p>Edited.</p>]]></content>
		<author>
			<name><![CDATA[bailp]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=41</uri>
		</author>
		<updated>2016-12-19T20:56:04Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=1298#p1298</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: HMI on Raspberry PI]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=286#p286"/>
		<content type="html"><![CDATA[<p>Hi Phil and josar, <br />thanks for this topic. Here is the algorithm to store the minimum and maximum of a signal.</p><p>The SHLD_MAX function block is set to &quot;Hold last value&quot; mode. When the incoming signal is lower than the previous value, the SHLD_MAX block is commanded by the REL_LT block to hold the previous value (maximum). When the incoming signal is greater than the maximum, it passes through the SHLD_MAX function block and sets the new maximum.</p><p>The same holds for the minimum, only &quot;upside down&quot;.</p><p>The MP_RESET function block is meant for resetting the extremes. For one cycle (rising edge) it forces the incoming signal to pass through the SHLD function blocks which resets the minimum and maximum to the current value of the signal.</p><p><a href="https://www.rexcontrols.cz/forum/img/members/3/minmax.png" rel="nofollow"><span class="postimg"><img src="https://www.rexcontrols.cz/forum/img/members/3/mini_minmax.png" alt="mini_minmax.png" /></span></a><br /><a href="https://www.rexcontrols.cz/forum/img/members/3/minmax_trend.png" rel="nofollow"><span class="postimg"><img src="https://www.rexcontrols.cz/forum/img/members/3/mini_minmax_trend.png" alt="mini_minmax_trend.png" /></span></a></p><p>Here the files:<br /><a href="https://www.rexcontrols.cz/forum/img/members/3/minmax_exec.mdl" rel="nofollow">minmax_exec.mdl</a><br /><a href="https://www.rexcontrols.cz/forum/img/members/3/minmax_task.mdl" rel="nofollow">minmax_task.mdl</a></p><p>Displaying the signal and the outputs of the SHLD function blocks in an HMI screen is relatively easy, isn&#039;t it?</p><p>Hope this helps. If there is some clarification needed, do let me know.</p>]]></content>
		<author>
			<name><![CDATA[jaroslav_sobota]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=3</uri>
		</author>
		<updated>2016-03-02T21:45:57Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=286#p286</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: HMI on Raspberry PI]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=267#p267"/>
		<content type="html"><![CDATA[<p>Hi there,</p><p>Any help would be greatly appreciated, yes, could you post some graphical information.</p><p>Thanks,</p>]]></content>
		<author>
			<name><![CDATA[bailp]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=41</uri>
		</author>
		<updated>2016-02-28T11:48:24Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=267#p267</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[Re: HMI on Raspberry PI]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=266#p266"/>
		<content type="html"><![CDATA[<p>Hi Phil,<br />Advantech ADAM 6217 is a Modbus TCP slave, it will work. </p><p>To remember the MAX and MIN values in your algorithm, you can use the REL function block in combination with the SHLD function block.</p><p>Displaying 24 numbers in your HMI is no problem. Or would you prefer some graphical form?</p>]]></content>
		<author>
			<name><![CDATA[josar]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=15</uri>
		</author>
		<updated>2016-02-28T11:42:58Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=266#p266</id>
	</entry>
	<entry>
		<title type="html"><![CDATA[HMI on Raspberry PI]]></title>
		<link rel="alternate" href="http://www.rexygen.com/oldforum/viewtopic.php?pid=260#p260"/>
		<content type="html"><![CDATA[<p>HMI on raspberry pi</p>]]></content>
		<author>
			<name><![CDATA[bailp]]></name>
			<uri>http://www.rexygen.com/oldforum/profile.php?id=41</uri>
		</author>
		<updated>2016-02-27T20:42:47Z</updated>
		<id>http://www.rexygen.com/oldforum/viewtopic.php?pid=260#p260</id>
	</entry>
</feed>
