Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update roborio webdashboard for 2024 #2455

Merged
merged 2 commits into from
Dec 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified source/docs/software/roborio-info/images/roborio-page-home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 5 additions & 16 deletions source/docs/software/roborio-info/roborio-web-dashboard.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ roboRIO Web Dashboard
The roboRIO web dashboard is a webpage built into the roboRIO that can
be used for checking status and updating settings of the roboRIO.

Users may encounter issues using IE (compatibility).
Alternate browsers such as Google Chrome or
Mozilla Firefox are recommended for the best experience.

Opening the WebDash
-------------------

Expand Down Expand Up @@ -53,22 +49,15 @@ Startup Settings
use the Reset button on the roboRIO to put the device into Safe Mode
instead (with power already applied, hold the rest button for 5
seconds). **Default is unchecked.**
- Enable Console Out - This enables the on-board RS232 port to be used
as a Console output. It is recommended to leave this enabled unless
you are using this port to talk to a serial device (note that this
port uses RS232 levels and should not be connected to many
microcontrollers which use TTL levels). **Default is checked.**
- Enable Console Out - This enables the on-board RS232 port to be used as a
Console output. This port uses RS232 levels and should not be connected to
many microcontrollers which use TTL levels). **Default is unchecked.**
- Disable RT Startup App - Checking this box disables code from running
at startup. This may be used for troubleshooting if you find the
roboRIO is unresponsive to new program download. Default is unchecked
- Disable FPGA Startup App - **This box should not be checked.**
- Enable Secure Shell Server (sshd) - **It is recommended to leave this
box checked.** This setting enables SSH which is a way to remotely
access a console on the roboRIO. Unchecking this box will prevent C++
and Java teams from loading code onto the roboRIO.
- LabVIEW Project Access -\*\* It is recommended to leave this box
checked.\*\* This setting allows LabVIEW projects to access the
roboRIO.
- LabVIEW Project Access - **It is recommended to leave this box checked.**
This setting allows LabVIEW projects to access the roboRIO.

Network Configuration
---------------------
Expand Down