August 3, 201411 yr 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
August 4, 201411 yr 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
August 4, 201411 yr 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
August 4, 201411 yr 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
August 4, 201411 yr 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
August 29, 201411 yr 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
August 29, 201411 yr 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