Configuring Simconnect For Interfaceit™ Software
Configuring Simconnect For Interfaceit™ Software
interfaceIT™ Software
Rev 1.00
Proprietary Statement
© Copyright 2002 - 2011 TEKWorx Limited, All rights reserved. No part
of this publication may be reproduced, photocopied, stored on a retrieval
system, or transmitted without the express prior written consent of the
publisher.
Disclaimer
While all care has been taken in the development of this product, no loss
of any kind arising from the use of this document; accompanying
software or hardware is accepted by TEKWorx Limited or any of its
agents. The license agreement must be read and accepted before using
any of the software or hardware. TEKWorx Limited makes no
representations or warranties with respect to the contents of this
document, and specifically disclaims any express or implied warranties
or fitness for any particular purpose. Further, TEKWorx Limited reserves
the right to revise this publication, software or hardware and to make
changes to its contents, at any time, without obligation to notify any
person or entity of such revisions or changes.
Trademarks
interfaceIT, and CDU Controller are trademarks of TEKWorx Limited.
Microsoft and Windows are registered trademarks of the Microsoft
Corporation. Other Microsoft products are registered trademarks or
trademarks of the Microsoft Corporation. Other trademarks may exist
which are not explicitly noted here and they remain registered to the
appropriate organizations.
Copyright © 2008 – 2011 TEKWorx Limited Configuring SimConnect for interfaceIT™ Software 2
Table of Contents
Table of Contents ................................................................................................................ 3
Configuring SimConnect for interfaceIT™ Software ........................................................ 4
General Information ........................................................................................................ 4
Requirements .................................................................................................................. 4
Server (Flight Simulator X machine) .............................................................................. 5
Modify SimConnect.xml............................................................................................. 5
Client ............................................................................................................................... 6
Install SimConnect ...................................................................................................... 6
Modify SimConnect.cfg .............................................................................................. 6
Sample SimConnect.cfg .............................................................................................. 7
Retrieving your Flight Simulator X hostname ................................................................ 8
Troubleshooting SimConnect ......................................................................................... 8
Copyright © 2008 – 2011 TEKWorx Limited Configuring SimConnect for interfaceIT™ Software 3
Configuring SimConnect for
interfaceIT™ Software
General Information
This documentation was written to aid builders and customers to be able to easily
configure their SimConnect module to allow remote machines to communicate back
to the master machine. Unfortunately at time of writing the out of the box
installation does not configure SimConnect for immediate usage between two
machines. The steps in this guide will provide you complete steps to get the
configuration updated and working.
A working knowledge of Windows, networking and network terms is assumed.
Requirements
Flight Simulator X Deluxe version. The standard version does not include any of
the SimConnect components.
Latest service pack (available at www.fsinsider.com)
Firewall ports opened (this document uses port 9700 - you can use any unused
port as long as the server and client match)
Copyright © 2008 – 2011 TEKWorx Limited Configuring SimConnect for interfaceIT™ Software 4
Server (Flight Simulator X machine)
The main configuration file for Flight Simulator X is the SimConnect.xml file.. This
file is located in the application data Windows folder (%appdata%) and contains the
IP address, port and protocol. To edit
Modify SimConnect.xml
1. Load the SimConnect.xml using notepad by running the following
command (without quotes)
"notepad.exe %appdata%\microsoft\fsx\simconnect.xml"
3. Modify the value inside the "address" tag to be the name of your computer
or the IP address. To obtain your computer name, see the "Finding your
hostanme" section.
<address>MyFSXServer</address>
4. Modify the value inside the "port" to be any port (we are using 9700)
which SimConnect will listen on. This por
<port>9700</port >
5. If you are running FSUIPC you may need to modify the value inside the
"scope" to be "global"
<scope>global</scope >
Copyright © 2008 – 2011 TEKWorx Limited Configuring SimConnect for interfaceIT™ Software 5
Client
This documentation was written to aid builders and customers to be able to easily
configure their SimConnect module to allow remote machines to communicate
Install SimConnect
On all clients you are connecting you will need to install the SimConnect
software. This can be found on the FSX box under the the FSX installation folder
Modify SimConnect.cfg
The SimConnect client configuration file is located in your "Documents" folder
("My Documents" on Windows XP) and may need to be created if it doesn't exist.
If the file does not exist you can copy a sample one from the SimConnect folder
(typically "C:\Program Files\Microsoft\Games\Flight Simulator X SDK\SDK\Core
Utilities\SimConnect SDK\config" or "C:\Program Files (x86)\Microsoft\Games\Flight Simulator
X SDK\SDK\Core Utilities\SimConnect SDK\config").
Once the file has been copied or located you will need to update the protocol,
address and port information to match what you put in the server
SimConnect.XML file.
Windows XP
"notepad.exe %userprofile%\my documents\simconnect.cfg"
Windows Vista / Windows 7
"notepad.exe %userprofile%\documents\simconnect.cfg"
2. Modify the Address value to be either your hostname of the FSX server, or
the IP address of the server
Address=<server address>
Copyright © 2008 – 2011 TEKWorx Limited Configuring SimConnect for interfaceIT™ Software 6
3. Modify the port value to match the port you specified in the
SimConnect.xml on the server. Be sure to open this port if you have a
firewall installed on the machine.
Port=9700
Sample SimConnect.cfg
[SimConnect]
Protocol=IPv4
Address=204.225.130.95
Port=9700
MaxReceiveSize=4096
DisableNagle=0
Copyright © 2008 – 2011 TEKWorx Limited Configuring SimConnect for interfaceIT™ Software 7
Retrieving your Flight Simulator X hostname
Retrieving your hostname is easy using the System Properties shortcut keys
sequence Windows-Break. Press and hold down the Windows key (the key with the
Windows logo on it to the left of the space bar) and then press the Pause/Break key
(normally located above the number pad on the right). This will bring up the system
properties screen where you can retrieve your hostname by locating the "Computer
Name" field.
Copyright © 2008 – 2011 TEKWorx Limited Configuring SimConnect for interfaceIT™ Software 8