OV-TOOLS-TELEMETRY-VIEWER · v0.1 · draft · 2026-08-08
| Doctype | Tool Manual |
|---|---|
| Doc id | OV-TOOLS-TELEMETRY-VIEWER |
| Product line | openvvvf |
| Applies to | openvvvf-control-module, chassis-size-1, chassis-size-2, chassis-size-3 |
| Version | 0.1 |
| Date | 2026-08-08 |
| Status | draft |
| Description | Browser-based interactive viewer for RTE JSONL telemetry logs. |
| Nav order | 452 |
| Normative refs | OV-TOOLS-INDEX |
Telemetry Viewer
The Telemetry Viewer is a browser-based tool for inspecting RTE JSONL telemetry logs interactively. It runs entirely client-side: no data is uploaded to a server.
Features
- Load RTE
.jsonltelemetry files directly in the browser. - Select and plot any signal in the log.
- Pan, zoom, and inspect data points interactively with Plotly.
- Quickly check signal lists, ranges, and sample counts.
Using the viewer
- Open the OpenVVVF Telemetry Viewer.
- Click Load JSONL and select an RTE telemetry log.
- Choose the signals you want to plot from the sidebar.
- Use the Plotly toolbar to zoom, pan, or export the figure.
Right-click menu
Right-click anywhere on the plot to open a context menu for adding markers, annotations, zooming to a time, or fitting the X axis.
Command markers
Click a row in the Commands panel to toggle a vertical marker at that command time. Click the same row again to remove the marker.
Linked files
You can link directly to a telemetry file so the viewer opens and loads it automatically. Add the ?file= parameter with a path relative to the viewer, and use the existing #s= hash to pre-select signals.
Example:
telemetry-viewer.html?file=../../Safety-and-Compliance/Testing/Hardware/Induction-Motor-Calibration/induction-cal.jsonl#s=cg_iu_a:left
Open induction calibration log with cg_iu_a plotted
Data privacy
The viewer parses files locally in your browser. Telemetry data never leaves your machine.
Source
The viewer is a single self-contained HTML file. It can be copied to a workstation for offline use. Plotly.js is loaded from a CDN by default; for fully-offline operation, download Plotly and update the <script> tag in the HTML.