<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic logic in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/logic/m-p/2155396#M695453</link>
    <description>&lt;P&gt;Hey guys,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This might be a silly question but can you guys just give me a pointer on this. I am performing some decision making in vision builder and i am looking to do the following but my logic is not up to scratch I have an input it varies from 0-6 and i have only one output. For instance if input is 0 then output is 0, if input is 1 then &amp;nbsp;output is 12,if input is 4 output is 235 etc. thanks guys.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Damien&lt;/P&gt;</description>
    <pubDate>Thu, 13 Sep 2012 11:56:30 GMT</pubDate>
    <dc:creator>Damien129</dc:creator>
    <dc:date>2012-09-13T11:56:30Z</dc:date>
    <item>
      <title>logic</title>
      <link>https://ni.lithium.com/t5/LabVIEW/logic/m-p/2155396#M695453</link>
      <description>&lt;P&gt;Hey guys,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This might be a silly question but can you guys just give me a pointer on this. I am performing some decision making in vision builder and i am looking to do the following but my logic is not up to scratch I have an input it varies from 0-6 and i have only one output. For instance if input is 0 then output is 0, if input is 1 then &amp;nbsp;output is 12,if input is 4 output is 235 etc. thanks guys.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Damien&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2012 11:56:30 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/logic/m-p/2155396#M695453</guid>
      <dc:creator>Damien129</dc:creator>
      <dc:date>2012-09-13T11:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: logic</title>
      <link>https://ni.lithium.com/t5/LabVIEW/logic/m-p/2155406#M695457</link>
      <description>&lt;P&gt;Is there a mathematical patern?&amp;nbsp; If not, just use a case structure (it will accept numerics).&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2012 12:09:05 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/logic/m-p/2155406#M695457</guid>
      <dc:creator>crossrulz</dc:creator>
      <dc:date>2012-09-13T12:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: logic</title>
      <link>https://ni.lithium.com/t5/LabVIEW/logic/m-p/2155438#M695464</link>
      <description>&lt;P&gt;You could also create an array of your wanted output values and then use your input as an index into that array.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2012 12:38:09 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/logic/m-p/2155438#M695464</guid>
      <dc:creator>smercurio_fc</dc:creator>
      <dc:date>2012-09-13T12:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: logic</title>
      <link>https://ni.lithium.com/t5/LabVIEW/logic/m-p/2155502#M695472</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Its in the vision builder so the case function is not provided just a for loop and a while loop. I cant create an array either it just provides the array functions pallette for example array size, index, initialize array. There is no pattern to the outputs either outputs are 0,12,24,50,120,230 etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Damien&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2012 13:08:45 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/logic/m-p/2155502#M695472</guid>
      <dc:creator>Damien129</dc:creator>
      <dc:date>2012-09-13T13:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: logic</title>
      <link>https://ni.lithium.com/t5/LabVIEW/logic/m-p/2155550#M695482</link>
      <description>&lt;P&gt;I have trouble believing there's not a case structure or the ability to create an array constant.&amp;nbsp; Those are crucial parts of programming.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2012 13:29:01 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/logic/m-p/2155550#M695482</guid>
      <dc:creator>crossrulz</dc:creator>
      <dc:date>2012-09-13T13:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: logic</title>
      <link>https://ni.lithium.com/t5/LabVIEW/logic/m-p/2155594#M695491</link>
      <description>&lt;P&gt;Its in the vision builder automation inspection environment.Unfortunately there are few functions to work with because you are using a calculator tool all you have is boolean, comparison array functions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the reply&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2012 13:57:46 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/logic/m-p/2155594#M695491</guid>
      <dc:creator>Damien129</dc:creator>
      <dc:date>2012-09-13T13:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: logic</title>
      <link>https://ni.lithium.com/t5/LabVIEW/logic/m-p/2155906#M695537</link>
      <description>&lt;P&gt;You could do any of the suggested ideas in a LabVIEW vi, then run the vi from Vision Builder under the additional tools tab.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is helpful if you post questions about Vision Builder in the Machine Vision forum, this will avoid confusion about what you are asking.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2012 16:19:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/logic/m-p/2155906#M695537</guid>
      <dc:creator>IanS</dc:creator>
      <dc:date>2012-09-13T16:19:11Z</dc:date>
    </item>
  </channel>
</rss>

