True Airspeed Calculator LVAR not working
-
I’m trying to bind a key to the True Airspeed Calculator ring, but the L:var_trueAirspeedRing listed in the manual doesn’t work. I can see the value changing in the SPAD.neXt monitor, but there’s no visual change in the instrument ring.
Is there another LVAR I can use? -
L:var_trueAirspeedRing, numbershould really do the trick. The position of the ring is directly tied to that variable. I will double check it myself later. -
L:var_trueAirspeedRing, numbershould really do the trick. The position of the ring is directly tied to that variable. I will double check it myself later.@Black-Square did you have a chance to double check this LVAR?
-
Ah, I found the problem. I'll fix this for the next update, but if you wanted to fix it yourself immediately, it should be as easy as the following find and replace:
<ANIM_CODE>(L:var_trueAirspeedRing, number)</ANIM_CODE><OVERRIDE_ANIM_CODE>(L:var_trueAirspeedRing, number)</OVERRIDE_ANIM_CODE> -
Ah, I found the problem. I'll fix this for the next update, but if you wanted to fix it yourself immediately, it should be as easy as the following find and replace:
<ANIM_CODE>(L:var_trueAirspeedRing, number)</ANIM_CODE><OVERRIDE_ANIM_CODE>(L:var_trueAirspeedRing, number)</OVERRIDE_ANIM_CODE>@Black-Square That worked perfectly. Thanks a lot for taking the time to explain it!