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.
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.)
2020-07-04 11-04-51-1.tlog (913.6 KB)
SITL is a great tool for stuff like this.
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.