DH-2 Beaver GPS / WS Popup Panel Not Working

Locked
majorjg
Posts: 3
Joined: Fri Jun 30, 2017 4:14 pm
DH-2 Beaver GPS / WS Popup Panel Not Working

Post by majorjg » Tue Jul 04, 2017 1:00 am

I'm trying to modify the panel.cfg file located in FSX\SimOjbects\Airplanes\DHC-2 Beaver Milviz\panel\panel.cfg so that I can have a popup for the default Milviz GPS GNS530 and the WX Radar.
I was copying code suggested in this forum to accomplish this, but I'm not getting it work. If someone can help me by looking at my code below and making some suggestions that would be great.

[Window Titles]
Window00=Main Panel
Window01=WX Radar
Window02=GPS

[VIEWS]
VIEW_FORWARD_DIR=8.000, 0.000, 0.000



//--------------------------------------------------------
[Window00]
BACKGROUND_COLOR=0,0,0
size_mm=208,129
position=8
visible=0
ident=MAIN_PANEL

gauge00=

//--------------------------------------------------------


//--------------------------------------------------------
[Window01]
file=WX_black.bmp
size_mm=419,381
windows_size_ratio=1.000
position=0
visible=0
ident=71
window_size=0.218,0.335
windows_pos=0,0

gauge00=..\panel\MV_WX!WX2D,0,0,419,381,2
gauge01=..\panel\MV_WX!WX,64,121,291,205,2

//--------------------------------------------------------


//--------------------------------------------------------
[Window02]
Background_color=0,0,0
size_mm=500,366
windows_size_ratio=1.000
position=0
visible=0
ident=GPS_PANEL
window_size=0.420,0.460
windows_pos=0.000,0.000

gauge00=..\panel\Milviz_GPS!FBS_GN530_id,0,0,500,366

//--------------------------------------------------------

N4GIX
Posts: 1023
Joined: Mon Sep 06, 2010 3:47 pm
Re: DH-2 Beaver GPS / WS Popup Panel Not Working

Post by N4GIX » Tue Jul 04, 2017 12:47 pm

Simple fix would be to change the "i" in the gauge name to "1" (number one).

FBS_GN530_1d

majorjg
Posts: 3
Joined: Fri Jun 30, 2017 4:14 pm
Re: DH-2 Beaver GPS / WS Popup Panel Not Working

Post by majorjg » Tue Jul 04, 2017 7:02 pm

Hi Bill,

I made the change you suggested to Window02, code is below. When I start up the Beaver and turn on the GPS, nothing happens when I try Shift + 3 to see if the GPS will display a pop-up but no luck. I also tried clicking on the GPS bezel to see if a popup will come up, but still not luck as well.

//--------------------------------------------------------
[Window02]
Background_color=0,0,0
size_mm=500,366
windows_size_ratio=1.000
position=0
visible=0
ident=GPS_PANEL
window_size=0.420,0.460
windows_pos=0.000,0.000

gauge00=..\panel\Milviz_GPS!FBS_GN530_1d,0,0,500,366

//--------------------------------------------------------

N4GIX
Posts: 1023
Joined: Mon Sep 06, 2010 3:47 pm
Re: DH-2 Beaver GPS / WS Popup Panel Not Working

Post by N4GIX » Wed Jul 05, 2017 5:31 pm

Hm, I just now noticed that you had written:
I'm trying to modify the panel.cfg file located in FSX\SimOjbects\Airplanes\DHC-2 Beaver Milviz\panel\panel.cfg
If that is the panel.cfg file you have been editing, that is the wrong file...

Each of the various avionics combinations has its own panel.cfg file, and it that one which you must edit. Unfortunately I'm still in the middle of reconstructing my entire development computer and sim computer platform, so I don't have ready access to my local installation of the Beaver.

If I recall correctly though, it should be the ..\panel.mv530_wx folder (or similar).


Locked

Return to “DHC-2 Beaver Support Forum”