Jump to content

Recommended Posts

Hi all,I'm trying to make a Back course gauge that will be indicate that you are more than ninety degrees from the localizer and no glideslope will be available, and you can still capture the back course beam.I have the "no glide slope available, but the 90 degrees from the localizer I can't figure out. I don't know what to use. Please help.Here is what I have so far:(A:HSI GSI needle valid, bool) 0 == (A:HSI has localizer, bool) &&Thanks,Benny

Share this post


Link to post
Share on other sites

>Hi all,>>I'm trying to make a Back course gauge that will be indicate>that you are more than ninety degrees from the localizer and>no glideslope will be available, and you can still capture the>back course beam.>I have the "no glide slope available, but the 90 degrees from>the localizer I can't figure out. I don't know what to use.>Please help.>>Here is what I have so far:>>(A:HSI GSI needle valid, bool) 0 == (A:HSI has>localizer, bool) &&Wouldn't it be simpler to just use the token for backcourse?(A:NAV BACK COURSE FLAGS,bool)"Flag if tuned to a back course localizer (bool)"


Fr. Bill    

AOPA Member: 07141481 AARP Member: 3209010556


     Avsim Board of Directors | Avsim Forums Moderator

Share this post


Link to post
Share on other sites

Hi Bill,I've tried that one but it doesn't fit what the gauge is supposed to do according to the manual. The BC light needs to only come on when you are more than 90 degrees from the localizer, the Glideslope is unavailable, and the localizer is still available. Any ideas?

Share this post


Link to post
Share on other sites

I pulled this from my notes from the FS2002 days.BACK COURSE FLAGS, flags ---> 131= Tuned and available 135= Tuned, Avail, & on back course side. ( 90* + from station, either side ) 7=BC available, tuned, on backcourse side, station not active??3=BC available, tuned, not on backcourse side, station not active?? Just to confirm with gauges H// Back course flags for VOR gauges#define BC_FLAG_BACKCOURSE_AVAILABLE BIT0#define BC_FLAG_LOCALIZER_TUNED_IN BIT1#define BC_FLAG_ON_BACKCOURSE BIT2#define BC_FLAG_STATION_ACTIVE BIT7_________________________________________________________So maybe try:(A:NAV BACK COURSE FLAGS, )(A:NAV1 BACK COURSE FLAGS, )(A:NAV2 BACK COURSE FLAGS, )Using enum, flags or number as the variable type.__________________________________________________________I know that I had tested this, hence it's in my notes. But, I donot remember ALL the facts about it... Anyway hope this may help. Happy testing!Regards,Roman


20AUG21_Avsim_Sig.png?dl=1  FS RTWR   SHRS F-111   JoinFS   Little Navmap 
 

 

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