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:58] – [2. Installing DMC60C Library files] 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 33: Line 31:
 >1.1) Power up the roboRIO and plug it into your network via ethernet cable, or into the computer via USB. >1.1) Power up the roboRIO and plug it into your network via ethernet cable, or into the computer via USB.
  
->1.2) **Open** Labview 2017 and click **Utilities>roboRIO Imaging Tool 2018**. **Find** the roboRIO in the roboRIO Targets box. **Take note of the IP address**.+>1.2) Open **roboRIO Imaging Tool**. **Find** the roboRIO in the roboRIO Targets box.
 > >
 >{{:dmc-60c:roborioimage.jpg?600|}} >{{:dmc-60c:roborioimage.jpg?600|}}
Line 45: Line 43:
  
 ====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 your team number. This batch file will copy the DMC60C Library files to the WPILib directory, and to the roboRIO's /usr/local/frc/lib directory. It will also install the DMC60C Config Utility server onto the roboRIO. This server is hosted at "**roboRIO-[team number]-FRC.local:8000**"
 +
 +>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 ====