January 27, 20188 yr CARENADO A36 BONANZA Add the following to the GNS.ini flie. __________________________________ [GNS] ; comma separated list of gauges gauges = GNS_430_1, GNS_430_2 [GNS_430_1.PANELS] ; display window if true. visible = true ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = PANELS ; display position and dimension (left,top,width,height) frame.rect = 5,1528,430,230 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = true ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = true [GNS_430_2.PANELS] ; display window if true. visible = true ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = PANELS ; display position and dimension (left,top,width,height) frame.rect = 5,1278,430,230 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = true ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = true
January 31, 20188 yr Excellent, thanks... did they ever release a XP11 version? My xp10 version has the landing gear doors stuck down all the time @Rodrigo Ferreira | My Liveries | FAA ZMP | PPL ASEL | | Windows 11 | MSI Z690 Tomahawk | 12700K 4.7GHz | MSI RTX 4080 | 64GB 6000 MHz DDR5 | 500GB Samsung 860 Evo SSD | 2x 2TB Samsung 970 Evo M.2 | EVGA 850W Gold | Corsair 5000X | HP G2 (VR) / LG 27" 1440p |
February 16, 20188 yr Here's my Config, and mods for the Carenado B58 Baron, I also posted my file mods which you will need to make your buttons an knobs work. In addition I deleted the two stock GNS 430W entries from the cockpit using planemaker.exe, these could probably be deleted from the obj file directly with a text editor. I'm not sure this matters, but if you don't delete them, and your sizing is not perfect you can see edge glow from the stock GNS 430W underneath it. Jeff ; ; Carenado B58 Baron RealityXP.GNS.ini Config lines, modify your config accordingly ; [GNS_430_1.PANELS] ; display window if true. visible = true ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = PANEL3D ; display position and dimension (left,top,width,height) frame.rect = 6,442,420,230 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = false ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = true [GNS_430_2.PANELS] ; display window if true. visible = true ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = PANEL3D ; display position and dimension (left,top,width,height) frame.rect = 451,442,420,230 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = false ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = true ; ; If you want buttons and knobs, modify this file, the modified lines follow: ; X-Plane 11\Aircraft\Carenado B58_Baron_v3.2\Custom Avionics\DRFS\XPCMNDS.lua ; n1Cup = findCommand("RXP/GNS/COM_OUTR_CW_1") n1Fup = findCommand("RXP/GNS/COM_INNR_CW_1") n1chu = findCommand("RXP/GNS/GPS_OUTR_CW_1") n1pgu = findCommand("RXP/GNS/GPS_INNR_CW_1") n1Cdn = findCommand("RXP/GNS/COM_OUTR_CCW_1") n1Fdn = findCommand("RXP/GNS/COM_INNR_CCW_1") n1chd = findCommand("RXP/GNS/GPS_OUTR_CCW_1 ") n1pgd = findCommand("RXP/GNS/GPS_INNR_CCW_1") n1zmo = findCommand("RXP/GNS/RUP_1") n1zmi = findCommand("RXP/GNS/RDN_1") n1cdi = findCommand("RXP/GNS/CDI_1") n1obs = findCommand("RXP/GNS/OBS_1") n1msg = findCommand("RXP/GNS/MSG_1") n1fpl = findCommand("RXP/GNS/FPL_1") n1prc = findCommand("RXP/GNS/PROC_1") n1vnv = findCommand("RXP/GNS/VNAV_1") n1dir = findCommand("RXP/GNS/DTO_1") n1mnu = findCommand("RXP/GNS/MNU_1") n1clr = findCommand("RXP/GNS/CLR_1") n1ent = findCommand("RXP/GNS/ENT_1") n1cmf = findCommand("RXP/GNS/CFLP_1") n1nvf = findCommand("RXP/GNS/VFLP_1") n1nct = findCommand("RXP/GNS/COM_PUSH_1") n1csr = findCommand("RXP/GNS/GPS_PUSH_1") n2Cup = findCommand("RXP/GNS/COM_OUTR_CW_2") n2Fup = findCommand("RXP/GNS/COM_INNR_CW_2") n2chu = findCommand("RXP/GNS/GPS_OUTR_CW_2") n2pgu = findCommand("RXP/GNS/GPS_INNR_CW_2") n2Cdn = findCommand("RXP/GNS/COM_OUTR_CCW_2") n2Fdn = findCommand("RXP/GNS/COM_INNR_CCW_2") n2chd = findCommand("RXP/GNS/GPS_OUTR_CCW_2 ") n2pgd = findCommand("RXP/GNS/GPS_INNR_CCW_2") n2zmo = findCommand("RXP/GNS/RUP_2") n2zmi = findCommand("RXP/GNS/RDN_2") n2cdi = findCommand("RXP/GNS/CDI_2") n2obs = findCommand("RXP/GNS/OBS_2") n2msg = findCommand("RXP/GNS/MSG_2") n2fpl = findCommand("RXP/GNS/FPL_2") n2prc = findCommand("RXP/GNS/PROC_2") n2vnv = findCommand("RXP/GNS/VNAV_2") n2dir = findCommand("RXP/GNS/DTO_2") n2mnu = findCommand("RXP/GNS/MNU_2") n2clr = findCommand("RXP/GNS/CLR_2") n2ent = findCommand("RXP/GNS/ENT_2") n2cmf = findCommand("RXP/GNS/CFLP_2") n2nvf = findCommand("RXP/GNS/VFLP_2") n2nct = findCommand("RXP/GNS/COM_PUSH_2") n2csr = findCommand("RXP/GNS/GPS_PUSH_2")
February 16, 20188 yr Fixing Buttons and knobs, this can be really frustrating to figure out. This is documented, in the install doc, but it's not crystal clear. Hopefully this helps somebody: [RXP: select "Use Simulator GPS Commands" option in the settings panel and this will do this automatically] Spoiler These values need to be replaced in your cockpit obj file in order to make your buttons and knobs work. The form of this file is: NEW STRING, old string So edit your OBJ files, and replace all the values listed below accordingly (I would suggest using a decent editor, like 'scite' or 'notepad++', which tends to not mess up files.) sim/GPS/g430n1_coarse_up WITH RXP/GNS/COM_OUTR_CW_1 Do this for every entry in the file, and then it should work. If you do NOT find them in the obj files, then you need to hunt throgh all the various files until you find them. ; ; First Device ; RXP/GNS/COM_OUTR_CW_1,sim/GPS/g430n1_coarse_up RXP/GNS/COM_INNR_CW_1,sim/GPS/g430n1_fine_up RXP/GNS/GPS_OUTR_CW_1,sim/GPS/g430n1_chapter_up RXP/GNS/GPS_INNR_CW_1,sim/GPS/g430n1_page_up RXP/GNS/COM_OUTR_CCW_1,sim/GPS/g430n1_coarse_down RXP/GNS/COM_INNR_CCW_1,sim/GPS/g430n1_fine_down RXP/GNS/GPS_OUTR_CCW_1 ,sim/GPS/g430n1_chapter_dn RXP/GNS/GPS_INNR_CCW_1,sim/GPS/g430n1_page_dn RXP/GNS/RUP_1,sim/GPS/g430n1_zoom_out RXP/GNS/RDN_1,sim/GPS/g430n1_zoom_in RXP/GNS/CDI_1,sim/GPS/g430n1_cdi RXP/GNS/OBS_1,sim/GPS/g430n1_obs RXP/GNS/MSG_1,sim/GPS/g430n1_msg RXP/GNS/FPL_1,sim/GPS/g430n1_fpl RXP/GNS/PROC_1,sim/GPS/g430n1_proc RXP/GNS/VNAV_1,sim/GPS/g430n1_vnav RXP/GNS/DTO_1,sim/GPS/g430n1_direct RXP/GNS/MNU_1,sim/GPS/g430n1_menu RXP/GNS/CLR_1,sim/GPS/g430n1_clr RXP/GNS/ENT_1,sim/GPS/g430n1_ent RXP/GNS/CFLP_1,sim/GPS/g430n1_com_ff RXP/GNS/VFLP_1,sim/GPS/g430n1_nav_ff RXP/GNS/COM_PUSH_1,sim/GPS/g430n1_nav_com_tog RXP/GNS/GPS_PUSH_1,sim/GPS/g430n1_cursor ; ; Second Device ; RXP/GNS/COM_OUTR_CW_2,sim/GPS/g430n2_coarse_up RXP/GNS/COM_INNR_CW_2,sim/GPS/g430n2_fine_up RXP/GNS/GPS_OUTR_CW_2,sim/GPS/g430n2_chapter_up RXP/GNS/GPS_INNR_CW_2,sim/GPS/g430n2_page_up RXP/GNS/COM_OUTR_CCW_2,sim/GPS/g430n2_coarse_down RXP/GNS/COM_INNR_CCW_2,sim/GPS/g430n2_fine_down RXP/GNS/GPS_OUTR_CCW_2 ,sim/GPS/g430n2_chapter_dn RXP/GNS/GPS_INNR_CCW_2,sim/GPS/g430n2_page_dn RXP/GNS/RUP_2,sim/GPS/g430n2_zoom_out RXP/GNS/RDN_2,sim/GPS/g430n2_zoom_in RXP/GNS/CDI_2,sim/GPS/g430n2_cdi RXP/GNS/OBS_2,sim/GPS/g430n2_obs RXP/GNS/MSG_2,sim/GPS/g430n2_msg RXP/GNS/FPL_2,sim/GPS/g430n2_fpl RXP/GNS/PROC_2,sim/GPS/g430n2_proc RXP/GNS/VNAV_2,sim/GPS/g430n2_vnav RXP/GNS/DTO_2,sim/GPS/g430n2_direct RXP/GNS/MNU_2,sim/GPS/g430n2_menu RXP/GNS/CLR_2,sim/GPS/g430n2_clr RXP/GNS/ENT_2,sim/GPS/g430n2_ent RXP/GNS/CFLP_2,sim/GPS/g430n2_com_ff RXP/GNS/VFLP_2,sim/GPS/g430n2_nav_ff RXP/GNS/COM_PUSH_2,sim/GPS/g430n2_nav_com_tog RXP/GNS/GPS_PUSH_2,sim/GPS/g430n2_cursor Edited August 14, 20214 yr by RXP
February 21, 20188 yr Author On February 16, 2018 at 5:12 PM, n85ae said: sim/GPS/g430n1_coarse_up WITH RXP/GNS/COM_OUTR_CW_1 Hi, changing these shouldn't be necessary when enabling the "Use Simulator GPS Commands" option in the settings panel!
March 2, 20188 yr what about the Carenado PA31 NAVAJO HD SERIES, can we get the setup for this AC ????
April 1, 20188 yr GNS 430 + ASDG Super Cub (v1.12) (updated from the ASDG SC v1.04 from that thread) Code from RealityXP.GNS.ini : Spoiler [GNS] ; comma separated list of gauges gauges = GNS_430_1 [GNS_430_1] ; comma separated list of render targets. drawto = WINDOW, PANELS ; is the master device if true. MasterDevice = false ; connects GPS to copilot side if true. CopilotSide = false ; selects COM/NAV Radios '1' or '2'. RadiosPair = 1 ; uses computer time if true, simulator time otherwise. ComputerTime = false ; integral lighting rheostat index (0 to 3) or percent (-100 to 0) Rheostat.Display = -100 ; integral lighting rheostat index (0 to 3) or percent (-100 to 0) Rheostat.Buttons = -75 ; connects GPS to HSI if true. LinkHsi = true ; connects GPS to HSI course if true. LinkCrs = false ; connects HSI OBS to GPS if true. LinkObs = false ; connects GPS to VOR if true. LinkVor = false ; connects GPS to Autopilot if true. LinkOto = true ; connects CDI key to NAV/GPS switch if true. AutoNavGps = true ; selects VLOC NAV '1' or '2'. '0' selects same source as 'RadiosPair'. AutoNavSource = 0 ; sets device power source: ALWAYS_ON,AVIONICS_BUS,MAIN_BATTERY PowerSource = AVIONICS_BUS ; sets device power knob switch mode: NONE,DEFAULT_ON,DEFAULT_OFF PowerKnob = NONE ; connects GPS to Shadin Air Data computer if true. UseAirData = true ; connects GPS to Shadin Fuel Data computer if true. UseFuelData = true ; connects GPS to RYAN 9900BX if true. UseRyanTcad = true ; sets TCAD sound alerts volume in percent: 0 to 100. RyanTcadVolume = 50 ; connects GPS #1 to GPS #2 if true (both required). UseCrossFill = false ; enable device failures if true. UseFailures = false ; uses Simulator GPS commands if true. UseSimGpsCmds = true ; sets fuel type: AVGAS,JETA,JETB FuelType = AVGAS ; sets TAWS type: TERR,TAWS TawsMode = TERR ; sets TAWS surface: HARD,HARD_SOFT,WATER,ANY TawsSurface = HARD_SOFT ; TAWS minimum runway length (feet) TawsMinLength = 40 ; sets master sound volume in percent: 0 to 100. MasterVolume = 100 ; selects the CPU running the trainer process: 1 to 32 ; 0: last core, -1: automatic. CpuAffinity = -1 ; connects to: 'PFC_STACK','PFC_430','PFC_530' or any '#PID' (#D002 for PFC_430) ; no value connects to first found, 'OFF' disables connection. HardwareDevice = ; hardware selector number or -1 to disable. HardwareIdx = -1 ; sets TCAD maximum number of targets to X-Plane AI Traffic Count. UseTcadAiCount = true [GNS_430_1.WINDOW] ; display window if true. visible = false ; show screen only gauge if true. nobezel = false ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = WINDOW ; display position and dimension (left,top,width,height) frame.rect = 500,292,698,293 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; enable popup window if true (screen clickspot) usepopup = false ; display mouse tooltips if true. tooltips = false ; freeze display position if true. locked = false ; left mouse button on the screen toggles popup window if true. popleft = false ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = false ; display as popout window if true. undocked = false [GNS_430_1.PANELS] ; display window if true. visible = true ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = PANEL3D ; display position and dimension (left,top,width,height) frame.rect = 1260,1921,432,233 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = true ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = true As usual, feel free to adjust the settings to your liking. Edited April 1, 20188 yr by Bourrinopathe
April 3, 20188 yr ..new CT210M CENTURION II by Carenado with Stock G530. Can somebody, please post the setup for this AC ?? tnx
May 9, 20188 yr Carenado CT210M CENTURION II This is my first go at this but it seems to be working for me. [GNS] ; comma separated list of gauges gauges = GNS_430_2, GNS_530_1 [GNS_530_1.PANELS] ; display window if true. visible = true ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = PANEL3D ; display position and dimension (left,top,width,height) frame.rect = 7,1678,521,386 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; enable popup window if true (screen clickspot) usepopup = true [GNS_430_2.PANELS] ; display window if true. visible = true ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = PANEL3D ; display position and dimension (left,top,width,height) frame.rect = 11,1280,424,231 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; enable popup window if true (screen clickspot) usepopup = true Edited June 28, 20187 yr by RXP Tom Landry
June 27, 20187 yr 530 in the bell 412 by x trident [GNS] ; comma separated list of gauges gauges = GNS_530_1 [GNS_530_1] ; comma separated list of render targets. drawto = WINDOW, PANELS ; is the master device if true. MasterDevice = true ; connects GPS to copilot side if true. CopilotSide = false ; selects COM/NAV Radios '1' or '2'. RadiosPair = 1 ; uses computer time if true, simulator time otherwise. ComputerTime = false ; integral lighting rheostat index (0 to 3) or percent (-100 to 0) Rheostat.Display = -100 ; integral lighting rheostat index (0 to 3) or percent (-100 to 0) Rheostat.Buttons = -75 ; connects GPS to Autopilot if true. LinkOto = true ; connects GPS to HSI if true. LinkHsi = true ; connects GPS to HSI course motor if true. LinkCrs = true ; connects GPS to OBS input if true (LinkHsi/OBS or AutoNavSource/OBS). LinkObs = true ; connects GPS to VOR if true. LinkVor = true ; connects CDI key to NAV/GPS switch if true. AutoNavGps = true ; selects VLOC NAV '1' or '2'. '0' selects same source as 'RadiosPair'. AutoNavSource = 0 ; sets device power source: ALWAYS_ON,AVIONICS_BUS,MAIN_BATTERY PowerSource = AVIONICS_BUS ; sets device power knob switch mode: NONE,DEFAULT_ON,DEFAULT_OFF PowerKnob = NONE ; connects GPS to Shadin Air Data computer if true. UseAirData = true ; connects GPS to Shadin Fuel Data computer if true. UseFuelData = true ; connects GPS to RYAN 9900BX if true. UseRyanTcad = true ; sets TCAD sound alerts volume in percent: 0 to 100. RyanTcadVolume = 50 ; sets TCAD maximum number of targets to X-Plane AI Traffic Count. UseTcadAiCount = true ; connects GPS #1 to GPS #2 if true (both required). UseCrossFill = false ; enable device failures if true. UseFailures = false ; uses Simulator GPS commands if true. UseSimGpsCmds = true ; updates Simulator GPS flight plan if true. LinkSimGps = false ; saves the active route as a Simulator flight plan if true. AutoSavePln = false ; sets fuel type: AVGAS,JETA,JETB FuelType = AVGAS ; sets TAWS type: TERR,TAWS TawsMode = TERR ; sets TAWS surface: HARD,HARD_SOFT,WATER,ANY TawsSurface = HARD_SOFT ; TAWS minimum runway length (feet) TawsMinLength = 40 ; sets master sound volume in percent: 0 to 100. MasterVolume = 100 ; mute sound when simulator window looses focus if false. NoAudioFocus = false ; selects the CPU running the trainer process: 1 to 32 ; 0: last core, -1: automatic. CpuAffinity = -1 ; connects to: 'PFC_STACK','PFC_430','PFC_530' or any '#PID' (#D002 for PFC_430) ; no value connects to first found, 'OFF' disables connection. HardwareDevice = ; hardware selector number or -1 to disable. HardwareIdx = -1 [GNS_530_1.WINDOW] ; display window if true. visible = false ; show screen only gauge if true. nobezel = false ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = WINDOW ; display position and dimension (left,top,width,height) frame.rect = 1430,1060,490,357 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = false ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = false ; VR mode position and dimension (left,top,width,height) (requires XP11.20) vrmode.rect = 0,357,490,357 ; display as popout window if true (requires XP11.1). undocked = false ; display mouse tooltips if true. tooltips = false ; freeze display position if true. locked = false [GNS_530_1.PANELS] ; display window if true. visible = true ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = PANEL3D ; display position and dimension (left,top,width,height) frame.rect = 500,764,525,392 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = true ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = true Edited June 28, 20187 yr by RXP
June 27, 20187 yr Carenado B1900 XP11 [GNS] ; comma separated list of gauges gauges = GNS_530_1 [GNS_530_1] ; comma separated list of render targets. drawto = WINDOW, PANELS, Garmin_530_screen ; is the master device if true. MasterDevice = true ; connects GPS to copilot side if true. CopilotSide = false ; selects COM/NAV Radios '1' or '2'. RadiosPair = 1 ; uses computer time if true, simulator time otherwise. ComputerTime = false ; integral lighting rheostat index (0 to 3) or percent (-100 to 0) Rheostat.Display = -100 ; integral lighting rheostat index (0 to 3) or percent (-100 to 0) Rheostat.Buttons = -75 ; connects GPS to HSI if true. LinkHsi = true ; connects GPS to HSI course motor if true. LinkCrs = true ; connects GPS to OBS input if true (LinkHsi/OBS or AutoNavSource/OBS). LinkObs = true ; connects GPS to VOR if true. LinkVor = true ; connects GPS to Autopilot if true. LinkOto = true ; connects CDI key to NAV/GPS switch if true. AutoNavGps = true ; selects VLOC NAV '1' or '2'. '0' selects same source as 'RadiosPair'. AutoNavSource = 0 ; sets device power source: ALWAYS_ON,AVIONICS_BUS,MAIN_BATTERY PowerSource = AVIONICS_BUS ; connects GPS to Shadin Air Data computer if true. UseAirData = true ; connects GPS to Shadin Fuel Data computer if true. UseFuelData = true ; connects GPS to RYAN 9900BX if true. UseRyanTcad = true ; sets TCAD sound alerts volume in percent: 0 to 100. RyanTcadVolume = 50 ; connects GPS #1 to GPS #2 if true (both required). UseCrossFill = false ; enable device failures if true. UseFailures = false ; uses Simulator GPS commands if true. UseSimGpsCmds = true ; sets fuel type: AVGAS,JETA,JETB FuelType = AVGAS ; sets TAWS type: TERR,TAWS TawsMode = TERR ; sets TAWS surface: HARD,HARD_SOFT,WATER,ANY TawsSurface = HARD_SOFT ; TAWS minimum runway length (feet) TawsMinLength = 40 ; sets master sound volume in percent: 0 to 100. MasterVolume = 100 ; selects the CPU running the trainer process: 1 to 32 ; 0: last core, -1: automatic. CpuAffinity = -1 ; connects to: 'PFC_STACK','PFC_430','PFC_530' or any '#PID' (#D002 for PFC_430) ; no value connects to first found, 'OFF' disables connection. HardwareDevice = ; hardware selector number or -1 to disable. HardwareIdx = -1 ; sets device power knob switch mode: NONE,DEFAULT_ON,DEFAULT_OFF PowerKnob = NONE ; sets TCAD maximum number of targets to X-Plane AI Traffic Count. UseTcadAiCount = true ; updates Simulator GPS flight plan if true. LinkSimGps = false ; saves the active route as a Simulator flight plan if true. AutoSavePln = false ; mute sound when simulator window looses focus if false. NoAudioFocus = false [GNS_530_1.WINDOW] ; display window if true. visible = false ; show screen only gauge if true. nobezel = false ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = WINDOW ; display position and dimension (left,top,width,height) frame.rect = 980,765,614,447 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; enable popup window if true (screen clickspot) usepopup = false ; display mouse tooltips if true. tooltips = false ; freeze display position if true. locked = false ; left mouse button on the screen toggles popup window if true. popleft = false ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = false ; display as popout window if true (requires XP11.1). undocked = false ; VR mode position and dimension (left,top,width,height) (requires XP11.20) vrmode.rect = 0,357,490,357 [GNS_530_1.PANELS] ; display window if true. visible = false ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = PANELS ; display position and dimension (left,top,width,height) frame.rect = 0,0,0,0 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = true ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = true [GNS_530_1.Garmin_530_screen] ; display window if true. visible = true ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = PANEL3D ; display position and dimension (left,top,width,height) frame.rect = 0,770,522,392 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = true ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = true Edited June 28, 20187 yr by RXP
June 27, 20187 yr Dual 530's in the fantastic VSkylabs DC3 XP11 [GNS] ; comma separated list of gauges gauges = GNS_530_1, GNS_530_2 [GNS_530_1] ; comma separated list of render targets. drawto = WINDOW, PANELS ; is the master device if true. MasterDevice = true ; connects GPS to copilot side if true. CopilotSide = false ; selects COM/NAV Radios '1' or '2'. RadiosPair = 1 ; uses computer time if true, simulator time otherwise. ComputerTime = false ; integral lighting rheostat index (0 to 3) or percent (-100 to 0) Rheostat.Display = -100 ; integral lighting rheostat index (0 to 3) or percent (-100 to 0) Rheostat.Buttons = -75 ; connects GPS to Autopilot if true. LinkOto = true ; connects GPS to HSI if true. LinkHsi = true ; connects GPS to HSI course motor if true. LinkCrs = true ; connects GPS to OBS input if true (LinkHsi/OBS or AutoNavSource/OBS). LinkObs = true ; connects GPS to VOR if true. LinkVor = true ; connects CDI key to NAV/GPS switch if true. AutoNavGps = true ; selects VLOC NAV '1' or '2'. '0' selects same source as 'RadiosPair'. AutoNavSource = 0 ; sets device power source: ALWAYS_ON,AVIONICS_BUS,MAIN_BATTERY PowerSource = AVIONICS_BUS ; sets device power knob switch mode: NONE,DEFAULT_ON,DEFAULT_OFF PowerKnob = NONE ; connects GPS to Shadin Air Data computer if true. UseAirData = true ; connects GPS to Shadin Fuel Data computer if true. UseFuelData = true ; connects GPS to RYAN 9900BX if true. UseRyanTcad = true ; sets TCAD sound alerts volume in percent: 0 to 100. RyanTcadVolume = 50 ; sets TCAD maximum number of targets to X-Plane AI Traffic Count. UseTcadAiCount = true ; connects GPS #1 to GPS #2 if true (both required). UseCrossFill = false ; enable device failures if true. UseFailures = false ; uses Simulator GPS commands if true. UseSimGpsCmds = true ; updates Simulator GPS flight plan if true. LinkSimGps = false ; saves the active route as a Simulator flight plan if true. AutoSavePln = false ; sets fuel type: AVGAS,JETA,JETB FuelType = AVGAS ; sets TAWS type: TERR,TAWS TawsMode = TERR ; sets TAWS surface: HARD,HARD_SOFT,WATER,ANY TawsSurface = HARD_SOFT ; TAWS minimum runway length (feet) TawsMinLength = 40 ; sets master sound volume in percent: 0 to 100. MasterVolume = 100 ; mute sound when simulator window looses focus if false. NoAudioFocus = false ; selects the CPU running the trainer process: 1 to 32 ; 0: last core, -1: automatic. CpuAffinity = -1 ; connects to: 'PFC_STACK','PFC_430','PFC_530' or any '#PID' (#D002 for PFC_430) ; no value connects to first found, 'OFF' disables connection. HardwareDevice = ; hardware selector number or -1 to disable. HardwareIdx = -1 [GNS_530_1.WINDOW] ; display window if true. visible = false ; show screen only gauge if true. nobezel = false ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = WINDOW ; display position and dimension (left,top,width,height) frame.rect = 1430,1060,490,357 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = false ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = false ; VR mode position and dimension (left,top,width,height) (requires XP11.20) vrmode.rect = 0,357,490,357 ; display as popout window if true (requires XP11.1). undocked = false ; display mouse tooltips if true. tooltips = false ; freeze display position if true. locked = false [GNS_530_1.PANELS] ; display window if true. visible = true ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = PANELS ; display position and dimension (left,top,width,height) frame.rect = 0,1528,492,362 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true usemouse = true ; enable popup window if true (screen clickspot) usepopup = true? [GNS_530_2] ; comma separated list of render targets. drawto = WINDOW, PANELS ; is the master device if true. MasterDevice = false ; connects GPS to copilot side if true. CopilotSide = false ; selects COM/NAV Radios '1' or '2'. RadiosPair = 1 ; uses computer time if true, simulator time otherwise. ComputerTime = false ; integral lighting rheostat index (0 to 3) or percent (-100 to 0) Rheostat.Display = -100 ; integral lighting rheostat index (0 to 3) or percent (-100 to 0) Rheostat.Buttons = -75 ; connects GPS to Autopilot if true. LinkOto = true ; connects GPS to HSI if true. LinkHsi = true ; connects GPS to HSI course motor if true. LinkCrs = true ; connects GPS to OBS input if true (LinkHsi/OBS or AutoNavSource/OBS). LinkObs = true ; connects GPS to VOR if true. LinkVor = true ; connects CDI key to NAV/GPS switch if true. AutoNavGps = true ; selects VLOC NAV '1' or '2'. '0' selects same source as 'RadiosPair'. AutoNavSource = 0 ; sets device power source: ALWAYS_ON,AVIONICS_BUS,MAIN_BATTERY PowerSource = AVIONICS_BUS ; sets device power knob switch mode: NONE,DEFAULT_ON,DEFAULT_OFF PowerKnob = NONE ; connects GPS to Shadin Air Data computer if true. UseAirData = true ; connects GPS to Shadin Fuel Data computer if true. UseFuelData = true ; connects GPS to RYAN 9900BX if true. UseRyanTcad = true ; sets TCAD sound alerts volume in percent: 0 to 100. RyanTcadVolume = 50 ; sets TCAD maximum number of targets to X-Plane AI Traffic Count. UseTcadAiCount = true ; connects GPS #1 to GPS #2 if true (both required). UseCrossFill = false ; enable device failures if true. UseFailures = false ; uses Simulator GPS commands if true. UseSimGpsCmds = true ; updates Simulator GPS flight plan if true. LinkSimGps = false ; saves the active route as a Simulator flight plan if true. AutoSavePln = false ; sets fuel type: AVGAS,JETA,JETB FuelType = AVGAS ; sets TAWS type: TERR,TAWS TawsMode = TERR ; sets TAWS surface: HARD,HARD_SOFT,WATER,ANY TawsSurface = HARD_SOFT ; TAWS minimum runway length (feet) TawsMinLength = 40 ; sets master sound volume in percent: 0 to 100. MasterVolume = 100 ; mute sound when simulator window looses focus if false. NoAudioFocus = false ; selects the CPU running the trainer process: 1 to 32 ; 0: last core, -1: automatic. CpuAffinity = -1 ; connects to: 'PFC_STACK','PFC_430','PFC_530' or any '#PID' (#D002 for PFC_430) ; no value connects to first found, 'OFF' disables connection. HardwareDevice = ; hardware selector number or -1 to disable. HardwareIdx = -1 [GNS_530_2.WINDOW] ; display window if true. visible = false ; show screen only gauge if true. nobezel = false ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = WINDOW ; display position and dimension (left,top,width,height) frame.rect = 1430,1060,490,357 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = false ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = false ; VR mode position and dimension (left,top,width,height) (requires XP11.20) vrmode.rect = 0,357,490,357 ; display as popout window if true (requires XP11.1). undocked = false ; display mouse tooltips if true. tooltips = false ; freeze display position if true. locked = false [GNS_530_2.PANELS] ; display window if true. visible = true ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = PANELS ; display position and dimension (left,top,width,height) frame.rect = 1037,1874,436,323 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true usemouse = true ; enable popup window if true (screen clickspot) usepopup = true? Edited June 28, 20187 yr by RXP
June 27, 20187 yr one last one the recently updated X-Aviation MU2 XP11 [GNS] ; comma separated list of gauges gauges = GNS_530_1 [GNS_530_1] ; comma separated list of render targets. drawto = WINDOW, PANELS ; is the master device if true. MasterDevice = true ; connects GPS to copilot side if true. CopilotSide = false ; selects COM/NAV Radios '1' or '2'. RadiosPair = 1 ; uses computer time if true, simulator time otherwise. ComputerTime = false ; integral lighting rheostat index (0 to 3) or percent (-100 to 0) Rheostat.Display = -100 ; integral lighting rheostat index (0 to 3) or percent (-100 to 0) Rheostat.Buttons = -75 ; connects GPS to Autopilot if true. LinkOto = true ; connects GPS to HSI if true. LinkHsi = true ; connects GPS to HSI course motor if true. LinkCrs = true ; connects GPS to OBS input if true (LinkHsi/OBS or AutoNavSource/OBS). LinkObs = true ; connects GPS to VOR if true. LinkVor = true ; connects CDI key to NAV/GPS switch if true. AutoNavGps = true ; selects VLOC NAV '1' or '2'. '0' selects same source as 'RadiosPair'. AutoNavSource = 0 ; sets device power source: ALWAYS_ON,AVIONICS_BUS,MAIN_BATTERY PowerSource = AVIONICS_BUS ; sets device power knob switch mode: NONE,DEFAULT_ON,DEFAULT_OFF PowerKnob = NONE ; connects GPS to Shadin Air Data computer if true. UseAirData = true ; connects GPS to Shadin Fuel Data computer if true. UseFuelData = true ; connects GPS to RYAN 9900BX if true. UseRyanTcad = true ; sets TCAD sound alerts volume in percent: 0 to 100. RyanTcadVolume = 50 ; sets TCAD maximum number of targets to X-Plane AI Traffic Count. UseTcadAiCount = true ; connects GPS #1 to GPS #2 if true (both required). UseCrossFill = false ; enable device failures if true. UseFailures = false ; uses Simulator GPS commands if true. UseSimGpsCmds = true ; updates Simulator GPS flight plan if true. LinkSimGps = false ; saves the active route as a Simulator flight plan if true. AutoSavePln = false ; sets fuel type: AVGAS,JETA,JETB FuelType = AVGAS ; sets TAWS type: TERR,TAWS TawsMode = TERR ; sets TAWS surface: HARD,HARD_SOFT,WATER,ANY TawsSurface = HARD_SOFT ; TAWS minimum runway length (feet) TawsMinLength = 40 ; sets master sound volume in percent: 0 to 100. MasterVolume = 100 ; mute sound when simulator window looses focus if false. NoAudioFocus = false ; selects the CPU running the trainer process: 1 to 32 ; 0: last core, -1: automatic. CpuAffinity = -1 ; connects to: 'PFC_STACK','PFC_430','PFC_530' or any '#PID' (#D002 for PFC_430) ; no value connects to first found, 'OFF' disables connection. HardwareDevice = ; hardware selector number or -1 to disable. HardwareIdx = -1 [GNS_530_1.WINDOW] ; display window if true. visible = false ; show screen only gauge if true. nobezel = false ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = WINDOW ; display position and dimension (left,top,width,height) frame.rect = 1430,1060,490,357 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = false ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = false ; VR mode position and dimension (left,top,width,height) (requires XP11.20) vrmode.rect = 0,357,490,357 ; display as popout window if true (requires XP11.1). undocked = false ; display mouse tooltips if true. tooltips = false ; freeze display position if true. locked = false [GNS_530_1.PANELS] ; display window if true. visible = true ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = PANEL3D ; display position and dimension (left,top,width,height) frame.rect = 65,994,262,190 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = true ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = true Edited June 28, 20187 yr by RXP
July 21, 20187 yr GNS530W config for Avia71's Piper Aerostar Avia71_RXP_config by ryan b, on Flickr Spoiler [GNS] ; comma separated list of gauges gauges = GNS_530_1 [GNS_530_1] ; comma separated list of render targets. drawto = WINDOW, PANELS, Garmin_530_screen ; is the master device if true. MasterDevice = true ; connects GPS to copilot side if true. CopilotSide = false ; selects COM/NAV Radios '1' or '2'. RadiosPair = 1 ; uses computer time if true, simulator time otherwise. ComputerTime = false ; integral lighting rheostat index (0 to 3) or percent (-100 to 0) Rheostat.Display = -100 ; integral lighting rheostat index (0 to 3) or percent (-100 to 0) Rheostat.Buttons = -75 ; connects GPS to Autopilot if true. LinkOto = true ; connects GPS to HSI if true. LinkHsi = true ; connects GPS to HSI course motor if true. LinkCrs = true ; connects GPS to OBS input if true (LinkHsi/OBS or AutoNavSource/OBS). LinkObs = true ; connects GPS to VOR if true. LinkVor = false ; connects CDI key to NAV/GPS switch if true. AutoNavGps = true ; selects VLOC NAV '1' or '2'. '0' selects same source as 'RadiosPair'. AutoNavSource = 0 ; sets device power source: ALWAYS_ON,AVIONICS_BUS,MAIN_BATTERY PowerSource = AVIONICS_BUS ; sets device power knob switch mode: NONE,DEFAULT_ON,DEFAULT_OFF PowerKnob = NONE ; connects GPS to Shadin Air Data computer if true. UseAirData = true ; connects GPS to Shadin Fuel Data computer if true. UseFuelData = true ; connects GPS to RYAN 9900BX if true. UseRyanTcad = true ; sets TCAD sound alerts volume in percent: 0 to 100. RyanTcadVolume = 50 ; sets TCAD maximum number of targets to X-Plane AI Traffic Count. UseTcadAiCount = true ; connects GPS #1 to GPS #2 if true (both required). UseCrossFill = false ; enable device failures if true. UseFailures = false ; uses Simulator GPS commands if true. UseSimGpsCmds = true ; updates Simulator GPS flight plan if true. LinkSimGps = false ; saves the active route as a Simulator flight plan if true. AutoSavePln = false ; sets fuel type: AVGAS,JETA,JETB FuelType = AVGAS ; sets TAWS type: TERR,TAWS TawsMode = TERR ; sets TAWS surface: HARD,HARD_SOFT,WATER,ANY TawsSurface = HARD_SOFT ; TAWS minimum runway length (feet) TawsMinLength = 40 ; sets master sound volume in percent: 0 to 100. MasterVolume = 100 ; mute sound when simulator window looses focus if false. NoAudioFocus = false ; selects the CPU running the trainer process: 1 to 32 ; 0: last core, -1: automatic. CpuAffinity = -1 ; connects to: 'PFC_STACK','PFC_430','PFC_530' or any '#PID' (#D002 for PFC_430) ; no value connects to first found, 'OFF' disables connection. HardwareDevice = ; hardware selector number or -1 to disable. HardwareIdx = -1 [GNS_530_1.Garmin_530_screen] visible = true nobezel = true frame.type = PANEL3D ; display position and dimension (left,top,width,height) frame.rect = 1,2048,521,391 [GNS_530_1.WINDOW] ; display window if true. visible = false ; show screen only gauge if true. nobezel = false ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = WINDOW ; display position and dimension (left,top,width,height) frame.rect = 1395,1020,490,357 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = false ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = true ; VR mode position and dimension (left,top,width,height) (requires XP11.20) vrmode.rect = 0,357,490,357 ; display as popout window if true (requires XP11.1). undocked = false ; display mouse tooltips if true. tooltips = false ; freeze display position if true. locked = false [GNS_530_1.PANELS] ; display window if true. visible = false ; show screen only gauge if true. nobezel = true ; display type: WINDOW,PANEL2D,PANEL3D,PANELS frame.type = PANELS ; display position and dimension (left,top,width,height) frame.rect = 0,0,0,0 ; screen only border size (pixels). border.size = 0 ; screen only border color (#RGB or #RGBA). border.rgba = #000000 ; enable mouse clickspots if true, disable if false (use SHIFT to override) usemouse = true ; left mouse button on the screen toggles popup window if true. popleft = false ; right mouse button on the screen toggles popup window if true (requires XP11.1). popright = true Edited July 23, 20187 yr by RXP | My Liveries | FAA ZMP | PPL ASEL | | Windows 11 | MSI Z690 Tomahawk | 12700K 4.7GHz | MSI RTX 4080 | 64GB 6000 MHz DDR5 | 500GB Samsung 860 Evo SSD | 2x 2TB Samsung 970 Evo M.2 | EVGA 850W Gold | Corsair 5000X | HP G2 (VR) / LG 27" 1440p |
July 21, 20187 yr Sweet. I've been looking for a Carenado F33 G430, but no luck. Would you happen to have that?
Create an account or sign in to comment