Jump to content
Sign in to follow this  
phjvh

xml strings ias/mach

Recommended Posts

Hallo,I have problems to make the code for alternating mach and iasThe ias/mach switch is no problem.The combination of strings is.Here are they:IAS:%((A:AUTOPILOT AIRSPEED HOLD VAR,knots))%!3d!MACH ?????, does not work%((A:AUTOPILOT MACH HOLD VAR,mach))??????But how can i combine them in one window, selecting them with the IAS/MACH switch?PH-JVH

Share this post


Link to post
Share on other sites
Guest bartels

Try to use a float format for the display of Mach numbers<String>%((A:AUTOPILOT MACH HOLD VAR,mach))%!3.2f!</String>or multiply before cutting away the digits with an integer format:<String>%((A:AUTOPILOT MACH HOLD VAR,mach) 1000 *)%.!03d!</String>For a IAS/MACH switch try to modify the boeing747-400Autopilot IAS-Mach Switch.xml and boeing747-400Autopilot IAS-Mach Window.xml examples. For a display of MACH if Mach hold mode is selected and IAS id selected otherwise combine the code to:<String>%((A:Autopilot mach hold, bool))%{if}%((A:AUTOPILOT MACH HOLD VAR,mach) 1000 *)%.!03d!%{else}%((A:AUTOPILOT AIRSPEED HOLD VAR,knots))%!3d!</String>Arne Bartels

Share this post


Link to post
Share on other sites

Arne, thankswith a little puzzling and your help the following code works ok for me (is just a part of the 767-300 autopilot):-----------------------%((A:Autopilot mach hold, bool))%{if}%((A:AUTOPILOT MACH HOLD VAR,mach) 1 *)%! .3f! M %{else}%((A:AUTOPILOT AIRSPEED HOLD VAR,knots))%!3d!IAS(>K:AP_PANEL_SPEED_HOLD) 1 (>K:TOGGLE_AFTERBURNER1)IAS Mach Switch(>K:AP_PANEL_MACH_HOLD) 1 (>K:TOGGLE_AFTERBURNER1)---------------------Till the nex problemJan

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...