PDA

View Full Version : Fsbus im so happy i got it to work!!!



388TH_A
04-11-2009, 02:49 AM
IM SO HAPPY I GOT FSBUS TO WORK!!! ok ok ok its not as cool as some of you other guys that have really big cockpits but i got it to work. I was able to make my COM board and display board and one of the 7 segment displays and in SDK im making my display show the Indicated Air Speed and IT WORKS!!! im so happy! And Jan Geurtsen Thank you so much for all your help

Anderson/SBSP
04-11-2009, 07:28 AM
Congratulations!! CDK made some time to learn how is works.

Look my videos with my experiences!! hehehe

http://vimeo.com/3164442

http://vimeo.com/2615865

http://vimeo.com/2727765

388TH_A
04-11-2009, 08:47 PM
it took me so long to get this one thing working that when it did work i was so happy! now im wanting to build more so i can have FSBUS do more than one thing. Also i have noticed that some of the things listed dont work. like for read only flags its R but in CDK it says to use RD and it didnt work but R does. And for the types it shows one thing but in the end it was another. Like for the Indicated Air Speed it shows S32 as the type but in the end it was I32 witch worked and S32 didnt work.

388TH_A
04-12-2009, 03:14 AM
Here is mine

http://www.youtube.com/watch?v=VwD_L_wnI04

http://www.youtube.com/watch?v=Xp9VKvC3qQc

Jan737
04-12-2009, 05:56 AM
IM SO HAPPY I GOT FSBUS TO WORK!!! ok ok ok its not as cool as some of you other guys that have really big cockpits but i got it to work. I was able to make my COM board and display board and one of the 7 segment displays and in SDK im making my display show the Indicated Air Speed and IT WORKS!!! im so happy! And Jan Geurtsen Thank you so much for all your help

Hey, great job :D:D:D:D

Best regards

Jan Geurtsen

388TH_A
04-12-2009, 06:26 AM
thanks and hey i got the Transponder to work with the display and the airspeed. Trying to do others like ALT but no luck so far! the Expressions says #*3.28084/(65536*65536) so i dont know if i need to put that any were in this but here is my code...

' Name ID Offset Type Mul Div Interval Param Flags
'-------------------------------------------------------------------------
F, FAltitude, 29, 0x0570, I64, 1, 1, 1, 0, R



Or i might be trying to put this on a 5 digit display when it should be going to something well im not sure but thought i would give it a try since i got the others to work.

Jan737
04-12-2009, 06:38 AM
thanks and hey i got the Transponder to work with the display and the airspeed. Trying to do others like ALT but no luck so far! the Expressions says #*3.28084/(65536*65536) so i dont know if i need to put that any were in this but here is my code...

' Name ID Offset Type Mul Div Interval Param Flags
'-------------------------------------------------------------------------
F, FAltitude, 29, 0x0570, I64, 1, 1, 1, 0, R



Or i might be trying to put this on a 5 digit display when it should be going to something well im not sure but thought i would give it a try since i got the others to work.

Try this on a 5-digit display:

F, FAlt, 2, 0x0570, I64, 1, 130910500, 1, 0, R|UDP


Jan

388TH_A
04-12-2009, 06:46 AM
I made mine from


' Name ID Offset Type Mul Div Interval Param Flags
'-------------------------------------------------------------------------
F, FAltitude, 29, 0x0570, I64, 1, 1, 1, 0, R


To

' Initialization file for Flightsim
' Name ID Offset Type Mul Div Interval Param Flags
'-------------------------------------------------------------------------
F, FAltitude, 29, 0x0570, I64, 1, 130910500, 1, 0, R


And that worked but its 4000 more than what it should be but thanks so far for the help and where did you get that number? ok well wife wants to go to bed so thanks and talk to yeah tomorrow!

388TH_A
04-12-2009, 06:50 AM
O wait instead of showing 8,000 ft it shows 80,000 ft

388TH_A
04-12-2009, 07:06 AM
k i messed with it and made it


F, FAltitude, 2, 0x0570, I64, 1, 1309050500, 1, 0, R

And its really close it might be off by .1-.7 give or take and seems like the higher up you go the more off it is like at FL 470 its off by 2 ft! but its really close now! But i still dont know where you got this number from????

Jan737
04-12-2009, 01:13 PM
k i messed with it and made it


F, FAltitude, 2, 0x0570, I64, 1, 1309050500, 1, 0, R

And its really close it might be off by .1-.7 give or take and seems like the higher up you go the more off it is like at FL 470 its off by 2 ft! but its really close now! But i still dont know where you got this number from????



Hi,
Found it in one of my older files.
Another possibility is this one:

F, FAltitude, 29, 0x0570, I64, 3.28084, 131072 , 1, 0, R


Good luck

Jan

388TH_A
04-12-2009, 08:31 PM
NOPE nothing so im just going to play with this other number to try to better fine tune it