I have a window that displays various performance readings. This is where I see that the gauge is reading the low value.
It uses this:
to show the vertical speed.
My gauge has this code:
FWIW here is a picture from Blender showing the keyframes:
Each number has a key.
I'm sure there is something obvious that isn't right, but I've messed around with this for so long that I can't figure it out.
It uses this:
Code:
Vertical Speed\t%((A:VERTICAL SPEED, ft/min))%!d!
My gauge has this code:
Code:
<AnimLength>80</AnimLength>
<Animation>
<Parameter>
<Code>(A:VERTICAL SPEED, ft/min) 100 / 40 +</Code>
</Parameter>
</Animation>
FWIW here is a picture from Blender showing the keyframes:
Each number has a key.
I'm sure there is something obvious that isn't right, but I've messed around with this for so long that I can't figure it out.

