User manual

14 15
14 15
Windows XP: C:\Documents and Settings\<Your Windows User-
name>\AppData\Microsoft\FSX
Windows Vista: C:\Documents and Settings\<Your Windows
Username>\AppData\Roaming\Microsoft\FSX
SimConnect.XML is a normal text file, which may be edited using any
text editor available (such as Windows Notepad). For each networking
protocol this file includes a section <SimConnect.comm> „Global“
and <SimConnect.comm> „Local“. It will be determined by the entry
<Scope>global</Scope> or <Scope>local</Scope>.
In most cases, you will use the IPv4 protocol, therefore we need to
modify the appropriate sections. The section “global” uses several
parameters, which need to be defined as followed:
Protocol: IPv4 (example: <Protocol>IPv4</Protocol>)
Address: Enter the fixed IP address of your FSX PC here (example:
<Address>192.168.1.100</Address>)
Port: We recommend you to use port 500 (example: <Port>500</Port>)
A complete global section for the IPv4 protocol may read as followed:
<SimConnect.Comm>
<Disabled>False</Disabled>
<Protocol>IPv4</Protocol>
<Scope>global</Scope>
<Address>192.168.1.100</Address>
<MaxClients>64</MaxClients>
<Port>4096</Port>
<MaxRecvSize>500</MaxRecvSize>
<DisableNagle>False</DisableNagle>
</SimConnect.Comm>