Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
dmc-60c:getting-started [2018/06/28 22:48] Thomas Kappenmandmc-60c:getting-started [2018/08/08 20:47] – [Prerequisites] Thomas Kappenman
Line 14: Line 14:
  
 ===Software=== ===Software===
-  * **Labview FRC 2017**  +  * **FRC Update Suite**
-    * [[http://www.ni.com/download/labview-for-frc-17.0/7185/en/]] +
-  * **Labview FRC Update Suite**+
     * [[http://www.ni.com/download/first-robotics-software-2017/7183/en/]]     * [[http://www.ni.com/download/first-robotics-software-2017/7183/en/]]
   * **Eclipse** for C++ and Java development   * **Eclipse** for C++ and Java development
     * [[https://wpilib.screenstepslive.com/s/currentCS/m/cpp/l/145002-installing-eclipse-c-java|Follow this tutorial]]     * [[https://wpilib.screenstepslive.com/s/currentCS/m/cpp/l/145002-installing-eclipse-c-java|Follow this tutorial]]
   * **DMC60C API**   * **DMC60C API**
-    * [[https://git.digilentinc.com/tom21091/DMC60C_API]]+    * [[https://github.com/Digilent/DMC60C-FRC-API]]
  
 ----- -----
Line 46: Line 44:
 ====2. Installing DMC60C Library files ==== ====2. Installing DMC60C Library files ====
 >2.1) Run **Copy files to wpilib and roboRIO.bat** and enter the IP address of the roboRIO. This batch file will copy the DMC60C Library files to the WPILib directory, and to the roboRIO's /usr/local/frc/lib directory. >2.1) Run **Copy files to wpilib and roboRIO.bat** and enter the IP address of the roboRIO. This batch file will copy the DMC60C Library files to the WPILib directory, and to the roboRIO's /usr/local/frc/lib directory.
 +>
 +>2.2) You may get the following message describing a potential security breach. You may disregard this message and press 'y'.
 +>
 +>{{:dmc-60c:securitybreach.jpg?800|}}
  
 ====3. Opening an example project ==== ====3. Opening an example project ====