Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Slaving G600 Cdi To Rxp Gns430

Featured Replies

If you prefer to have your G600 follow the RXP GNS430 CDI settings (GPS/VLOC), rather than setting it manually,

the following code, included in an Update section of an active gauge will do the job..

<!-- Force G600 CDI to follow GNS430 CDI.       (L:G500_CDISource)     1=VLOC  0=GPS -->

     (A:GPS DRIVES NAV1,bool) (L:G500_CDISource,bool)!  == if{(L:G500_CDISource,bool)! (>L:G500_CDISource,bool) }

Bert

Will the 600 screen on the right side also have the flight plan on it if youre using the RXP stuff?

Ron Hamilton

 

"95% is half the truth, but most of it is lies, but if you read half of what is written, you'll be okay." __ Honey Boo Boo's Mom

  • Author

Will the 600 screen on the right side also have the flight plan on it if youre using the RXP stuff?

 

If you have LinkGPS=On set in the rxpgns.ini file, yes.

 

The co-pilot's G600 is identical to the pilot's G600.

Bert

Thanks Bert, so the G600 will show the lines too and the waypoints? I see they have a WX option on the new Seneca...what does it do?

Ron Hamilton

 

"95% is half the truth, but most of it is lies, but if you read half of what is written, you'll be okay." __ Honey Boo Boo's Mom

  • Author

As far as the WX option - I have turned it off, since it impacts performance and does not add anything I am interested in.. so no comment on that one  :unsure:

Bert

  • 4 weeks later...

As far as the WX option - I have turned it off, since it impacts performance and does not add anything I am interested in.. so no comment on that one  :unsure:

Hi Bert, how did you turn it off?

 

And, can you explain how I add these lines in an active gauge?

 

Thanks a lot!

 

Rafael

___________________________________________________

Rafael Henrique Carelli

  • Author

Hi Bert, how did you turn it off?

 

And, can you explain how I add these lines in an active gauge?

 

Thanks a lot!

 

Rafael

 

I just never turn on the Weather in the MFD.

 

Regarding the code..  I added a small XML gauge, called it PA34_Controls, with the following content:

<Gauge Name="PA34_Controls" Version="2.0">

   
<Element> <Select> <Value>
 

<!-- Force FDAP Switch to follow joystick button input -->

       (A:AUTOPILOT MASTER,BOOL)  if{ 
           (L:SWITCH_APFD_MALIBU,number) 1 ==  if{
            2 (>L:SWITCH_APFD_MALIBU,number)  }
           (L:SWITCH_APFD_MALIBU,number) 0 ==  if{
            1 (>K:AP_MASTER)  } }
                   els{
       (L:SWITCH_APFD_MALIBU,number) 2 ==  if{
            1 (>L:SWITCH_APFD_MALIBU,number)  } }  

<!-- Force G600 CDI to follow GNS430 CDI 
      (L:G500_CDISource)     1=VLOC  0=GPS -->

     (A:GPS DRIVES NAV1,bool) (L:G500_CDISource,bool)!  == if{(L:G500_CDISource,bool)! (>L:G500_CDISource,bool) }

         
    
 </Value> </Select> </Element>
</Gauge>

If you need help with this, send me a PM with your email address.

Bert

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.