- Messages
- 19
[SOLVED] XML Select Expression with KOHLSMAN SETTING
Hi all,
I'm having trouble to get a Select Expression working:
I have a macro Round2
What I want is check in a Select Expression if the Altimeter is set to Standard i.e. 29.92.
I tried different versions of this script, but can't get it to work:
Any suggestions?
Thanks in advance!
Jacob.
Hi all,
I'm having trouble to get a Select Expression working:
I have a macro Round2
Code:
<SimGauge.Macro id="Macro" Name="Round2">
<MacroValue>d flr s0 - 100 * near 100 / l0 +</MacroValue>
</SimGauge.Macro>
What I want is check in a Select Expression if the Altimeter is set to Standard i.e. 29.92.
I tried different versions of this script, but can't get it to work:
Code:
<SimGauge.Expression id="Expression">
<Script>(A:KOHLSMAN SETTING HG, inHg) @Round2 (29.92) ==</Script>
</SimGauge.Expression>
Any suggestions?
Thanks in advance!
Jacob.
Last edited:

