October 30, 20178 yr Hi, I would like to use two programs (AS2016 and FSCaptain) on a client PC. Having to configure a single SIMCONNECT.XML file can compile it so, right? <?xml version="1.0" encoding="Windows-1252"?> <SimBase.Document Type="SimConnect" version="1,0"> <Descr>SimConnect</Descr> <Filename>SimConnect.xml</Filename> <Disabled>False</Disabled> <SimConnect.Comm> <Disabled>False</Disabled> <Protocol>IPv4</Protocol> <Scope>global</Scope> <Address>192.168.1.103</Address> <MaxClients>64</MaxClients> <Port>500</Port> <MaxRecvSize>8192</MaxRecvSize> <DisableNagle>True</DisableNagle> </SimConnect.Comm> <SimConnect.Comm> <Disabled>False</Disabled> <Protocol>IPv4</Protocol> <Scope>global</Scope> <Address>192.168.1.103</Address> <MaxClients>64</MaxClients> <Port>4321</Port> <MaxRecvSize>8192</MaxRecvSize> <DisableNagle>True</DisableNagle> </SimConnect.Comm> </SimBase.Document> When it comes to the SIMCONNECT.CFG file, I can create a single file to be included in My Documents folder so I can compile it so, right? [simConnect] Protocol=IPv4 Address=192.168.1.103 Port=500 MaxReceiveSize=8192 DisableNagle=1 [simConnect.1] Protocol=IPv4 Address=192.168.1.103 Port=4321 MaxReceiveSize=8192 DisableNagle=1 Thanks. Gianmarco Ragazzoni
October 31, 20178 yr Not possible. AS16 has its own SimConnect program and instructions how to set it up. All other programs you install that require simconnect will use the default or the one they might have set up for their program. Jim Young | AVSIM Online! - Simming's Premier Resource! Member, AVSIM Board of Directors - Serving AVSIM since 2001 Submit News to AVSIMImportant other links: Basic FSX Configuration Guide | AVSIM CTD Guide | AVSIM Prepar3D Guide | Help with AVSIM Site | Signature Rules | Screen Shot Rule | AVSIM Terms of Service (ToS) I7 8086K 5.0GHz | GTX 1080 TI OC Edition | Dell 34" and 24" Monitors | ASUS Maximus X Hero MB Z370 | Samsung M.2 NVMe 500GB and 1TB | Samsung SSD 500GB x2 | Toshiba HDD 1TB | WDC HDD 1TB | Corsair H115i Pro | 16GB DDR4 3600C17 | Windows 10
November 1, 20178 yr Author I solved creating a single Simconnect.xml file and Simconnect.cfg with the ports for each program I use. Now both AS2016 and FSCaptain work on the client PC. Gianmarco Ragazzoni
Archived
This topic is now archived and is closed to further replies.