CRJ Glass Cockpit

Instructions

There is now a manual pdf file included in the download, below is an excerpt.

Installation Note: RJGlass will only connect with FSX, or ESP. It will not work with FS9 (FS2004).
There are two download options, an Windows exe and a python source file. If you are using Windows you have two options, you can run RJGlass.exe, in the Windows exe download without the need of any other software, or you can go the with the python source. The python source is the only option if you are using Linux, or a Mac. In order to use the python source, you need to following requirements:
Python (>= 2.4 and < 3.0)
PyOpenGl (http://pyopengl.sourceforge.net/)
PyGame (>= 1.8) (http://www.pygame.org/)
Numpy (http://numpy.scipy.org/) only needed if using (Python < 2.5)
Then to run RJGlass from source, you can doucle-click RJGlass.py or from a terminal type: python RJGlass.py
Connecting RJGlass with FSX
Setting up FSX
In order to connect to FSX, you have to let know FSX what port to look for connections on. To achieve this you need to have a SimConnect.xml file located in a specific directory on the machine running FSX. The SimConnect.xml needs to be located in:
For Vista: C:\Users\AppData\Roaming\Microsoft\FSX (Note: I don't have Vista, to test this.)
For XP: C:\Documents and Settings\Application Data\Microsoft\FSX
A sample SimConnect.xml file is located in each download. If there is already a SimConnect.xml file in this folder, then some other software that uses SimConnect, might have already created that file. If there isn't one in there, then copy the xml file that came with RJGlass in that location.
For RJGlass to connect, there has to be a SimConnect.xml file in that folder and it needs to have a global connection setup and a port specified. The port specfied needs to agree with the port specified in config.py in the RJGlass folder.
Note: Make sure there is no firewalls setup, that will prohibit RJGlass connecting to the FSX computer on the port selected. Here is a link to explain more about SimConnect and the SimConnect.xml file on FSX, http://www.fsdeveloper.com/wiki/index.php?title=Remote_connection
Setting up RJGlass
All of the RJGlass configuration settings, are located in the config.py file. Note of caution, config.py is imported as python code, so one needs to be careful the syntax stays compatibility with python after each edit.
In the config.py file you need to specify the IP address, and port of the FSX machine. Set addr equal to the IP address surrounded by single quotes. (i.e. addr = '192.168.1.100' ) Next, make sure the port matches the port specifies in the SimConnect.xml file. If you use the included SimConnect.xml then the config.py set at port 1500 will already match the xml file. After the port and addr are set you are ready to test the connection. The last thing that needs to be done is to set the mode correctly depending on your version of FSX. The options are FSXSP0, FSXSP1, or FSXSP2, or ESP. There is also a TEST option, that will run RJGlass but it will not try to connect to FSX. After the mode is set, then make sure FSX is running (not at the main menu screen), and start RJGlass, and the connection should be made automatically.
4/18/08 Michael LaBrie monkey256@verizon.net

SourceForge.net Logo OpenGL Logo [Python Powered] [PyGame Powered]