<?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[[ANSWERED] limit scale value behavior]]></title><description><![CDATA[<p>hi, </p>
<p>I thought I could invert a variable from / to \ by setting min input 100 and max input 0, </p>
<p>but I realize it doesn't change anything..; am I understanding wrong the purpose of inverting limit scale min/max inputs? <br />I know I can do so with reverting min/Max outputs but it's just to understand why ;)</p>
<p></p>]]></description><link>https://community.troikatronix.com/topic/7320/answered-limit-scale-value-behavior</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 04:35:01 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/7320.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 18 Apr 2021 16:52:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [ANSWERED] limit scale value behavior on Sun, 18 Apr 2021 19:55:59 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2066">@juriaan</a> thanks boxes have priorities too !</p>]]></description><link>https://community.troikatronix.com/post/45752</link><guid isPermaLink="true">https://community.troikatronix.com/post/45752</guid><dc:creator><![CDATA[Bennnid]]></dc:creator><pubDate>Sun, 18 Apr 2021 19:55:59 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] limit scale value behavior on Sun, 18 Apr 2021 18:30:46 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2741">@bennnid</a></p>
<p>The Limit Scale Value works as follows;</p>
<ol><li>We have a value inside our <strong>Value</strong> input</li><li>Using our <strong>Limit Min / Limit Max</strong> input we can decide what values are coming in of the actor. All values that are lower then <strong>Limit Min</strong> will be put at <strong>Limit Min</strong> and all values higher then <strong>Limit Max</strong> will be put at the numeric value that we entered in <strong>Limit Max</strong>.</li><li>Using our <strong>Out min / Out max</strong> we can now rescale our value that is sent to our output. </li></ol>
<p>For example;</p>
<p>We have a numeric value that goes from 1 till 100, we want to only receive 50 till 100 and rescale that from 0 till 10.</p>
<p>Limit Min; 50</p>
<p>Limit Max; 100</p>
<p>Out Min; 0<br /></p>
<p>Out Max; 10</p>
<p>Our values that we will receive</p>
<table><tbody><tr><td>Input</td><td><br /></td><td>Output</td></tr><tr><td>1 - 49.99<br /></td><td></td><td>0</td></tr><tr><td>50</td><td><br /></td><td>0</td></tr><tr><td>55</td><td><br /></td><td>1</td></tr><tr><td>60</td><td><br /></td><td>2</td></tr><tr><td>65</td><td><br /></td><td>3</td></tr><tr><td>70</td><td><br /></td><td>4</td></tr><tr><td>75</td><td><br /></td><td>5</td></tr><tr><td>80</td><td><br /></td><td>6</td></tr><tr><td>85</td><td><br /></td><td>7</td></tr><tr><td>90</td><td><br /></td><td>8</td></tr><tr><td>95</td><td><br /></td><td>9</td></tr><tr><td>100</td><td><br /></td><td>10</td></tr><tr><td>&gt;100 till inf<br /></td><td></td><td>10</td></tr></tbody></table>
<p>To answer your question; normally you use Out Min / Out max and reverse those two to get an inverted value.</p>]]></description><link>https://community.troikatronix.com/post/45750</link><guid isPermaLink="true">https://community.troikatronix.com/post/45750</guid><dc:creator><![CDATA[Juriaan]]></dc:creator><pubDate>Sun, 18 Apr 2021 18:30:46 GMT</pubDate></item></channel></rss>