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.

GNS 530W for V35B Bonanza

Featured Replies

  • Replies 31
  • Views 2.8k
  • Created
  • Last Reply
  • Author
7 hours ago, Bert Pieke said:

Why don't you make the changes I suggested in the very beginning?

Over to you  :wink:

 

it did the changes,but for some reason it changes back

Just now, muller23 said:

it did the changes,but for some reason it changes back

If you do not use the RealAir configurator, or RXP configurator after making the changes, the changes will stay in place..

Edited by Bert Pieke

Bert

  • Author

ok ,Bert

http://www.mediafire.com/file/686bka6dn4z0a4w/real_air.jpg/file

this panel ,looks good ,only the power button works ,the other knobs you can move them as well ,but no function ,pop up works

gotta  Enable (Use Simulator GPS Commands) via the GNS configuration panel. (Press and hold the SHIFT key then RIGHT-Click the top edge of the GNS device to open the configuration panel).

i will report back

 

// Panel Configuration file
// RealAir Simulations Beechcraft Turbine Duke V2 2014 Update
// Panel and Gauge Programming by Sean Moloney
// Copyright (c) 2014 RealAir Simulations

// ===============================================================================
// IMPORTANT - 'Window01' AND 'Window02' BELOW ARE RESERVED FOR GPS POPUPS AND CAN
// BE OVERWRITTEN BY THE CONFIG PANEL. PLEASE KEEP THIS IN MIND WHEN MANUALLY
// EDITING THIS FILE. IF YOU WANT TO ADD CUSTOM WINDOW ENTRIES, YOU CAN USE ANY
// VALUE FROM 'Window03' TO 'Window 09'.
// ===============================================================================

[Window Titles]
Window00=Main Panel
Window01=RXP GPS500
Window02=Blank

[Window00]
file=2D_Help.bmp
size_mm=1024, 95
position=6
BACKGROUND_COLOR=0,0,0
visible=1
ident=MAIN_PANEL

[Window01]
position=8
window_size=0.30, 0.38
visible=1
ident=15531
gauge00=rxpGNS2!GPS_500_1, 0, 0, 100, 100,Popup_Settings
window_pos= 0.660, 0.260

[Window02]
size_mm=1,1
position=0
visible=0
ident=15600
BACKGROUND_COLOR=0,0,0
gauge00=RASDuke!Blank, 0, 0, 1, 1

[VCockpit01]
size_mm=1024,1024
pixel_size=1024,1024
texture=$RAS_Duke_CFG
background_color=1,1,1

gauge01=Config!Options, 1020, 1023, 1, 1
gauge02=Config!RealView, 1021, 1023, 1, 1
gauge03=Config!RadioLayout, 1027, 1023, 1, 1

gauge04=RASDuke!InitVars, 1022, 1023, 1, 1
gauge05=RASDuke!1hzCode, 1023, 1023, 1, 1
gauge06=RASDuke!2hzCode, 1024, 1023, 1, 1
gauge07=RASDuke!18hzCode, 1025, 1023, 1, 1

gauge08=RASDuke!NavCom1, 1, 2, 509, 61
gauge09=RASDuke!NavCom2, 1, 64, 509, 61
gauge10=RASDuke!ADF, 4, 127, 332, 49
gauge11=RASDuke!Xpndr, 7, 243, 305, 57
gauge12=RASDuke!Autopilot, 5, 177, 292, 62
gauge13=RASDuke!DME, 4, 305, 256, 46
gauge14=RASDuke!KA285_Annun, 512,2,337,108
gauge15=RASDuke!Annunciator_Turbine, 516, 111, 226, 245
gauge16=RASDuke!Moritz_LCD, 808, 133, 214, 259
gauge17=RASDuke!Fuel_Qty_LCD, 410, 128, 105, 86
gauge18=RASDuke!Master_Warn, 893, 1, 130, 129

// ===============================================================================
// IMPORTANT - 'gauge19'. 'gauge20, 'gauge21', and 'gauge22' BELOW CAN BE OVERWRITTEN
// BY THE CONFIG PANEL. PLEASE KEEP THIS IN MIND WHEN MANUALLY EDITING THIS FILE
// IF YOU WANT TO CHANGE THE GPS ENTRIES AND DON'T WANT THEM OVERWRITTEN IN ANY
// CIRCUMSTANCE THEN CHANGE THE GAUGE NUMBERS. EG - CHANGE 'gauge 19' TO 'gauge22'
// ===============================================================================

gauge19=rxpGNS2!GPS_500_1, 40, 650, 370, 274,VC_settings
gauge20=RASDuke!Blank, 0, 0, 1, 1

gauge21=RASDukeTv2_Sound!Sound, 1,1,2,2, \Sound\RASDukeTv2_Sound.ini
gauge22=RASDuke!Sound_Manager, 1,1,3,3

gauge23=RASDuke!Pressurisation, 1024, 1023, 1, 1
gauge24=Config!ModelOptions, 1020, 1023, 1, 1
gauge25=Config!GNS500BUTTONS, 0, 0, 1, 1


Day=255,255,255
Night=225,117,89
Luminous=200,200,101

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

Edited by muller23

Correct:

[GPS_500_1]
; is the master device if true.
MasterDevice = true
......
; uses Simulator GPS commands if true.
UseSimGpsCmds = true

Bert

And the GNS500 Buttons xml file should look like this:

<Gauge Name="GPS 500 buttons" Version="1.0">

<!-- Trigger GPS 500 commands -->
   
<Element>
     <Select>
      <Value>

   (L:mdlZoomOutButton,bool) if{
   0 (>K:GPS_ZOOMOUT_BUTTON)
   0 (>L:mdlZoomOutButton,bool) }

   (L:mdlZoomInButton,bool) if{
   0 (>K:GPS_ZOOMIN_BUTTON)
   0 (>L:mdlZoomInButton,bool) }

   (L:mdlDTOButton,bool) if{
   0 (>K:GPS_DIRECTTO_BUTTON)
   0 (>L:mdlDTOButton,bool) }

   (L:mdlNrstButton,bool) if{
   0 (>K:GPS_NEAREST_BUTTON)
   0 (>L:mdlNrstButton,bool) }

   (L:mdlEntButton,bool) if{
   0 (>K:GPS_ENTER_BUTTON)
   0 (>L:mdlEntButton,bool) }

   (L:mdlClrButLSingle,bool) if{
   0 (>K:GPS_CLEAR_BUTTON_DOWN)
   0 (>L:mdlClrButLSingle,bool) }
 
   (L:mdlClrButLeave,bool) if{
   0 (>K:GPS_CLEAR_BUTTON_UP)
   0 (>L:mdlClrButLeave,bool) }
   
   (L:mdlMSGButton,bool) if{
   0 (>K:GPS_MSG_BUTTON)
   0 (>L:mdlMSGButton,bool) }

   (L:mdlBottomLeftKnob,bool) if{
   0 (>K:GPS_PAGE_KNOB_DEC)
   0 (>L:mdlBottomLeftKnob,bool) }

   (L:mdlBottomRightKnob,bool) if{
   0 (>K:GPS_PAGE_KNOB_INC)
   0 (>L:mdlBottomRightKnob,bool) }

   (L:mdlTopLeftKnob,bool) if{
   0 (>K:GPS_GROUP_KNOB_DEC)
   0 (>L:mdlTopLeftKnob,bool) }

   (L:mdlTopRightKnob,bool) if{
   0 (>K:GPS_GROUP_KNOB_INC)
   0 (>L:mdlTopRightKnob,bool)  }

   (L:mdlFPLButton,bool) if{
   0 (>K:GPS_FLIGHTPLAN_BUTTON)
   0 (>L:mdlFPLButton,bool) }

   (L:mdlPROCButton,bool) if{
   0 (>K:GPS_PROCEDURE_BUTTON)
   0 (>L:mdlPROCButton,bool) }

   (L:mdlOBSButton,bool) if{
   0 (>K:GPS_OBS_BUTTON)
   0 (>L:mdlOBSButton,bool) }

   (L:mdlMenuButton,bool) if{
   0 (>K:GPS_MENU_BUTTON)
   0 (>L:mdlMenuButton,bool) }
       
      </Value>      
     </Select>
   </Element>
</Gauge>

 

Bert

  • Author

 

ok

got xml.file

they are all moving buttons now,problem is now to get the function in there

Enable (Use Simulator GPS Commands) via the GNS configuration panel. (Press and hold the SHIFT key then RIGHT-Click the top edge of the GNS device to open the configuration panel)

that doesn't work here,because when I hold shift and click the mouse right the p3d panel comes up not the GNS  configuration panel

Edited by muller23

Just now, muller23 said:

 

ok

got xml.file

they are all moving buttons now,problem is now to get the function in there

Enable (Use Simulator GPS Commands) via the GNS configuration panel. (Press and hold the SHIFT key then RIGHT-Click the top edge of the GNS device to open the configuration panel)

that doesn't work here,because when I hold shift and click the mouse right the p3d panel comes up not the GNS  configuration panel

In the ini file:

[GPS_500_1]
.....
; uses Simulator GPS commands if true.
UseSimGpsCmds = true

Bert

  • Author
16 minutes ago, Bert Pieke said:

In the ini file:

[GPS_500_1]
.....
; uses Simulator GPS commands if true.
UseSimGpsCmds = true

works very nice Bert,thank you very much

I saved  all the backup files for the g500

now I will try to install GNS 530 only ,without the g500

Just now, muller23 said:

works very nice Bert,thank you very much

I saved  all the backup files for the g500

now I will try to install GNS 530 only ,without the g500

Why?  It does not fit in the panel..

Bert

  • Author

yes,very nice,is all there

I thought gns 530 is better for the duke

thanks

  • Author
1 minute ago, Bert Pieke said:

I have tried to make the GNS530 fit, but not been successful..

ah well ,at least gns500 works now  thanks

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.