<?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[analoog output 0 until 100 %]]></title><description><![CDATA[<p dir="auto">Is there also a function block that if the input is high it will bring the analog output to 100% if it is still high then counts back to 0% and if it is still high it will go back to 100%?</p>
<p dir="auto">if not</p>
<p dir="auto">can you give me an example of how this is possible</p>
]]></description><link>https://forum.rexygen.com/topic/104/analoog-output-0-until-100</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 17:33:13 GMT</lastBuildDate><atom:link href="https://forum.rexygen.com/topic/104.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Apr 2020 20:58:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to analoog output 0 until 100 % on Sat, 02 May 2020 06:14:00 GMT]]></title><description><![CDATA[<p dir="auto">Can you give me an example how to do that with that function block I can't figure it out myself?</p>
]]></description><link>https://forum.rexygen.com/post/388</link><guid isPermaLink="true">https://forum.rexygen.com/post/388</guid><dc:creator><![CDATA[martijnperdaan]]></dc:creator><pubDate>Sat, 02 May 2020 06:14:00 GMT</pubDate></item><item><title><![CDATA[Reply to analoog output 0 until 100 % on Wed, 22 Apr 2020 19:05:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.rexygen.com/uid/92">@martijnperdaan</a> said in <a href="/post/376">analoog output 0 until 100 %</a>:</p>
<blockquote>
<p dir="auto">yes I do want to be able to dim the light by means of a single push button</p>
</blockquote>
<p dir="auto">I wish you stated that right at the beginning... <img src="https://forum.rexygen.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=rfreqd0ultg" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";-)" alt="😉" /></p>
<p dir="auto">Using INTE might be a bit tricky unless you understand what <a href="https://en.wikipedia.org/wiki/Integral">integration</a> is. The <a href="https://www.rexygen.com/doc/ENGLISH/MANUALS/BRef/MCU.html">MCU block</a> might be easier to use, I have completely forgotten about it before. Switch it to local mode, make a direct connection between y and tv and use the UP and DN inputs to control the output.</p>
<p dir="auto">Jaroslav</p>
]]></description><link>https://forum.rexygen.com/post/378</link><guid isPermaLink="true">https://forum.rexygen.com/post/378</guid><dc:creator><![CDATA[jaroslav_sobota]]></dc:creator><pubDate>Wed, 22 Apr 2020 19:05:23 GMT</pubDate></item><item><title><![CDATA[Reply to analoog output 0 until 100 % on Mon, 20 Apr 2020 19:01:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.rexygen.com/uid/10">@jaroslav_sobota</a> said in <a href="/post/373">analoog output 0 until 100 %</a>:</p>
<blockquote>
<p dir="auto">si</p>
</blockquote>
<p dir="auto">yes I do want to be able to dim the light by means of a single push button</p>
<p dir="auto">can you give me an example how to use the INTE block so far it gives block only a very high signal up</p>
<p dir="auto">I want it to go from 0 to 100 and back again</p>
]]></description><link>https://forum.rexygen.com/post/376</link><guid isPermaLink="true">https://forum.rexygen.com/post/376</guid><dc:creator><![CDATA[martijnperdaan]]></dc:creator><pubDate>Mon, 20 Apr 2020 19:01:22 GMT</pubDate></item><item><title><![CDATA[Reply to analoog output 0 until 100 % on Mon, 20 Apr 2020 07:52:14 GMT]]></title><description><![CDATA[<p dir="auto">Dear Martijn,<br />
thanks for the diagram. Now I can see what you are up to. I was on a wrong track. So you basically want to adjust the analog output with a single Boolean signal, right? E.g for dimming light or adjusting intensity of ventillation with a single pushbutton. Or what is your use case?</p>
<p dir="auto">The key to success is the <a href="https://www.rexygen.com/doc/ENGLISH/MANUALS/BRef/INTE.html">INTE function block</a> in place of the two ANLS blocks in your scheme. Alternatively, you can also use the <a href="https://www.rexygen.com/doc/ENGLISH/MANUALS/BRef/COUNT.html">COUNT</a> function block instead if INTE. Both can generate the ramp-up and ramp-down signal and hold the last value.</p>
<p dir="auto">Apart from that, note that there are <a href="https://www.rexygen.com/doc/ENGLISH/MANUALS/BRef/SSW.html">SSW</a>, <a href="https://www.rexygen.com/doc/ENGLISH/MANUALS/BRef/SELQUAD.html">SELQUAD</a>, <a href="%5Bhttps://www.rexygen.com/doc/ENGLISH/MANUALS/BRef/SELOCT.html%5D">SELOCT</a> and <a href="https://www.rexygen.com/doc/ENGLISH/MANUALS/BRef/SELHEXD.html">SELHEXD</a> function blocks for switching numeric signals. This will help you avoid the string operations.</p>
<p dir="auto">Regards<br />
Jaroslav</p>
<p dir="auto">PS And yes, the SignalSweeper is a <a href="https://www.rexygen.com/doc/ENGLISH/MANUALS/BRef/SubSystem.html">subsystem</a> I have created myself.</p>
]]></description><link>https://forum.rexygen.com/post/373</link><guid isPermaLink="true">https://forum.rexygen.com/post/373</guid><dc:creator><![CDATA[jaroslav_sobota]]></dc:creator><pubDate>Mon, 20 Apr 2020 07:52:14 GMT</pubDate></item><item><title><![CDATA[Reply to analoog output 0 until 100 % on Fri, 17 Apr 2020 22:51:32 GMT]]></title><description><![CDATA[<p dir="auto">like this i just want to have it that if i press the button again it will pick up where it left off (for example 40%) and not start at zero</p>
<p dir="auto">and is this perhaps easier what I have now made?</p>
<p dir="auto"><img src="/assets/uploads/files/1587163884490-test.png" alt="test.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.rexygen.com/post/372</link><guid isPermaLink="true">https://forum.rexygen.com/post/372</guid><dc:creator><![CDATA[martijnperdaan]]></dc:creator><pubDate>Fri, 17 Apr 2020 22:51:32 GMT</pubDate></item><item><title><![CDATA[Reply to analoog output 0 until 100 % on Fri, 17 Apr 2020 21:33:21 GMT]]></title><description><![CDATA[<p dir="auto">Have you developed the SignalSweeper block yourself?</p>
<p dir="auto">otherwise where can I find it</p>
]]></description><link>https://forum.rexygen.com/post/371</link><guid isPermaLink="true">https://forum.rexygen.com/post/371</guid><dc:creator><![CDATA[martijnperdaan]]></dc:creator><pubDate>Fri, 17 Apr 2020 21:33:21 GMT</pubDate></item><item><title><![CDATA[Reply to analoog output 0 until 100 % on Thu, 16 Apr 2020 15:06:34 GMT]]></title><description><![CDATA[<p dir="auto">yes like it does go back and forth as long as signal is high</p>
<p dir="auto">only that if the signal then stops at, for example, 40%, it also remains at 40% with the output signal and if the input becomes high again, it starts again at 40% and then goes up again to 100%</p>
]]></description><link>https://forum.rexygen.com/post/370</link><guid isPermaLink="true">https://forum.rexygen.com/post/370</guid><dc:creator><![CDATA[martijnperdaan]]></dc:creator><pubDate>Thu, 16 Apr 2020 15:06:34 GMT</pubDate></item><item><title><![CDATA[Reply to analoog output 0 until 100 % on Thu, 16 Apr 2020 09:51:30 GMT]]></title><description><![CDATA[<p dir="auto">Something like this then?<br />
<img src="/assets/uploads/files/1587030536067-rexygen-signal-sweeper.png" alt="rexygen-signal-sweeper.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">If not, please describe your needs <strong>in detail</strong>.</p>
<p dir="auto">Jaroslav</p>
]]></description><link>https://forum.rexygen.com/post/368</link><guid isPermaLink="true">https://forum.rexygen.com/post/368</guid><dc:creator><![CDATA[jaroslav_sobota]]></dc:creator><pubDate>Thu, 16 Apr 2020 09:51:30 GMT</pubDate></item><item><title><![CDATA[Reply to analoog output 0 until 100 % on Wed, 15 Apr 2020 12:19:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.rexygen.com/uid/10">@jaroslav_sobota</a></p>
<p dir="auto">No I mean that if the input goes high, it goes slowly from where it left to 100% and that the input is still high then slowly back to 0%, the input is still high again slowly to 100% and so on  through</p>
]]></description><link>https://forum.rexygen.com/post/365</link><guid isPermaLink="true">https://forum.rexygen.com/post/365</guid><dc:creator><![CDATA[martijnperdaan]]></dc:creator><pubDate>Wed, 15 Apr 2020 12:19:59 GMT</pubDate></item><item><title><![CDATA[Reply to analoog output 0 until 100 % on Wed, 15 Apr 2020 11:22:45 GMT]]></title><description><![CDATA[<p dir="auto">Hello Martijn,<br />
the <a href="https://www.rexygen.com/doc/ENGLISH/MANUALS/BRef/ANLS.html">ANLS block</a> might help here if I understand your needs correctly (see the time plot, green=input, blue=output). If not, describe your needs in more details.</p>
<p dir="auto"><img src="/assets/uploads/files/1586949704878-anls-sequence-rexygen.png" alt="anls-sequence-rexygen.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Best regards<br />
Jaroslav</p>
]]></description><link>https://forum.rexygen.com/post/364</link><guid isPermaLink="true">https://forum.rexygen.com/post/364</guid><dc:creator><![CDATA[jaroslav_sobota]]></dc:creator><pubDate>Wed, 15 Apr 2020 11:22:45 GMT</pubDate></item></channel></rss>