Jump to content
Sign in to follow this  
boytal91

Carenado C210 RXP 530/430 nav/com issue P3D

Recommended Posts

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

Share this post


Link to post
Share on other sites

 

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.

 


Jean-Luc | reality-xp.com
This message from Reality XP is protected by a disclaimer: reality-xp.com/aboutrealityxp/email.html

Let your voice be heard and help us make a difference for you: Vote !
Open up communications with Reality-XP (Microsoft Flight Simulator Forums)

Share this post


Link to post
Share on other sites
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

 

Share this post


Link to post
Share on other sites

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

Edited by RXP

Jean-Luc | reality-xp.com
This message from Reality XP is protected by a disclaimer: reality-xp.com/aboutrealityxp/email.html

Let your voice be heard and help us make a difference for you: Vote !
Open up communications with Reality-XP (Microsoft Flight Simulator Forums)

Share this post


Link to post
Share on other sites
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
  • Like 1

Frank Patton
MasterCase Pro H500M; MSI Z490 WiFi MOB; i7 10700k 3.8 Ghz; Gigabyte RTX 3080 12gb OC; H100i Pro liquid cooler; 32GB DDR4 3600;  Gold RMX850X PSU;
ASUS 
VG289 4K 27" Monitor; 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

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...