yaapu / FrskyTelemetryScript

A LUA telemetry script and widget for the Horus X10(S),X12 and Taranis X9D+,X9E,QX7 and X-Lite radios using ArduPilot frsky passthru protocol
GNU General Public License v3.0
447 stars 141 forks source link

Saving MAVLink Message History #16

Closed BFDpilot closed 3 years ago

BFDpilot commented 5 years ago

Is there a way to have this data saved to a txt file somewhere. Would be great for diagnosis and problem solving.

Also it used to be (X10S) I could roll the wheel and it would change screens with the message history but with the latest this is no longer the case?

Thanks,

Jason

yaapu commented 5 years ago

Hi, message log is not hard, could be done on the horus for there is enough spare memory to add the functionality.

As for the message history with the rotating wheel it depends on how you run the script. If you run it as a widget than you need to create a second widget page and configure it to display messages, you would than access that page by clicking the "page" button. Wheel would be active only if the script is run as one time but that will not be supported in future versions. Check the wiki for more info https://github.com/yaapu/FrskyTelemetryScript/wiki/How-to-run-the-Yaapu-script-on-X10-and-X12-as-a-Widget

yaapu commented 3 years ago

added message history for up to 200 messages on Horus radios in 1.9.3, saving to SD has been tried but was not reliable, closing for I can't make it safe to save that many items to SD and still do not crash the script :(