Skip to content
Carson Rueter edited this page Dec 27, 2024 · 7 revisions

When first opening QFRCDashboard, you will be greeted by instructions and a few buttons.

image

To get started, connect to your robot WiFi. Go to the Settings menu (Ctrl+Comma), and input your team number or roboRIO IP address. Select your connection mode (team #, IP address, DS) and press "OK". If your computer is running the driver station, selecting the "Driver Station" mode will automatically connect you to the robot.

image

Table of Contents:

Tabs

Begin by creating a new tab: Tab -> New Tab, or Ctrl+T. Enter your desired name and press OK.

image

Tabs are, by default, 3 rows by 5 columns. You can change this and the tab's name via Tab -> Configure Tab (Ctrl+R)

image

Finally, you can close the tab via Tab -> Close Tab or Ctrl+W.

image

Widgets

Click the arrows at the top left to open the widget menu.

image

From here, you can expand the tree to find all of your SmartDashboard and other widgets.

image

To add the widget to your tab, click the desired topic and drag it onto the page. Release the mouse button to put it at the currently hovered spot.

NewWidget

Widget Management

Once added, you can move around and resize the widget with the mouse.

DragNDrop

You can double-click on the bold title text to change it.

Right-click on the widget to access additional options:

  • Delete, to remove the widget
  • Copy, to copy the widget
  • Configure, to configure the widget
  • Switch Widget, to change the widget's type (if applicable)

image

Copy & Paste

After copying a widget, use Widget -> Paste or Ctrl+V to paste the widget in the same or a different tab. All changes made to the widget will be transferred over.

CopyPaste

Configuring Widgets

Press the configure button on the right-click menu to access additional configuration options for the widget. These will vary depending on the type of widget, but are, for the most part, self-explanatory.

image

Switch Widgets

Some widgets offer the option to switch to a different display method; any common configurations will be copied, but other changes will be discarded.

File Management

You can save your tabs at any time via File -> Save (Ctrl+S) or File -> Save As (Ctrl+Shift+S). If no filename has been specified or if Save As was selected, you will be prompted to change the location and filename of your file.

To open a file, use File -> Open (Ctrl+O). Opening or saving a file will add it to the Recent Files list, where you can choose to open any recent files.

image

Additionally, it's recommended that you configure the dashboard to open the most recently opened file at launch. This is set by default, but if you wish to turn it off, this can be changed via the settings menu, in the "Miscellaneous" tab:

image

Clone this wiki locally