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.

Milviz Baron 55 RXP GTN 750/650 - Autopilot integration (ok)

Featured Replies

Thought I would give the Milviz Baron 55 a go in P3DV5 as the C310 is not available yet.

I installed everything and did the F1 replacement (GTN 750 + GTN650) and both gauges fires up nicely in the VC and in the pop-up windows.

There is one problem though. The HSI and autopilot (GPS Mode) seems to be linked to the 650_2 gauge and not the 750_1 gauge as It does in all the other RXP implementations I have running in P3D.

I looked at the ini and cfg files but can not find anything that solves the problem. Any solutions from the experts out there?

My configuration files attached.

panel.cfg

Spoiler

 

[Window Titles]
Window00=B55 Preflight
Window01=Reality XP GTN Unit 1 (managed)
Window02=Reality XP GTN Unit 2 (managed)

[VIEWS]
VIEW_FORWARD_WINDOWS=MAIN_PANEL,THROTTLE_PANEL,GPS_PANEL

VIEW_FORWARD_DIR=10.000, 0.000, 0.000

//--------------------------------------------------------
[Window00]
Background_color=0,0,0 
size_mm=500,243
window_size_ratio=1.000  
position=0
visible=0
ident=70
window_size= 0.400, 0.324
window_pos= 0.000, 0.040

gauge00=B55_XMLGauges!B55_Preflight,  0,0,500,243


//--------------------------------------------------------
[Window01]
Background_color=0,0,0 
size_mm=937,887
position=7
visible=0
ident=14401
window_size= 0.340, 0.580
window_pos= 0.660, 0.160
zorder=99

gauge00=rxpGTN!GTN_750_1, 0, 0,937,887

[Window02]
Background_color=0,0,0
size_mm=937,390
ident=14404
gauge00=rxpGTN!GTN_650_2, 0, 0,937,390
window_pos= 0.660, 0.740
window_size= 0.340, 0.260
zorder=99

//--------------------------------------------------------
[Vcockpit01]
file=C310_VC_01.bmp 
size_mm=1024,1024
visible=0
pixel_size=1024,1024
texture=$C310_VC_01

gauge00=MV3DSound!MV3DS,  0,0,1,1,SimObjects\\Airplanes\\Beech_Baron_B55 Milviz\\panel\\B55 XML SND#19
//gauge01=B55_XMLGauges!FBS_GNS430_2,  0,367,640,262
gauge02=B55_XMLGauges!FBS_KAP140,  0,767,640,163
gauge03=B55_XMLGauges!FBS_KR 87 ADF,  0,630,640,134
gauge04=B55_XMLGauges!B55_DME,  649,32,300,150
gauge05=B55_XMLGauges!B55_Preflight,  0,0,1,1


//--------------------------------------------------------
[Vcockpit02]
file=C310_VC_02.bmp 
size_mm=512,512
visible=0
pixel_size=1024,1024
texture=$C310_VC_02

//gauge00=B55_XMLGauges!FBS_GTX330,  0,376,512,136
//gauge01=B55_XMLGauges!FBS_GNS530_1,  0,0,512,374


//--------------------------------------------------------
[Vcockpit04]
file=C310_VC_02_FR.bmp 
size_mm=512,512
visible=0
pixel_size=1024,1024
texture=$C310_VC_06

gauge00=B55_XMLGauges!FBS_KAP140,  0,106,512,131
gauge01=B55_XMLGauges!FBS_KR 87 ADF,  0,0,512,106

//--------------------------------------------------------
[Vcockpit05]
Background_color=0,0,0 
size_mm=1024,1024
visible=1
pixel_size=1024,1024
texture=$GTN750

gauge00=rxpGTN!GTN_750_1, 0, 0,677,794,NO_BEZEL


//--------------------------------------------------------
[Vcockpit06]
Background_color=0,0,0 
size_mm=1024,512
visible=1
pixel_size=1024,512
texture=$GTN650

gauge00=rxpGTN!GTN_650_2, 0, 0,677,297,NO_BEZEL


Day=255,255,255
Night=85,85,85
Luminous=140,140,140

[Default View]
X=0
Y=0
SIZE_X=8192
SIZE_Y=3384

 

RealityXP.GTN.ini

[GTN_650_2]
; is the master device if true.
MasterDevice = true 
; aviation db: 0: nav_db2_grm, 1: nav_db2, 2: nav_heli_db2_grmn, 3: nav_heli_db2
NavDbType = 1
VoicePref = MALE
; connects to: 'PFC_GTN' or any '#PID' (#D067 for PFC_GTN)
; no value connects to first found, 'OFF' disables connection.
HardwareDevice = 
; hardware selector number or -1 to disable.
HardwareIdx = -1
UseRyanTcad = true 

[GTN_650_2.DEFAULT]
; show screen only gauge if true.
nobezel = false
; screen only border size (pixels).
border.size = 0
; screen only border color (#RGB or #RGBA).
border.rgba = #000000
; display mouse tooltips if true.
tooltips = false
; enable mouse clickspots if true, disable if false.
usemouse = true
; enable alternate click-spots (left CCW, right CW, middle Push) if true.
usealtmouse = false
; enable default 'hand' cursor over the touch screen (2D only).
usealtcursor = false
; enable touch beyond screen bounds if true (2D only), clip if false (GTN native).
extendtouch = true
; auto-resize dimension (width,height)
refsize = 
; left mouse button on the screen toggles popup window by ident (ex: GPS_PANEL or 225) (requires SHIFT+left mouse button).
popleft = 
; right mouse button on the screen toggles popup window by ident (ex: GPS_PANEL or 225).
popright = 
; adjust brightness (0 to 100)
brightness.bezel = 100
; offset brightness (-100 to +100)
brightness.screen = 0

[GTN_750_1]
; is the master device if true.
MasterDevice = false
; aviation db: 0: nav_db2_grm, 1: nav_db2, 2: nav_heli_db2_grmn, 3: nav_heli_db2
NavDbType = 1
VoicePref = MALE
; connects to: 'PFC_GTN' or any '#PID' (#D067 for PFC_GTN)
; no value connects to first found, 'OFF' disables connection.
HardwareDevice = 
; hardware selector number or -1 to disable.
HardwareIdx = -1
UseRyanTcad = true
TawsMode = TAWS_B

[GTN_750_1.DEFAULT]
; show screen only gauge if true.
nobezel = false
; screen only border size (pixels).
border.size = 0
; screen only border color (#RGB or #RGBA).
border.rgba = #000000
; display mouse tooltips if true.
tooltips = false
; enable mouse clickspots if true, disable if false.
usemouse = true
; enable alternate click-spots (left CCW, right CW, middle Push) if true.
usealtmouse = false
; enable default 'hand' cursor over the touch screen (2D only).
usealtcursor = false
; enable touch beyond screen bounds if true (2D only), clip if false (GTN native).
extendtouch = true
; auto-resize dimension (width,height)
refsize = 
; left mouse button on the screen toggles popup window by ident (ex: GPS_PANEL or 225) (requires SHIFT+left mouse button).
popleft = 
; right mouse button on the screen toggles popup window by ident (ex: GPS_PANEL or 225).
popright = 
; adjust brightness (0 to 100)
brightness.bezel = 100
; offset brightness (-100 to +100)
brightness.screen = 0

Edited by RXP

Johan Pienaar

 

44 minutes ago, pinepix62 said:

There is one problem though. The HSI and autopilot (GPS Mode) seems to be linked to the 650_2 gauge and not the 750_1 gauge as It does in all the other RXP implementations I have running in P3D.

 

44 minutes ago, pinepix62 said:

[GTN_650_2]
; is the master device if true.
MasterDevice = true 

 

44 minutes ago, pinepix62 said:

[GTN_750_1]
; is the master device if true.
MasterDevice = false

Perhaps the quotes above will shed a clue???  You have the 650 as the master.

Frank Patton
Corsair 5000D Airflow Case; MSI B650 Tomahawk MOB; Ryzen 7 7800 X3D CPU; ASUS RTX 4080 Super; 
NZXT 360mm liquid cooler; Corsair Vengeance 64GB DDR5 4800 MHz RAM; RMX850X Gold PSU;; ASUS VG289 4K 27" Display; Honeycomb Alpha & Bravo, Crosswind 3's w/dampener.  
Former USAF meteorologist & ground weather school instructor. AOPA Member #07379126
                       
"I will never put my name on a product that does not have in it the best that is in me." - John Deere

  • Author
13 hours ago, fppilot said:

Perhaps the quotes above will shed a clue???  You have the 650 as the master.

I played around with those settings but got erratic results at first. After a clean install and just swopping the masters around the problem is solved. Thanks.

Johan Pienaar

 

Archived

This topic is now archived and is closed to further replies.

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.