Simple QFE Calculator based on known QNH (hPA) and temperature (degrees C) to generate estimated QFE for a known elevation. Alpha release 0.2.
December 2024: added command to enable conversion fr om inHg to hPA pressure, and result is set at the QNH. This is useful since DCS World briefings do not include hPA and ATC reports pressure in inHg. Also changed scripts to properly handle localities wh ere commas are used for the decimal place.
Demonstration: https://youtu.be/LJX_9PrWiio
From VoiceAttack application, import this profile. Verbal commands available:
"Set QNH ####": sets the QNH to the value spoken, and reads it back
"Set temperature ##": sets the temperature to the value spoken, and reads it back
"Set default atmosphere": sets the QNH to 1013.2. and temperature to 15ºC
"Calculate altimeter ####": reads the estimated QFE setting for elevation spoken
"Convert ##.# inches mercury": reads the equivalent pressure in hPA and sets as QNH. (must have a decimal, so you would say "convert 30.0 inches mercury")
Note that the way I designed this, it will only work for elevations over 10 meters. Under that, QNH is close enough anyway.