You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: source/docs/software/driverstation/driver-station-log-viewer.rst
+4-4
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Driver Station Log File Viewer
5
5
6
6
In an effort to provide information to aid in debugging, the FRC\ |reg| Driver Station creates log files of important diagnostic data while running. These logs can be reviewed later using the FRC Driver Station Log Viewer. The Log Viewer can be found via the shortcut installed in the Start menuin the FRC Driver Station folder in Program Files, or via the Gear icon in the Driver Station.
:alt:Showing how to open the Log Viewer screen using the right console icon.
10
10
11
11
.. note:: Several third-party tools exist that provide similar functionality to the FRC Driver Station Log Viewer, including `AdvantageScope <https://github.com/Mechanical-Advantage/AdvantageScope>`__ and `DSLOG Reader <https://github.com/orangelight/DSLOG-Reader>`__. Note that WPILib offers no support for third-party projects.
@@ -20,11 +20,11 @@ Log files are stored in ``C:\Users\Public\Documents\FRC\Log Files``. Each log ha
The Log Viewer contains a number of controls and displays to aid in the analysis of the Driver Station log files:
27
-
27
+
28
28
1. File Selection Box - This window displays all available log files in the currently selected folder. Click on a log file in the list to select it.
29
29
2. Path to Log Files - This box displays the current folder the viewer is looking in for log files. This defaults to the folder that the Driver Station stores log files in. Click the folder icon to browse to a different location.
30
30
3. Message Box - This box displays a summary of all messages from the Event Log. When hovering over an event on the graph this box changes to display the information for that event.
:alt:The different parts of the graph screen and some of the basic signals.
47
47
48
-
The Graph Display contains the following information:
48
+
In the default view, the Graph Display contains the following information:
49
49
50
50
1. Graphs of Trip Time in ms (green line) and Lost Packets per second (displayed as blue vertical bars). In these example images Trip Time is a flat green line at the bottom of the graph and there are no lost packets
51
51
2. Graph of Battery voltage displayed as a yellow line.
0 commit comments