Have been searching the forums
It seems a real lack of help with the VERY basic stuff around
Well I have at least got my displays kind of working although I do not think I have done it as it should be .
All controls are being adjusted in FSX with the mouse for below!
I simply looked at other ",dab" files
I found
"b737ng_glareshield.ini" & "b737ng.ini"
but no dab file or fsp.
I looked in the ini file and made sure my CID's etc tallied with those in the file
I used another .dab file and .fsp simply overwrote the contents
Thus :-
(FSP file)
D:\Program Files\FSBUSCDK\samples\b737ng_glareshield.dab
D:\Program Files\FSBUSCDK\samples\b737ng_glareshield.ini
(DAB FILE)
'ADF DA 03/2007
SUB OnBegin
LoadConfigFile("b737ng_glareshield.ini")
END SUB
this gave an error "LoadConfigFile("b737ng_glareshield.ini unknown format"
So (and I don't know why) I altered the dab file thus
SUB OnBegin
LoadConfigFile("b737ng.ini")
LoadConfigFile("b737ng_glareshield.ini")
END SUB
and the fsb file
D:\Program Files\FSBUSCDK\samples\b737ng_glareshieldtest.dab
D:\Program Files\FSBUSCDK\samples\b737ng_glareshield.ini
D:\Program Files\FSBUSCDK\samples\b737ng.ini
hey presto it kind of works
The activity lights,and therefore, the digit change lags about 2-3 seconds behind the screen
also the speed randomly alternates between IAS & Mach when changing the speed rotary
And the heading display shows 1 less than the screen ????? ie hdg on screen shows 128 my display 127...a;ways 1 behind at 000 it shows 360 on my display
also the speed does not seem to suffer the lag the other digits do??


Reply With Quote
Bookmarks