Page 1 of 1

presale queestion

Posted: Thu Feb 18, 2021 8:43 pm
by sharpless281
The 350 had this on the website but I want to know what can be created in a second window so I can move it to another monitor. For example the G530

Re: presale queestion

Posted: Fri Feb 19, 2021 2:02 am
by Slayer
This is a fairly old product in terms of simulator tech. I honestly cannot remember which gauges can be moved to a second screen.

Re: presale queestion

Posted: Fri Feb 19, 2021 4:17 pm
by sharpless281
ok thanks, I will pass on it then. The King Air 350 was so well done I considered getting a simpler aircraft

Re: presale queestion

Posted: Fri Feb 19, 2021 6:08 pm
by N4GIX
The B55 does come with a popup window containing all of the avionics. It can easily be edited to contain only the GNS 530 if that is all that is desired by simply commenting out the others (//) with double slashes. Alternatively, more [WindowNN] sections can be added as desired:

Code: Select all

//--------------------------------------------------------
[Window01]
Background_color=0,0,0 
size_mm=1280,650
window_size_ratio=1.000  
position=2
visible=0
ident=GPS_PANEL
window_size= 0.710, 0.552
window_pos= 0.290, 0.480

//gauge00=B55_XMLGauges!FBS_KR 87 ADF,  640,268,640,134
//gauge01=B55_XMLGauges!FBS_KAP140,  640,402,640,163
//gauge02=B55_XMLGauges!FBS_GTX330,  0,468,640,170
//gauge03=B55_XMLGauges!FBS_GNS430_2d,  640,0,640,268
gauge04=B55_XMLGauges!FBS_GNS530_1d,  0,0,640,468

Re: presale queestion

Posted: Fri Feb 19, 2021 6:14 pm
by sharpless281
great thank you. I will pick it up. I was a programmer so that is easy to understand