This blog is to share information while building the home cockpit for the flight simulator. The plan is to build a single-seat replica of a B737.
Monday, January 9, 2012
Logitech G940
Friday, January 6, 2012
Designing new panels
The good news is that FSX never blocked and it is running at an average speed od 25fps, good enough for flying smoothly.
I have an error from time to time in the 3D view that make all the instruments unreadable but does not compromise the fly.
Unfortunately I have lost all the setup of the hardware and a lot of things changed in the last 2 years. SIOC is at version 4 with support for multiple files and lekseecon has also been largely improved. The good news is that it was so easy to use Niko's library and I wrote again the SIOC script in less then one hour.
The following is the script to control the lights in my panel:
/////////
/// Master Switch (MS)
/////////
// HW variables definition
// Master switch push button
Var 266 Static Link IOCARD_SW Input 41 Type P
// Lekseecon var to check the state of the lights of
// the Master switch button
Var 739 Static
{
&O_MSWarning = TESTBIT v739 0
&O_MSCaution = TESTBIT v739 1
}
// SIOC - MS Red led - Warning
Var 9001 name O_MSWarning Link IOCARD_OUT Output 11
// SIOC -MS Yellow led - Caution
Var 9002 name O_MSCaution Link IOCARD_OUT Output 12
/////////
/// Panel flood lights
/////////
// Panel & MCP Flood
Var 246 Static Link IOCARD_SW input 29 Type I
// SIOC - Overhead light led out
var 9008 name O_OvdLT Link IOCARD_OUT Output 49
// Overhead lighting -- NOT SIMULATED!!!
Var 247 name PanelFlood Static Link IOCARD_SW input 27 Type P
// Glare shields
/////////
/// Taxiing lights
/////////
// Taxi
Var 260 Static Link IOCARD_SW input 28 Type I
// Left runway turnoff
Var 261 Static Link IOCARD_SW input 34 Type I
// Right runway turnoff
Var 262 Static Link IOCARD_SW input 26 Type I
/////////
/// Landing lights
/////////
// Left wing landing
Var 263 Static Link IOCARD_SW input 25 Type I
// Right wing landing
Var 264 Static Link IOCARD_SW input 21 Type I
// Mose landing
Var 265 Static Link IOCARD_SW input 23 Type I
/////////
/// Extern lights
/////////
// Pos. Lights
Var 255 name PosLight Static Link IOCARD_SW input 22 Type P
// SIOC - POS led out
Var 9003 name O_Pos Link IOCARD_OUT Output 51
// Anti collision RED
Var 256 name Red Static Link IOCARD_SW input 24 Type P
// SIOC - Anti collision red led out
Var 9004 name O_Red Link IOCARD_OUT Output 50
// Anti collision White
Var 257 name White Static Link IOCARD_SW input 20 Type P
// SIOC - Anti collision white led out
Var 9005 name O_White Link IOCARD_OUT Output 54
// Wing lights
Var 258 name Wing Static Link IOCARD_SW input 18 Type P
// SIOC - Wing led out
Var 9006 name O_Wing Link IOCARD_OUT Output 53
// Logo lights
Var 259 name Logo Static Link IOCARD_SW input 19 Type P
// SIOC - Log led out
Var 9007 name O_Logo Link IOCARD_OUT Output 52
// Lekseecon var to check the state of the lights of
// the lights panel
Var 737 Static
{
&O_OvdLT = TESTBIT v737 0
&O_Pos = TESTBIT v737 1
&O_Red = TESTBIT v737 2
&O_White = TESTBIT v737 3
&O_Wing = TESTBIT v737 4
&O_Logo = TESTBIT v737 5
}
One of the botton in the light panel is not implemented in 767LD/FSX so I could in principle reuse it for something else. It is a ON/OFF switch. Times ago I used it for the parking brakes.
Monday, November 14, 2011
Back in Germany
Now that I am back in Garching it is time to set up the system to flight.
Wednesday, October 19, 2011
Back to Europe
Saturday, November 6, 2010
XPlane first tests
Saturday, September 25, 2010
XPlane 9 arrived
Friday, July 30, 2010
Return date postponed again
I have no chance to bring the simulator and the cockpit in Chile because there is no point in organizing a removal for a few months only.
In the mean time I am thinking about the future of the simulation because Microsoft flight simulator seems stuck since long time and there are no rumours of any future development.
I am planning to buy and test X-Plane that seems the only valid alternative. Since september 2009, CPFlight supports X-Plane and there are libraries to interface SIOC to this simulator too.
I will report after the testing.
Tuesday, January 19, 2010
Temporary stop
Thursday, May 14, 2009
AeroPlayer53 follow up on my blue light
This period I do not have so much time for the cockpit: a new digital camera, the Nikon D300, the sunny weather and a lot of work keep me well far away from the simulator.
Riccardo just added a thread in the italian forum I follow describing the progresses of his home cockpit. As he said, the work started from the description of blue light of my home cockpit in the Cockpit light post of this blog. I found his proposal very interesting: he used strips of blue LEDs to lighten the instruments instead of the whole cockpit. He fixed the LEDs below aluminium arms fixed on top of the instruments.
For my taste, the arms are too far over the instruments and can interfere with the movements during the flight. But having the LEDs almost in contact with the panel could lead to a very good result. The reflexions, especially against a plexiglas cover, should be taken into account.
I wish to thank Riccardo, AeroPlayer53, for reading my blog and sharing his experience in the forum.
In the mean time I have received the landing gear and a new master card from opencockpits. The landing gear seems to be good and smooth even if not as smooth as I expected.
Tuesday, March 17, 2009
Master caution button complete!
- I don't have a CNC machine (and I don't want to buy one because is very expansive)
- I wanted to spend as few as possible (what I have found on the net was around 30EUR)
- I wanted to use only COTS
The button at this stage looked very ugly with the 2 big springs and it was also very hard to press because the springs were very hard. But it did its wok. You have to keep in mind that the only visible part is the upper side.
However, at the moment I had to put the leds I discover that there were not enough room in the upper side. Initially I wanted to put the LEDs in the little pipe while the moving pipe is only the big one. This solution was not suitable because the light would have passed from the holes between the pipe making a very noisy reflection. I had no other choice then rework the bigger pipe leaving more room for the LEDs:
As you can see the upper side is now longer. I have also mounted the switch: when the user presses the button, the bigger pipe shift down and presses the switch closing the contact. At this point I made an extraordinary discover: the switch is enough to move the biggest pipe in the original position when I don't press over the big pipe so the two springs are not needed anymore. The movement of the big pipe is very smoot and when the switched is cliked it emits a very nice sound. Unbelievable but is much better then I expected.
I have put screws in the upper side to hold the support for the LEDs. The support is composed of a shape piece of wood divided in 2 horizonthal lines each of which contains an array of 2 LEDs. The red line is at the top and the red at the bottom. After some investigation I have discovered that an output line of the master card can feed 2 LEDs connected in serial without resistance:
For covering the LEDs, I have bought some white slides to print with my inkjet printer. I have printed the label in dark black leaving the written to appear in negative :
I have finally connected the electronics to the master card and made some test to be sure that everything is working. At this point I have mounted the button in the cockpit. This is the view from the rear (internal) side of the cockpit:
And this is how the button appear in my cockpit:
Finally the cost. I think it cost a total of 12EUR more or less. I still have along piece of the sqaured pipes that I can use for other button. For example the 767 annunciator as a very similar button for the G/S Inhibit button. The same strategy could be used for korry switches but this implementation nedds a lot of space in the back side of the cockpit so it could be difficult to put two of this button enough close one to the other.
There are a lot of technical issues that I did not talk about in this post of course. If you are interested in the project, want the exact measurement or any other clarification feel free to send me an email or post a comment in the blog.