Results 1 to 10 of 12
-
04-11-2009, 02:49 AM #1
Fsbus im so happy i got it to work!!!
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
-
04-11-2009, 07:28 AM #2
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
-
04-11-2009, 08:47 PM #3
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.
-
04-12-2009, 03:14 AM #4
-
04-12-2009, 05:56 AM #5
- Join Date
- Jan 2007
- Location
- Netherlands
- Posts
- 201
-
Post Thanks / Like - 1 Thanks, 0 Likes, 0 Dislikes
388TH_A thanked for this post
-
04-12-2009, 06:26 AM #6
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.
-
04-12-2009, 06:38 AM #7
- Join Date
- Jan 2007
- Location
- Netherlands
- Posts
- 201
-
04-12-2009, 06:46 AM #8
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!
-
04-12-2009, 06:50 AM #9
O wait instead of showing 8,000 ft it shows 80,000 ft
-
04-12-2009, 07:06 AM #10
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????
Similar Threads
-
Happy Holidays to all!!!!
By Matt Olieman in forum MyCockpit News and AnnouncementsReplies: 11Last Post: 12-20-2010, 08:15 AM -
Happy Xmas from me....
By CessnaGuy in forum General Aviation (GA) Builder DisccusionReplies: 3Last Post: 12-07-2010, 10:58 AM -
I'm happy to be here :-)
By Cyprian_Granosik in forum Welcome to MyCockpit New here? Introduce Yourself!Replies: 9Last Post: 04-14-2008, 10:38 AM -
Very Happy to be here!
By Sunday in forum Welcome to MyCockpit New here? Introduce Yourself!Replies: 3Last Post: 03-28-2008, 01:53 AM
Hi...realize this has been a long time, but I'm heading down the path of building my own 777...
B777 Overhead Panel Design