Skip to content

Releases: danielml2/PrimoLogger

WPI Data Log CSV Reader

26 Mar 22:02
Compare
Choose a tag to compare
Pre-release

This can read now files read from the new WPILIB data logging tool's CSV export files

[x] Booleans are now read as binary values configured on the GUI, and displayed when viewing WPI Data Logging CSV files
[x] You can now open WPI Data Log's and also shuffleboard recordings in the same menu

This is very much scuffed, and is not a completely good version and uses a lot of ram.
This is just so we can have something better than excel sheets at the competiton.

0.0.1 - First Version

07 Nov 21:58
Compare
Choose a tag to compare

It kind of just works, UI needs some work and polish, along with later adding abillity to Zoom in/out of the chart and replaying values in real time, just like the shuffleboard recordings

Current Features:

  • Read Shuffleboard CSV files & load them onto the linechart
  • Abillity to show specific values on the graph, chosen by the user (by categories and values)
  • Seeing the value at each point in time on the graph and seeing the exact value at that time (using linear interpolation)

How to use it?

  • Export a Shuffleboard Recording to CSV file form
  • Download the jar file & open it
  • Choose the CSV recording file, and load it
  • Profit
    (there are example shuffleboard csv file in the data folder, if you want to try it out for yourself, jar kinda chunky because of dependencies)

edit: forgot to test jar before releasing, is broken atm will fix soon it's just 12am and i dont wanna deal with this Fixed! at least it should run now