Jump to content
Sign in to follow this  
Guest

XML MFD

Recommended Posts

Guest

I am creating a CRJ panel using xml gauges. I cannot get the adf and nav2 needles to disappear when they are not recieving a signal. Please help.

Share this post


Link to post
Share on other sites
Guest bartels

I suppose you can use NAV1 SIGNAL, NAV2 SIGNAL and ADF1 SIGNAL,for this purpose, but I haven't checked.Arne Bartels

Share this post


Link to post
Share on other sites
Guest Eugen

Hi,Try this one... (A:Nav1 Has Nav, bool)BrgdsEugen

Share this post


Link to post
Share on other sites
Guest

For the Adf, use something like(A:Adf1 Signal, number) 256.0 >...Your code...And/or similarly for the Nav2, but more advanced for my own purposes:(A:Nav2 Signal, bool) (A:Nav2 Has Localizer, bool) ! && (A:Nav2 Has Nav,bool) && (L:NavCom2 on,bool) &&...Your code...Whups, just realise I use both boolean and number for the Signal, but they work for me anyways. I also use a (L:NavCom2 on,bool) && in the end, but that's just a check if my own radios is actually turned on.Use a string to output the Signal to text, just for tests - I'm sure you'll start figuring out new things to use this Signal value for :)

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...