| 1 | = Setting Up a Computer to Use as a Driver Station |
| 2 | The instructions below assume that on the desired computer has all the software installed from [wiki:FRCSoftwareSetup Setting Up a Computer for FRC Java Programming]. |
| 3 | |
| 4 | A driver station is capable of communicating directly with a roboRIO (i.e. the robot) via ethernet tether or USB (using mDNS). |
| 5 | |
| 6 | == 1. Install the FRC 2015 Update Suite |
| 7 | This update suite contains FRC utilities, the driver station software, and important files. |
| 8 | |
| 9 | Please see the [http://wpilib.screenstepslive.com/s/4485/m/13503/l/144150-installing-the-frc-2015-update-suite-all-languages full documentation] if you are running Windows 8 or encounter problems (and for pictures!). |
| 10 | |
| 11 | Please make sure any old versions of LABView or the FRC Suite are uninstalled before installing. |
| 12 | 1. On [http://www.ni.com/download/first-robotics-software-2015/5112/en/ this site], download either version of the 2015 Update Suite. When asked to log in, enter the following information or create your own account: |
| 13 | Email: |
| 14 | {{{ |
| 15 | tmthylin@gmail.com |
| 16 | }}} |
| 17 | Password: |
| 18 | {{{ |
| 19 | spaceraiders |
| 20 | }}} |
| 21 | 2. After successful download, extract the entire contents of the compressed file using the following password: |
| 22 | {{{ |
| 23 | R3C3CL3RU$H2015 |
| 24 | }}} |
| 25 | 3. Run setup.exe which can be found inside the folder hierarchy. |
| 26 | 4. Click next to move past the splash screen. |
| 27 | 5. In the product list screen, to make the install more efficient and faster, deselect {{{LabView Update}}}, which our team will not be using. |
| 28 | 6. Click next until a user information screen appears. |
| 29 | a. For the full name field, enter |
| 30 | {{{ |
| 31 | Space Raiders |
| 32 | }}} |
| 33 | b. For the organization field, enter |
| 34 | {{{ |
| 35 | AHS FRC Team 2537 |
| 36 | }}} |
| 37 | c. For the serial number, enter |
| 38 | {{{ |
| 39 | <insert serial number here, please!> |
| 40 | }}} |
| 41 | 7. Accept all license agreements and install. |
| 42 | 8. After the lengthy install, make sure the {{{Run License Manager...}}} checkbox is checked. Then click {{{Next}}}. |
| 43 | 9. Enter the serial number, click {{{Next}}}, enter the login information from above, and click {{{Next}}}. |
| 44 | 10. If using the above NI profile information, please deselect the checkbox saying, "I want to associate my account..." |
| 45 | 11. Finish and close the wizard. |
| 46 | |
| 47 | == 2. Set Up the Driver Station Software |
| 48 | 1. Open the Driver Station software. |
| 49 | 2. Navigate to the {{{Setup}}} tab using the left tab menu. It should be the gear icon. |
| 50 | 3. Set the team number as |
| 51 | {{{ |
| 52 | 2537 |
| 53 | }}} |
| 54 | 4. Press enter. |
| 55 | 5. Set the practice timing(s) to the following |
| 56 | a. Countdown - 5s |
| 57 | b. Autonomous - 15s |
| 58 | c. Delay - 1s |
| 59 | d. Teleop - 135s |
| 60 | e. End Game - 0s |