Please post a .tlog with RPM data

I am making a warning system for engine cut, so if anyone can please post a log with RPM, it would help.
It does not need to be a flight, bench-testing ok, RPM changes and start stops are welcome.

Thank you.

Hi, hope this is what you need under esc1,2,3,4
Gal

thank you, but I need a .tlog (log of the communication to the groundstation) which will be parsed for RPM messages. (usually produced by planeā€™s propulsion motor(s) - not VTOL motors.)

1 Like

2020-07-04 11-04-51-1.tlog (913.6 KB)

SITL is a great tool for stuff like this.

1 Like

Of courseā€¦ I have not found ONE model in SITL that simulate RPM ā€¦ have you?
And thank you for the tlog, it is perfect for my tests.

np, in fact i too never tried that before. set RPM_TYPE = 1 to get RPM into SITL.

Did you forget the link/instructions?

added wrong link, canā€™t find the right one anymore, sorry.
these are my SITL RPM params:

|RPM_MAX|100000|
|RPM_MIN|10|
|RPM_MIN_QUAL|0,5|
|RPM_PIN|54|
|RPM_SCALING|1|
|RPM_TYPE|1|

ok, it actually only requires to set RPM_TYPE = 1, thatā€™s all. might be worth adding that to the docs.

1 Like