PDA

View Full Version : no-one here to help?????



John_B
02-26-2012, 11:57 AM
Hiya (me again)

Have all the experts abandoned this forum I search through old posts and MANY people pop up to answer questions?
It seem on question askers are here now arggghh

my latest need to know is

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 the experiment!

I looked at other ",dab" files to see what to do
I also found in the samples folder
"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 127 my display 128...a;ways 1 behing at 000 it shows 360 on my display.

any ideas anyone?

John_B
02-26-2012, 12:06 PM
also the speed does not seem to suffer the lag the other digits do??

No Longer Active
02-26-2012, 12:16 PM
Have all the experts abandoned this forum I search through old posts and MANY people pop up to answer questions?

Its very relaxed here, they are probably building and interfacing their own cockpit's. Unfortunately, there isn't an answer to everything on here!

notgotaclue
02-26-2012, 01:38 PM
The thing you need to realise is that you are not guaranteed a reply.
I have been helped on many occassions by members, on other occassions I do not get a reply to my question but I dont bleat on when I get no replies because I am sure if someone could help me, then they would.
Looking at your questions, I couldnt help because I have not got the faintest idea what you want. Way out of my field of knowledge.
This is a hobby, expect nothing and be pleasently surprised (and grateful ) when you get answers.
Allan.

No Longer Active
02-26-2012, 01:47 PM
This is a hobby, expect nothing and be pleasently surprised (and grateful ) when you get answers.

You took the words out of my mouth Allan. I see MC as a forum and not a wiki answers site! Its great for discussion like wise!

John_B
02-26-2012, 01:51 PM
Oh I realise Its not a right to receive help!

Its just it seemed to me that I was asking fairly basic questions.

Definitely questions that anyone running FSBUS would know the answer to!
I was surprised that I wasn't swarmed with replies is all.

I don't wish to offend anyone ....just desperately need some guidance.

Neither am I being lazy I have spent dozens of hours since building the fsbus boards slowly pressing forward by trying just about all permutations. (Blowing numerous chips in the process,,,,,,still not sure how I manged that but hey !)

Its like me trying to write a short story in an Arabic script without a translator. Even when I get results I do not know whether they are "Kosher"

John

kiek
02-26-2012, 02:00 PM
Hi John,
You should also take into account that there are not many FSBUS users.
Since FSBUS is a German development you could try this German Forum (http://forum.flightm.de/index.php?page=Board&boardID=41).

Nico

John_B
02-26-2012, 02:00 PM
I have no intention of upsetting anyone..!!
Maybe I posted my inquiries in the wrong section
would

General Builder Questions All Aircraft Types be the correct place to ask?
as it says

"General Building Discussion and information. Post all your Building inquires Here."



John

John_B
02-26-2012, 02:03 PM
You should also take into account that there are not many FSBUS users.
Since FSBUS is a German development you could try this German Forum (http://forum.flightm.de/index.php?page=Board&boardID=41).

Nico

Thanks Nico

I have no idea where to try

I came here originally as it looked from a google search there were lots of fsbus users.


John

notgotaclue
02-26-2012, 05:50 PM
I have no intention of upsetting anyone..!!
Maybe I posted my inquiries in the wrong section
would

General Builder Questions All Aircraft Types be the correct place to ask?
as it says

"General Building Discussion and information. Post all your Building inquires Here."



John

John,
I honestly feel your frustration, there is nothing worse than being bogged down with a problem and not finding a solution.
Nobody accused you of being lazy or not doing research, it was just that your thread had a slight tone as though you were peeved off with mc members for not jumping to your aid.
There are not that many posting members here, it seems to be the same people all the time and threads are quite sparse.
I have come to accept that but still get my daily fix and post nonsense pretending that I know what I am talking about.
I mainly come here to see if Alex has escaped his hotel job and is now selling peanuts on the glamorous Bristol to Weeze 5am run at 35,000 feet. 8)
Allan.

marcinair
02-27-2012, 03:02 AM
Hiya (me again)



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 127 my display 128...a;ways 1 behing at 000 it shows 360 on my display.

any ideas anyone?


It looks like you did not have correct entries in .ini file (precisely ROUTING'S and ACCUMULATOR'S)

Try copy and paste this one:
It is little remake from rvdijk.nl
Check your hardware components name's (i.e. CDHeading, CRHeading)


'-------------------------------------------------------------------------------
'ACCUMULATOR - MCP
'-------------------------------------------------------------------------------
'A NAME MIN MAX FLAGS
'-------------------------------------------------------------------------------

A, AHeading, 1, 360, WRAPAROUND
A, ACourse, 1, 360, WRAPAROUND
A, AIas, 80, 500
A, AMach, 17, 99
A, AAltitude, -100, 50000
A, AVertSpeed, -3000, 3000

'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx




'-------------------------------------------------------------------------------
'ROUTING
'-------------------------------------------------------------------------------
'R [NAME] SOURCE DESTINATION MUL DIV ADD FLAGS
'-------------------------------------------------------------------------------
R, Heading, CRHeading, AHeading, 1, 1, 0, ADDVAL
R, , AHeading, CDHeading, 1, 1, 0
R, , AHeading, FAPHdg, 1, 1, 0
R, , FAPHdg, AHeading, 1, 1, 0


R, Course, CRCourse, ACourse, 1, 1, 0, ADDVAL
R, , ACourse, CDCourse, 1, 1, 0
R, , ACourse, FNav1Obs, 1, 1, 0
R, , FNav1Obs, ACourse, 1, 1, 0

R, RIas, CRIas, AIas, 1, 1, 0, ADDVAL|DISABLE
R, , AIas, FAPSpeed, 1, 1, 0
R, , AIas, CDIas, 1, 1, 0
R, , FAPSpeed, AIas, 1, 1, 0

R, RMach, CRIas, AMach, 1, 1, 0, ADDVAL
R, , AMach, FAPMach, 1, 1, 0
R, , AMach, CDIas, 1, 1, 0
R, , FAPMach, AMach, 1, 1, 0
R, , FAPSpeed, AIas, 1, 1, 0

R, Altitude,CRAltitude, AAltitude, -100, 1, 0, ADDVAL
R, , AAltitude, CDAltitude, 1, 1, 0
R, , AAltitude, FAPAlt, 1, 1, 0
R, , FAPAlt, AAltitude, 1, 1, 0


R, , CRVertSpeed, AVertSpeed, -100, 1, 0, ADDVAL
R, , AVertSpeed, CDVertSpeed, 1, 1, 0
R, , AVertSpeed, FAPVS, 1, 1, 0
R, , FAPVS, AVertSpeed, 1, 1, 0

'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

John_B
02-27-2012, 04:05 AM
Hi guys
Allan & guys sorry if I came across peeved I was just surprised as on the older posts there seemed to be a very active presence of posters.
(I am actually a nice guy LOL)

Marcinair.

Thank you for the input I will closely at it later today (after real life) I would not be at all surprised if did not have correct entries as I have NO idea what I am doing ....

Thanks again

John

notgotaclue
02-27-2012, 06:59 AM
Hi guys
Allan & guys sorry if I came across peeved I was just surprised as on the older posts there seemed to be a very active presence of posters.
(I am actually a nice guy LOL)

Marcinair.

Thank you for the input I will closely at it later today (after real life) I would not be at all surprised if did not have correct entries as I have NO idea what I am doing ....

Thanks again

John

...maybe you need a change of name, something similar to mine.;)
Allan.

John_B
02-27-2012, 09:28 AM
LOL

Allan you might be right!

my signature kinda sum,s things up...

John_B
02-28-2012, 12:36 PM
Just an update guys

(Marcinair
I tried copy/paste your list but it would not compile so I checked my ini file against yours....it seems we had the same setting all bar one or two different minimums/maximums.)

I re downloaded fsbuscdk as I don't think I had the latest (I had no auto-start button ).
With real hope I restarted but alas nothing had changed.
:roll:
I still have the 2-3 second delay before my displays update (except IAS, that seems almost instant)

As for the Heading being 1 digit out it isn't incorrect for the whole 360.:shock:
I have tried a bit of detective work and set the heading to a wrongly displayed number and then started FSBUS and lo and behold when it initialises it updates my display with the wrong number ARGHHHH.

So I am no further forward in correcting the problems but have learned masses about the INI file contents

John