Feature wish: enhance integration script log

In case you would like to see some new feature in the software you can share it right here!
You can also report issue or odd behavior here.
Post Reply
offer.shmuely
Posts: 10
Joined: Tue 12. Oct 2021 17:55:27

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