Script allowing viewing .bin file values by message & field

I’ve been doing a little python work and exploring .bin log files.

I’ve only written a few scripts so far, and most of the reports are available through other apps.

I put one up on-line today that is a little different. This script allows you to pick a message type that exists in a log file, and then pick a field from that type - and get a table back of all the values for that record-type/field pair. Of course Mission Planner will plot this information, but my script give the actual values.

Here’s an example:

Online access to this script is at: https://flight-tools.coptercam.tech/bin-log-explorer

And all my scripts so far are on GitHub at GitHub - CopterCamTech/flight-tools: Modular UAV log analysis suite for ArduPilot and PX4 formats

A link to on-line use of these scripts is here: Flight-Tools | Copter Cam Tech

Some of the scripts generate charts - like this:

1 Like