<?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 Build 8 bit binary number in LabVIEW</title>
    <link>https://forums.ni.com/t5/LabVIEW/Build-8-bit-binary-number/m-p/382629#M191663</link>
    <description>&lt;DIV&gt;Hello &lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I want to build a Binary/hexa decimal data from the buttons&lt;BR /&gt;Cancel is 1 bit data its the LSB, amnual/Auto is also 1 bit its the second bit&lt;BR /&gt;Noise gain is 4 bit data&lt;BR /&gt;Noise sign is 2 bit data&lt;BR /&gt;i want to build a binary number &amp;amp; equivalent hexa decimal number for this&lt;BR /&gt;Ex. if i click start error button the start error bit is 1 (LSB)&lt;BR /&gt;i select Auto, bit is 0 &lt;BR /&gt;noice gain if i select 50% = 0101&lt;BR /&gt;noise sign if&amp;nbsp; Random 10&lt;BR /&gt;so i want to build a 8 bit data like this 10010101 &lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;thanks&lt;/DIV&gt;
&lt;DIV&gt;sk&lt;/DIV&gt;
&lt;DIV&gt;
&lt;HR /&gt;
&lt;/DIV&gt;
&lt;DIV&gt;I am using LabVIEW 7.1&lt;/DIV&gt;</description>
    <pubDate>Fri, 23 Jun 2006 08:05:15 GMT</pubDate>
    <dc:creator>LV Beginner</dc:creator>
    <dc:date>2006-06-23T08:05:15Z</dc:date>
    <item>
      <title>Build 8 bit binary number</title>
      <link>https://forums.ni.com/t5/LabVIEW/Build-8-bit-binary-number/m-p/382629#M191663</link>
      <description>&lt;DIV&gt;Hello &lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I want to build a Binary/hexa decimal data from the buttons&lt;BR /&gt;Cancel is 1 bit data its the LSB, amnual/Auto is also 1 bit its the second bit&lt;BR /&gt;Noise gain is 4 bit data&lt;BR /&gt;Noise sign is 2 bit data&lt;BR /&gt;i want to build a binary number &amp;amp; equivalent hexa decimal number for this&lt;BR /&gt;Ex. if i click start error button the start error bit is 1 (LSB)&lt;BR /&gt;i select Auto, bit is 0 &lt;BR /&gt;noice gain if i select 50% = 0101&lt;BR /&gt;noise sign if&amp;nbsp; Random 10&lt;BR /&gt;so i want to build a 8 bit data like this 10010101 &lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;thanks&lt;/DIV&gt;
&lt;DIV&gt;sk&lt;/DIV&gt;
&lt;DIV&gt;
&lt;HR /&gt;
&lt;/DIV&gt;
&lt;DIV&gt;I am using LabVIEW 7.1&lt;/DIV&gt;</description>
      <pubDate>Fri, 23 Jun 2006 08:05:15 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Build-8-bit-binary-number/m-p/382629#M191663</guid>
      <dc:creator>LV Beginner</dc:creator>
      <dc:date>2006-06-23T08:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Build 8 bit binary number</title>
      <link>https://forums.ni.com/t5/LabVIEW/Build-8-bit-binary-number/m-p/382642#M191669</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;You can use "Number to Boolean Array.vi" and then concatenate all the boolean arrays you created. Then you can use "Boolan Array to Number.vi" to have your 8-Bit number. As attachement your modified programm. By 50% Noise Gain you have 0100 and not 0101 (Noisee Gain 50% has index 4 -&amp;gt; 0100)&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;&lt;BR /&gt;Ken&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 23 Jun 2006 08:29:59 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Build-8-bit-binary-number/m-p/382642#M191669</guid>
      <dc:creator>Ken_Tobler</dc:creator>
      <dc:date>2006-06-23T08:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Build 8 bit binary number</title>
      <link>https://forums.ni.com/t5/LabVIEW/Build-8-bit-binary-number/m-p/382648#M191672</link>
      <description>Hello sk,&lt;BR /&gt;&lt;BR /&gt;just try this...&lt;BR /&gt;(For the number controls I adjusted the range properties.)&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 23 Jun 2006 08:47:18 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Build-8-bit-binary-number/m-p/382648#M191672</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2006-06-23T08:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Build 8 bit binary number</title>
      <link>https://forums.ni.com/t5/LabVIEW/Build-8-bit-binary-number/m-p/382851#M191779</link>
      <description>Hello,&lt;BR /&gt;
you've just to multiply Auto/manual by 2, noise gain by 4, noise sign by 64 &lt;BR /&gt;
and to add all the components.&lt;BR /&gt;
&lt;BR /&gt;
look at the diagram here : http://cjoint.com/?gxq32THb1m&lt;BR /&gt;
&lt;BR /&gt;
jerome&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"LV Beginner" &amp;lt;x@no.email&amp;gt; a écrit dans le message de news: &lt;BR /&gt;
1151050208933-382629@exchange.ni.com...&lt;BR /&gt;
&amp;gt; Hello&lt;BR /&gt;
&amp;gt; &amp;amp;nbsp;&lt;BR /&gt;
&amp;gt; I want to build a Binary/hexa decimal data from the buttonsCancel is 1 bit &lt;BR /&gt;
&amp;gt; data its the LSB, amnual/Auto is also 1 bit its the second bitNoise gain &lt;BR /&gt;
&amp;gt; is 4 bit dataNoise sign is 2 bit datai want to build a binary number &amp;amp;amp; &lt;BR /&gt;
&amp;gt; equivalent hexa decimal number for thisEx. if i click start error button &lt;BR /&gt;
&amp;gt; the start error bit is 1 (LSB)i select Auto, bit is 0 noice gain if i &lt;BR /&gt;
&amp;gt; select 50% = 0101noise sign if&amp;amp;nbsp; Random 10so i want to build a 8 bit &lt;BR /&gt;
&amp;gt; data like this 10010101&lt;BR /&gt;
&amp;gt; &amp;amp;nbsp;&lt;BR /&gt;
&amp;gt; thanks&lt;BR /&gt;
&amp;gt; sk&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I am using LabVIEW 7.1&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; q.vi:&lt;BR /&gt;
&amp;gt; http://forums.ni.com/attachments/ni/170/191663/1/q.vi &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jun 2006 15:10:06 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Build-8-bit-binary-number/m-p/382851#M191779</guid>
      <dc:creator>Jerome</dc:creator>
      <dc:date>2006-06-23T15:10:06Z</dc:date>
    </item>
  </channel>
</rss>

