Skip to content

Commit

Permalink
Add instructions for launching Elastic from DS (#2895)
Browse files Browse the repository at this point in the history
Update JDK version
  • Loading branch information
sciencewhiz authored Jan 2, 2025
1 parent 41f1349 commit 0de462a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ Replace the string after ``=`` with ``"C:\\PATH\\TO\\DASHBOARD.exe"`` where the

Replace the string after ``=`` with ``java -jar "C:\\PATH\\TO\\DASHBOARD.jar"`` where the path specified is the path to the dashboard ``jar`` file. Save the ``FRC DS Data Storage`` file.

.. tip:: Shuffleboard and Smartdashboard require Java 11.
.. tip:: Shuffleboard and Smartdashboard require Java 17.

### Dashboard from WPILib installer

Replace the string after ``=`` with ``wscript "C:\\Users\\Public\\wpilib\\YYYY\\tools\\DASHBOARD.vbs"`` where ``YYYY`` is the year and ``DASHBOARD.vbs`` is either ``Shuffleboard.vbs`` or ``Smartdashboard.vbs``. Save the ``FRC DS Data Storage`` file.
Replace the string after ``=`` with ``wscript C:\\Users\\Public\\wpilib\\YYYY\\tools\\DASHBOARD.vbs`` where ``YYYY`` is the year and ``DASHBOARD.vbs`` is ``Shuffleboard.vbs``, ``Smartdashboard.vbs``, or ``Elastic.vbs``. For example ``DashboardCmdLine = "wscript C:\\Users\\Public\\wpilib\\2025\\tools\\Elastic.vbs"``. Save the ``FRC DS Data Storage`` file.

## Launch Driver Station

Expand Down

0 comments on commit 0de462a

Please sign in to comment.