-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pressure altitude in CAN datagrams missing #25
Comments
Hi, pressure altitude depends on setting a reference pressure. Normally thats QNH, in exceptions QFE. The sensor only knows ambient pressure, but - at start up - does not have any reference. The way I do that in the AD57 SW is (to save the pilot from doing this) :
Formula can be derived from any textbook. Special caution has to be applied for cases of power outage in the air, which would create a fake takeoff. I maintain the last QNH and elelvation in EEPROM and I detect cases of fake takeoff. Then I start with EEPROM values. My little morcel of AI. As far as I know, Klaus has not implemented anything like this in the sensor, for good reason, when you think about it. BTW : Thats currently an issue with Uwe's OpenSoar. In OpenSoar you have to set QNH manually. |
Hi Horst, it is clear that the sensor box does not recognise reference pressures such as QNH or QFE. Nevertheless, the sensor box can output a barometric altitude with reference to a fixed pressure (1013.2 hPa, for example).
This data point is missing on the CAN bus interface |
There is no CAN datagram that contains the pressure altitude
The text was updated successfully, but these errors were encountered: