September 22, 20223 yr You may have noticed that the speed readout on the standby ESI500 gauge has a problem with the middle digit after SU10. If this happens to you, you can edit the SWS_ESI500 xml gauge in the panel folder as follows: <!-- Airspeed indications --> <!-- Knots added 0.5 --> <Element> <Position X="36" Y="172"/> <Text X="42" Y="50" Bright="Yes" Length="3" Font="Arial" Color="White" Adjust="Right" VerticalAdjust="Center"> <String>%( (A:AIRSPEED INDICATED, knots) 0.5 + 20 max 300 min 10 / flr )%!2d!%</String> </Text> </Element> The 0.5 knots added is optional, but provides for a better transition when crossing a 10s boundary.. Edited September 22, 20223 yr by Bert Pieke Bert
September 23, 20223 yr Author And if the digits still look a bit crowded.. try this <Position X="34" Y="172"/> 🙂 Bert
Archived
This topic is now archived and is closed to further replies.