July 22, 201312 yr <Gauge Name="Vor-Ils_ Ins_Sw1" Version="1.0"> <Element> <Visible>(A:Avionics Master Switch,bool) </Visible> <Select> <Value>(G:VAR1,bool)</Value> <Case Value="0"> <Image Name= "Vor-Ils_Sw1.bmp" ImageSizes="25,45" Luminous="YES"/> </Case> <Case Value="1"> <Image Name= "Ins_Sw1.bmp" ImageSizes="25,45" Luminous="YES"/> </Case> </Select> </Element> <Mouse> <Help ID="HELPID_RADIO_NAV1_SELECT"/> <Cursor Type="Hand"/> <Click> (G:VAR1,bool) ! (>G:VAR1,bool) 0 (>K:TOGGLE_GPS_DRIVES_NAV1) (>K:SELECT_1)</Click> </Mouse> </Gauge> Hi, I'm programming a B742 with both panels CPT&FO in the same window.The above code is the code for the CPT panel NAV-GPS switch.The FO switch code is almost the same except having the number 2 instead the 1.The switches are working but in the both HSIs.I'm not able to get each switch working only for its panel: the CPT switch only in the CPT HSI and the FO switch only in the FO one. Can somebody give me the right suggestion to separate the switches working? Thanks Gianfranco
July 22, 201312 yr Commercial Member FS doesn't have separate GPS DRIVES NAV1 settings for pilot vs copilot. To do this you will have to create your own code to control everything. Ed Wilson Mindstar AviationMy Playland - I69
Create an account or sign in to comment