<?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: Running LabView without DriverStation in FIRST Robotics Competition Discussions</title>
    <link>https://ni.lithium.com/t5/FIRST-Robotics-Competition/Running-LabView-without-DriverStation/m-p/3376623#M596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been investigating the creation of a simulator to allow for code to run without the cRIO or drivers station.&amp;nbsp; Due to the architecture of the system, this is more than a trivial task and would require a fair amount of time.&amp;nbsp; The general approach would be to wrap Robotics Library VIs with a Conditional Disable Strucure having two cases: default and &lt;SPAN class="Monospace"&gt;TARGET_TYPE&lt;/SPAN&gt;=="&lt;SPAN class="Monospace"&gt;Windows".&amp;nbsp; Then within the Windows case add simulation code.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Dec 2008 16:04:29 GMT</pubDate>
    <dc:creator>LVB</dc:creator>
    <dc:date>2008-12-18T16:04:29Z</dc:date>
    <item>
      <title>Running LabView without DriverStation</title>
      <link>https://ni.lithium.com/t5/FIRST-Robotics-Competition/Running-LabView-without-DriverStation/m-p/3376620#M593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to run LabView FRC VI files without having DriverStation present?&amp;nbsp; We're trying to work on different dashboards, and would like to have the flexibility of testing them out without the robot present.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 16:49:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/FIRST-Robotics-Competition/Running-LabView-without-DriverStation/m-p/3376620#M593</guid>
      <dc:creator>trs61982</dc:creator>
      <dc:date>2008-12-16T16:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Running LabView without DriverStation</title>
      <link>https://ni.lithium.com/t5/FIRST-Robotics-Competition/Running-LabView-without-DriverStation/m-p/3376621#M594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LabVIEW can be used to write applications that run on the local PC, it can be used to write applications that run on the robot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robot programs are located under the&amp;nbsp; "RT CompactRIO Target" node of your project (as with the FRC cRIO project)&lt;/P&gt;&lt;P&gt;Remember when you "run" a robot project for testing, although the Front Panel runs on the PC, the "real" code is actually running on the robot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stand-alone PC projects are located under the "My Computer" node of your project (as with the FRC Dashboard Project)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, any code that is under the "My Computer" node does not need ANY other hardware (Driver Station or Robot) to run.&lt;/P&gt;&lt;P&gt;However, to run "Properly" (and display data) it does need the DS and cRIO connected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you just want to play with the Dashboard screen layout, then just your PC is fine. &lt;/P&gt;&lt;P&gt;But if you want to make syre that valid data is being displayed you need the robot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 18:49:23 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/FIRST-Robotics-Competition/Running-LabView-without-DriverStation/m-p/3376621#M594</guid>
      <dc:creator>Philbot</dc:creator>
      <dc:date>2008-12-16T18:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Running LabView without DriverStation</title>
      <link>https://ni.lithium.com/t5/FIRST-Robotics-Competition/Running-LabView-without-DriverStation/m-p/3376622#M595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What we'd like to do (if possible) is create some sort of a shell that "fakes" the VI into thinking that there is something connected.&amp;nbsp; Even something as simple as control of the digital/analog inputs or joystick inputs through simulation would be useful.&amp;nbsp; What do we need to tell the FRC Project so that it thinks that there is some hardware out there?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 15:36:01 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/FIRST-Robotics-Competition/Running-LabView-without-DriverStation/m-p/3376622#M595</guid>
      <dc:creator>trs61982</dc:creator>
      <dc:date>2008-12-18T15:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Running LabView without DriverStation</title>
      <link>https://ni.lithium.com/t5/FIRST-Robotics-Competition/Running-LabView-without-DriverStation/m-p/3376623#M596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been investigating the creation of a simulator to allow for code to run without the cRIO or drivers station.&amp;nbsp; Due to the architecture of the system, this is more than a trivial task and would require a fair amount of time.&amp;nbsp; The general approach would be to wrap Robotics Library VIs with a Conditional Disable Strucure having two cases: default and &lt;SPAN class="Monospace"&gt;TARGET_TYPE&lt;/SPAN&gt;=="&lt;SPAN class="Monospace"&gt;Windows".&amp;nbsp; Then within the Windows case add simulation code.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 16:04:29 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/FIRST-Robotics-Competition/Running-LabView-without-DriverStation/m-p/3376623#M596</guid>
      <dc:creator>LVB</dc:creator>
      <dc:date>2008-12-18T16:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Running LabView without DriverStation</title>
      <link>https://ni.lithium.com/t5/FIRST-Robotics-Competition/Running-LabView-without-DriverStation/m-p/3376624#M597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should be possible to run without the driver station, however, certain hardware features will be inoperable, such as the solenoid outputs (9472 module), PWM, and relay outputs.&amp;nbsp; This is done for safety reasons, to prevent runaway robots in case the driver station is disconnected or fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JeremyB&lt;/P&gt;&lt;P&gt;Applications Engineer&lt;/P&gt;&lt;P&gt;National Instruments&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 21:27:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/FIRST-Robotics-Competition/Running-LabView-without-DriverStation/m-p/3376624#M597</guid>
      <dc:creator>Jeremy_B</dc:creator>
      <dc:date>2008-12-19T21:27:11Z</dc:date>
    </item>
  </channel>
</rss>

