I like to see in openTx (now edgeTx) log script, additional events
- "throttle on" ( i am connecting the battery on the deck, take the heli to the middle of the field, it take about 30-90sec, and the log is recording all the way, so I need to guess the time the light start)
- "throttle off" (similar to the above)
- "bank change"
- "governor speed changed)
I also suggest to aggregate the time that all the event are the same
so instead of:
Code:
10s - start
20s - healthy
30s - healthy
40s - healthy
50s - healthy
60s - healthy
80s - healthy
we can write:
Code:
10s - start
20-200s - healthy
210s - main loop hang
220-300s - healthy
310s - rudder limit
320-600s - healthy
Note: I can help update the script if you are interested...