<?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 Re: LabVIEW Logical Shift showing incorrect data in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-Logical-Shift-showing-incorrect-data/m-p/3981439#M1136282</link>
    <description>&lt;P&gt;Thanks@aputman!. It worked.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Oct 2019 15:09:12 GMT</pubDate>
    <dc:creator>Voyager7277</dc:creator>
    <dc:date>2019-10-24T15:09:12Z</dc:date>
    <item>
      <title>LabVIEW Logical Shift showing incorrect data</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-Logical-Shift-showing-incorrect-data/m-p/3981416#M1136269</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am trying to shift a decimal number by 16 bits to left, using Logical Shift function in LabVIEW. To cross-check the result, I used an online converter that is showing the correct result. But, the same conversion is not happening with the logical left shift function. Can't figure it out, whats happening. Any idea?&lt;/P&gt;
&lt;P&gt;Attached is the screenshot.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 14:36:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-Logical-Shift-showing-incorrect-data/m-p/3981416#M1136269</guid>
      <dc:creator>Voyager7277</dc:creator>
      <dc:date>2019-10-24T14:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW Logical Shift showing incorrect data</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-Logical-Shift-showing-incorrect-data/m-p/3981432#M1136277</link>
      <description>&lt;P&gt;Change your Value1 to U32 representation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 14:56:31 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-Logical-Shift-showing-incorrect-data/m-p/3981432#M1136277</guid>
      <dc:creator>aputman</dc:creator>
      <dc:date>2019-10-24T14:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW Logical Shift showing incorrect data</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-Logical-Shift-showing-incorrect-data/m-p/3981439#M1136282</link>
      <description>&lt;P&gt;Thanks@aputman!. It worked.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 15:09:12 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-Logical-Shift-showing-incorrect-data/m-p/3981439#M1136282</guid>
      <dc:creator>Voyager7277</dc:creator>
      <dc:date>2019-10-24T15:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW Logical Shift showing incorrect data</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-Logical-Shift-showing-incorrect-data/m-p/3981469#M1136292</link>
      <description>&lt;P&gt;You are using an unsigned 16 bit integer, change that to an unsigned 32 bit integer and you will get the correct result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mcduff&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Snap34.png" style="width: 615px;"&gt;&lt;img src="https://ip1.i.lithium.com/a9b4f7182e43c44b59dea6ac782a89fc2ccda509/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f32353439303569343444303238393038413343393337392f696d6167652d73697a652f6c617267653f763d76322670783d393939" role="button" title="Snap34.png" alt="Snap34.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT: Beaten to an easy solution. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 15:52:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-Logical-Shift-showing-incorrect-data/m-p/3981469#M1136292</guid>
      <dc:creator>mcduff</dc:creator>
      <dc:date>2019-10-24T15:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: LabVIEW Logical Shift showing incorrect data</title>
      <link>https://ni.lithium.com/t5/LabVIEW/LabVIEW-Logical-Shift-showing-incorrect-data/m-p/3981491#M1136300</link>
      <description>&lt;P&gt;Thanks @mcduff!.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 16:45:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/LabVIEW-Logical-Shift-showing-incorrect-data/m-p/3981491#M1136300</guid>
      <dc:creator>Voyager7277</dc:creator>
      <dc:date>2019-10-24T16:45:49Z</dc:date>
    </item>
  </channel>
</rss>

