Title: Improve BinaryIO telemetry pipeline, controls, and logging UI (adds resizable graph & full PID controls)#6
Open
ecarjat wants to merge 16 commits intogeekuillaume:mainfrom
Open
Title: Improve BinaryIO telemetry pipeline, controls, and logging UI (adds resizable graph & full PID controls)#6ecarjat wants to merge 16 commits intogeekuillaume:mainfrom
ecarjat wants to merge 16 commits intogeekuillaume:mainfrom
Conversation
Add build job to GitHub Actions workflow for static site deployment.
Author
|
I realise this might be a bit much as a PR but there was a number of things I needed the interface to do. I you want to test it live, it lives here: |
added 3 commits
December 24, 2025 18:01
- Add Download and Upload buttons to motor card header for saving and restoring motor configuration to/from text files - Export CONFIG_REGISTER_NAMES list based on new includeInConfig flag in register definitions for config import/export - Switch graph timestamps from performance.now() to Date.now() for absolute time values - Display x-axis as formatted time (HH:MM:SS.mmm) instead of raw ms
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@geekuillaume Fantastic work on this impressive app!
This PR for your consideration adds the performance and UX improvements described in BinaryIO_MIgration.md, Performance_Refactor.md, and LOG.md.
What changed
Spec highlights
level/tag/message decoding in the UI.
Testing
Verified on BinaryIO protocol (telemetry/logs/control). Not tested on ASCII Commander.