Advertisement
psygon

GTN-750 PC-12

Oct 28th, 2017
2,498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. [GTN]
  2. ; comma separated list of gauges
  3. gauges = GTN_750_1
  4.  
  5. [GTN_750_1]
  6. ; comma separated list of render targets.
  7. drawto = WINDOW, PANELS
  8. ; is the master device if true.
  9. MasterDevice = true
  10. ; connects GPS to copilot side if true.
  11. CopilotSide = false
  12. ; selects COM/NAV Radios '1' or '2'.
  13. RadiosPair = 1
  14. ; uses computer time if true, simulator time otherwise.
  15. ComputerTime = false
  16. ; reduce screen update rate by half.
  17. ReduceRate = false
  18. ; integral lighting rheostat index (0 to 3) or percent (-100 to 0)
  19. Rheostat.Display = -50
  20. ; integral lighting rheostat index (0 to 3) or percent (-100 to 0)
  21. Rheostat.Buttons = -50
  22. ; connects GPS to HSI if true.
  23. LinkHsi = true
  24. ; connects GPS to HSI course if true.
  25. LinkCrs = true
  26. ; connects HSI OBS to GPS if true.
  27. LinkObs = true
  28. ; connects GPS to VOR if true.
  29. LinkVor = true
  30. ; connects GPS to Autopilot if true.
  31. LinkOto = true
  32. ; connects CDI key to NAV/GPS switch if true.
  33. AutoNavGps = true
  34. ; enables automatic GPS/VLOC selection.
  35. AutoSelect = true
  36. ; selects VLOC NAV '1' or '2'. '0' selects same source as 'RadiosPair'.
  37. AutoNavSource = 0
  38. ; sets device power source: ALWAYS_ON,AVIONICS_BUS,MAIN_BATTERY
  39. PowerSource = AVIONICS_BUS
  40. ; connects GPS to Shadin Air Data computer if true.
  41. UseAirData = true
  42. ; connects GPS to Shadin Fuel Data computer if true.
  43. UseFuelData = true
  44. ; connects GPS to Audio Panel if true.
  45. UseAudioPanel = true
  46. ; connects GPS to Transponder if true.
  47. UseTransponder = true
  48. ; connects GPS to RYAN 9900BX if true.
  49. UseRyanTcad = true
  50. ; sets TCAD sound alerts volume in percent: 0 to 100.
  51. RyanTcadVolume = 50
  52. ; enable device failures if true.
  53. UseFailures = false
  54. ; intercepts X-Plane GPS commands if true.
  55. UseSimGpsCmds = true
  56. ; sets transponder VFR code (octal default: #1200).
  57. VFRcode = #1200
  58. ; sets fuel type: AVGAS,JETA,JETB,DIESEL
  59. FuelType = AVGAS
  60. ; sets ownship icon type:
  61. ; AUTO,LOW_WING,HIGH_WING,KIT_PLANE,TURBOPROP,TWIN_ENGINE,SINGLE_JET,BUSINESS_JET,2BLADES,3BLADES,4BLADES,ARROW
  62. OwnshipIcon = TURBOPROP
  63. ; sets TAWS type: TERR,TAWS_B,TAWS_A
  64. TawsMode = TERR
  65. ; sets TAWS surface: HARD,HARD_SOFT,WATER,ANY
  66. TawsSurface = HARD_SOFT
  67. ; TAWS minimum runway length (feet)
  68. TawsMinLength = 40
  69. ; TAWS approach air speed (knots), -1 (auto detect Vref: 144)
  70. TawsApprSpeed = 144
  71. ; TAWS maximum flap extension speed (knots) or -1 (auto detect Vfe: 165)
  72. TawsFlapSpeed = 165
  73. ; TAWS maximum gear extension speed (knots) or -1 (auto detect Vle: 144)
  74. TawsGearSpeed = 144
  75. ; sets voice type: MALE,FEMALE
  76. VoicePref = MALE
  77. ; sets master sound volume in percent: 0 to 100.
  78. MasterVolume = 100
  79. ; selects the default database: 0: 'Garmin (North America)', 1: 'Jeppesen (Worldwide)'
  80. NavDbType = 1
  81. ; selects the CPU running the trainer process: 1 to 32
  82. ; 0: last core, -1: automatic.
  83. CpuAffinity = -1
  84.  
  85. [GTN_750_1.WINDOW]
  86. ; display window if true.
  87. visible = false
  88. ; show screen only gauge if true.
  89. nobezel = false
  90. ; display type: WINDOW,PANEL2D,PANEL3D,PANELS
  91. frame.type = WINDOW
  92. ; display position and dimension (left,top,width,height)
  93. frame.rect = 1090,1007,830,790
  94. ; screen only border size (pixels).
  95. border.size = 0
  96. ; screen only border color (#RGB or #RGBA).
  97. border.rgba = #000000
  98. ; enable mouse clickspots if true, disable if false (use SHIFT to override)
  99. usemouse = true
  100. ; display mouse tooltips if true.
  101. tooltips = true
  102. ; freeze display position if true.
  103. locked = false
  104.  
  105. [GTN_750_1.PANELS]
  106. ; display window if true.
  107. visible = true
  108. ; show screen only gauge if true.
  109. nobezel = true
  110. ; display type: WINDOW,PANEL2D,PANEL3D,PANELS
  111. frame.type = PANELS
  112. ; display position and dimension (left,top,width,height)
  113. frame.rect = 1488,910,528,415
  114. ; screen only border size (pixels).
  115. border.size = 0
  116. ; screen only border color (#RGB or #RGBA).
  117. border.rgba = #000000
  118. ; enable mouse option: NONE,POPUP,TOUCHSCREEN
  119. usemouse = TOUCHSCREEN
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement