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.

Carenado C210 RXP 530/430 nav/com issue P3D

Featured Replies

I recently installed the Rxp 430/530 on the 210 (a panel config i got off here) how do i get the nav/coms to be independent because there not when i change one it changes the other.

heres my config

 

Spoiler

 

//*********************************************************
// CARENADO CT210M Centurion II FSX
// Copyright © Carenado 2011 - All Rights Reserved
//*********************************************************

[Window Titles]
Window00=Reality XP GNS 530
Window01=Manual
Window02=Control Windows
Window03=INFO
Window04=Reality XP GNS 430

//--------------------------------------------------------
[Window00]
Background_color=255,255,255
size_mm=520,378
window_size_ratio=1.000 
position=0
visible=0
ident=794
window_size= 0.255, 0.340
window_pos= 0.000, 0.459
zorder=15

gauge00=rxpGNS2!GNS_530_1,  0,0,520,378
gauge01=CCTC!Toggle_GPS,  87,28,348,260

//--------------------------------------------------------
[Window01]
Background_color=0,0,0
size_mm=1000,1000
window_size_ratio=1.000 
position=0
visible=0
ident=793
window_size= 0.440, 0.773
window_pos= 0.520, 0.040
zorder=0

gauge00=T210MManual!manual,  0,0,1000,1000

//--------------------------------------------------------
[Window02]
Background_color=0,0,0
size_mm=581,153
window_size_ratio=1.000 
position=0
visible=0
ident=796
window_size= 0.321, 0.150
window_pos= 0.020, 0.170
zorder=5

gauge00=CCTC!Control_windows,  0,0,581,153

//--------------------------------------------------------
[Window03]
file=info.bmp
size_mm=345,157
window_size_ratio=1.000 
position=0
visible=1
ident=142
window_size= 0.161, 0.116
window_pos= 0.020, 0.040

//--------------------------------------------------------
[Window04]
Background_color=0,0,0
size_mm=100,100
position=0
visible=0
ident=10010
window_size= 0.255, 0.199
window_pos= 0.000, 0.801
zorder=99

gauge00=rxpGNS2!GNS_430_1,  0,0,100,100
gauge01=C90KA!ToggleCAR430,  12,35,73,31

//--------------------------------------------------------
[Vcockpit01]
Background_color=0,0,0
size_mm=256,256
visible=0
pixel_size=1024,1024
texture=$C530_GPS

gauge00=rxpGNS2!GNS_530_1,  0,0,256,184
gauge01=rxpGNS2!GNS_430_1,  0,185,169,71
gauge02=CCTC!Toggle_GPS,  21,0,208,10
gauge03=C90KA!ToggleCAR430,  16,186,137,11

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

gauge00=RadioC210!RadioAudio,  0,0,297,57
gauge01=RadioC210!Radio_KR87_ADF,  0,321,300,75
gauge02=DigTrans!transponder,  0,166,297,74
gauge03=APBK!Autopilot,  0,242,297,78
gauge04=DME!DME_screen,  302,212,210,82
gauge05=CCTC!Temp,  334,338,150,150
gauge06=CCTC!Oxygen,  3,398,115,114
gauge07=CCTC!Gear_light_red,  124,463,40,40
gauge08=CCTC!Gear_light_green,  124,419,40,40
gauge09=CCTC!Panel_annunciator,  301,114,207,93
gauge10=CCTC!Test_Light,  181,461,40,40
gauge11=CCTC!ELT_Light,  181,416,40,40
gauge12=CCTC2!ALTqnh,  490,0,20,20


Day=255,255,255
Night=255,255,255
Luminous=201,64,64

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

 

thanks for any help Th you

Edited by RXP

 

On 3/26/2020 at 10:41 PM, boytal91 said:

 

[Window00]
gauge00=rxpGNS2!GNS_530_
1,  0,0,520,378
gauge01=CCTC!Toggle_GPS,  87,28,348,260

 

[Window04]
gauge00=rxpGNS2!GNS_430_
1,  0,0,100,100
gauge01=C90KA!ToggleCAR430,  12,35,73,31

//--------------------------------------------------------
[Vcockpit01]
gauge00=rxpGNS2!GNS_530_
1,  0,0,256,184
gauge01=rxpGNS2!GNS_430_
1,  0,185,169,71
gauge02=CCTC!Toggle_GPS,  21,0,208,10
gauge03=C90KA!ToggleCAR430,  16,186,137,11

Hi,

You've configured 2 different GNS but both unit #1.

First, you have to use a #1 and a #2, like 530_1 and 430_2 otherwise it is not supported.

Furthermore, you can configure any GNS unit# to bind to any COM/NAV #, so that you'd get GNS 530 #1 managing COM2/NAV2 and GNS 430 #2 managing COM1/NAV1. This is all done in the GUI Config Panel !

Last but not least, the Toggle_GPS and ToggleCAR430 are not necessary: this can be configured in the RealityXP.GNS.ini with the popleft and popright settings if you associate a rendering section to each gauge. There are examples of these in some of the mods posted in this forum and this is documented in the GNS User's Manual as well.

 

  • 2 weeks later...
  • Author
On 3/29/2020 at 5:30 PM, RXP said:

 

Hi,

You've configured 2 different GNS but both unit #1.

First, you have to use a #1 and a #2, like 530_1 and 430_2 otherwise it is not supported.

Furthermore, you can configure any GNS unit# to bind to any COM/NAV #, so that you'd get GNS 530 #1 managing COM2/NAV2 and GNS 430 #2 managing COM1/NAV1. This is all done in the GUI Config Panel !

Last but not least, the Toggle_GPS and ToggleCAR430 are not necessary: this can be configured in the RealityXP.GNS.ini with the popleft and popright settings if you associate a rendering section to each gauge. There are examples of these in some of the mods posted in this forum and this is documented in the GNS User's Manual as well.

 

ty worked any way to get the lights working the V and C buttons dont work in the vc

https://ibb.co/dG6PcfP

 

Maybe because Carenado didn't implement 3D click spots for them in the 3D model?

Edited by RXP

19 hours ago, boytal91 said:

the V and C buttons dont work in the vc

Try turning the C210's "Instrument Reflections" off.  This has been an issue with several Carenado aircraft that were designed with instrument reflections.  When the aircraft is loaded try a keyboard Shift-2 or Shift-3.  Look for the Instrument Reflections option in the popup window and deselect it.  You may need to do this each time you load the aircraft as I believe Carenado defaults the aircraft to where that setting is selected.

If that solves the V & C button issue then for more information on changing the default try this web address. Read down to the fourth or fifth message in the topic.

https://www.flightsim.com/vbfs/showthread.php?303835-Permanently-set-VC-Windows-and-Instrument-Reflections

Edited by fppilot

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

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.