Page 1 of 1

Feature wish: enhance integration script log

Posted: Sun 26. Dec 2021 23:38:55
by offer.shmuely
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: Select all

10s - start
20s - healthy
30s - healthy
40s - healthy
50s - healthy
60s - healthy
80s - healthy
we can write:

Code: Select all

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...