<?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: XRS450 Gyro open menu item in LabVIEW Code Questions</title>
    <link>https://ni.lithium.com/t5/LabVIEW-Code-Questions/XRS450-Gyro-open-menu-item/m-p/4203838#M21</link>
    <description>&lt;P&gt;The Select menu lists both analog and SPI XRS450. I expect both to work, though as you mention, they are both somewhat old. I think I have the SPI gyro on my test bench, but it hasn't been part of standard testing for a bit.&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jan 2022 23:55:36 GMT</pubDate>
    <dc:creator>Greg_McKaskle2</dc:creator>
    <dc:date>2022-01-13T23:55:36Z</dc:date>
    <item>
      <title>XRS450 Gyro open menu item</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Code-Questions/XRS450-Gyro-open-menu-item/m-p/4202997#M12</link>
      <description>&lt;P&gt;I noticed that the Gyro menu only has the Analog gyro open item.&amp;nbsp;&amp;nbsp; The help example for the XRS450 still opens okay, so it appears the open VI is only missing from the menu.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this device no longer supported?&amp;nbsp; (I realize it is old.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 21:47:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Code-Questions/XRS450-Gyro-open-menu-item/m-p/4202997#M12</guid>
      <dc:creator>JimASim</dc:creator>
      <dc:date>2022-01-10T21:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: XRS450 Gyro open menu item</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Code-Questions/XRS450-Gyro-open-menu-item/m-p/4203838#M21</link>
      <description>&lt;P&gt;The Select menu lists both analog and SPI XRS450. I expect both to work, though as you mention, they are both somewhat old. I think I have the SPI gyro on my test bench, but it hasn't been part of standard testing for a bit.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 23:55:36 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Code-Questions/XRS450-Gyro-open-menu-item/m-p/4203838#M21</guid>
      <dc:creator>Greg_McKaskle2</dc:creator>
      <dc:date>2022-01-13T23:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: XRS450 Gyro open menu item</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Code-Questions/XRS450-Gyro-open-menu-item/m-p/4204066#M25</link>
      <description>&lt;P&gt;Maybe I missed how the selection should be made.&amp;nbsp; I could only wire analog channel to the source input terminal&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When looking at WPI_Gyro_Open, the menu name for the XRS450 is empty and the selector is turned off.&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="JimASim_0-1642212796942.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/4501ef12c88a62a25ccec5bdb66f6976af3adc17/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f32393732393069313845453736394341304642454144452f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="JimASim_0-1642212796942.png" alt="JimASim_0-1642212796942.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When selecting from the palette only WPI_GyroAnalogOpen.vi is used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I changed "C:\Program Files (x86)\National Instruments\LabVIEW 2020\Targets\NI\RT\vi.lib\Rock Robotics\WPI\Gyro\WPI_GyroOpen.vi" to the following:&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="JimASim_1-1642212944037.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/0f708852d48c06b99abc4582b5bb7b91e59353cd/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f32393732393169414443314233414341303531394133352f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="JimASim_1-1642212944037.png" alt="JimASim_1-1642212944037.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This seemed to now allow the selection.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does the copy in vi.lib need to be changed too?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The updated VI is attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jan 2022 02:28:08 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Code-Questions/XRS450-Gyro-open-menu-item/m-p/4204066#M25</guid>
      <dc:creator>JimASim</dc:creator>
      <dc:date>2022-01-15T02:28:08Z</dc:date>
    </item>
  </channel>
</rss>

