Search the Community
Showing results for tags 'FSUIPC'.
-
Hey guys, I am trying to set up keybinds for the checklist panel for A2A aircrafts in FSUIPC so I can use the panel in VR. My macro for the checklist is half working... perhaps one of you may know the answer on how to get this to work. I am using P3Dv5 and FSUIPC6 [MACROS] 1=L:NotesPage=DEC 2=L:NotesPage=INC The keybind for the decrease macro works as expected, and the panel goes back each time the button is pressed. The second keybind does not work, and the panel does not move forward in sequence. Does the INC function work with FSUIPC6? If so, why is this not working? If not, how to get to work with another workaround?
-
Version 3 Released FSUIPCClientDLL is a library that make it easy for .NET developers to use FSUIPC. Version 3 is now available as a NuGet package called FSUIPCClientDLL. Full instructions on how to install it are on the new website below. Be sure to download the new example code application in either C# or VB. This is the main documentation for the library and covers all features of the library from beginners to advanced. http://fsuipc.paulhenty.com The website has: Installation instructions for Version 3 Upgrade instructions from Version 2.4 & 3.0RC Change history New project templates for WinForms and WPF in both C# and VB.NET New and improved example code applications in C# and VB.NET Complete Video Guide for Beginners (C# and VB.NET) The main features added from V2.4 are: Helper method to Read/Write LVARs Weather Services Airports/Runways Database Helper method to send controls (events) Helper method to move the aircraft and save/restore position snapshots DLL no longer limited to 32bit. You can now write 64bit applications.
-
Upon starting FSX today, I encountered the error message shown below. It happened early last month, at which point I updated to the most current version of this software, but today the problem came back. Even after running this program in compatibility mode (which only worked for a few hours) this error message keeps popping up. My FSX Autosave and FSGlobal Real Weather engine depend on this software in order to function and I want to know how I can fix this error once and for all. Any suggestions would be appreciated. I would also like to underline that I have the most recent version of FSUIPC installed. I also have a copy of the FSUIPC4 Log file if you need that (see below) FSUIPC4 Install.log
-
Hello fellows. I created a simple windows application in 2010, so the app is almost 12 years old and I used the following offset to get when the sim is in "Ready To Fly" mode Private SimIsReadyToFly As Offset(Of Integer) = New Offset(Of Integer)("SIMSTATUS", &H3364) and used the following function Public Function ReadSimIsReadyToFly() As Boolean Try FSUIPCConnection.Process("SIMSTATUS") If SimIsReadyToFly.Value = 0 Then Return True Else Return False End If Catch ex As FSUIPCException Fsuipc_exception_handler(ex) Return False End Try Return False End Function This do not work anymore with new MSFS Can anyone here help me whit this ?, because I nedd that my app start logging only when sim is ready. Thanks in advance !
-
Hi All, A slightly random question......... Is it possible for FSUIPC to pass a location to Excel? If any other variables (particularly heading & aircraft type and / or registration) could be passed also it would be ideal! It would be ideal if I could get the lat / lon into cells in Excel. If it's possible where might I find some pointers on how to start with doing so? Once I've got information into Excel I can handle it from there but would be lost with the bit before that (hence not knowing if it's even possible). Best regards & many thanks Richard
-
Hello. Have your FSUIPC5 payware. Updating to 6 will need uninstalling v5? Tks
-
Dear all I assign buttons for my P3D V5 through FSUIPC It works fine, but after restarting my PC, the assigned buttons changes for e.g. if I assign a button for park brakes, after restarting the PC, the same button automatically assigned for some other controls please help me to solve this issue thanks for the sim community for the great help via forum
-
Hi all, I am having this problem: Using 737prosim v3.01 fsuipc v 6.01TQ CFY v3 proCP Flight MCP, efis, CDU and radios12 Arduino's with Mobiflight SoftwareFlight Illusion GaugesAgronn YokeFull 737 Cockpit So my problem I take off and after about 2 minutes i try to engage the autopilot on the cpflight. It engages but it immediately disengages again. I’ve heard some tips to avoid this problem: delete all the joysticks from fsuipc and p3dv5. But no luck. I tried everything for 2 months now but the problem persists. This is very annoying. When I 'switch off' fsuipc then no problems. Same for the CFY throttle software. So someone told me this must be a problem with fsuipc. That's why i am posting my problem in this groep. Hope someone can help me here?
-
Hello, we are trying to read offset 0x64F4 when using the PMDG 747 Queen of the Skies II. We are expecting a value of 1, when the according switch is pressed to 'ON' in the panel (Window Heat Switch Left). But we never receive this value. Is it ensured that the offset information in the document 'Offset Mapping for PMDG 747QOTSII.pdf' is correct? Other offsets work or provide the expected values. We are using Paul Henty's 'FSUIPC Client DLL for .NET' to access the offsets. Some additional information: Simulator: Prepar3D Professional Plus V4.5.14.34698 OS: Windows 10 Pro Version 1909 (Build 18363.1139) FSUIPC Version: 5.15 Please help!
-
I'm trying out the FSUIPC7 beta and a question came up: I'm working with a situation where I'm using some virtual controllers in addition to actual physical controllers. In some cases I'd like to map buttons from a virtual controller via FSUIPC. However, in these cases the physical controller is still present and hitting buttons on that physical controller translates to a button press on both the physical controller and the virtual one. This can make it difficult when FSUIPC is detecting button presses. So I'm wondering if there is a way to tell FSUIPC to just completely ignore certain controllers?
-
Hello All, I am trying to read data form my sim to improve my home built TQ and ran into some problems reading data from FSUIPC. here is my setup. FSUIPC 5.153 ( I plan to upgrade to FSUIPC 6 soon) P3D 4.3.29.25520 with PMDG 777 Aircraft SimConnect 4.3.0.0 I am trying to identify the correct offsets specially in AP mode. See below output from FSInterrogate2std.exe program. I can see the value from the joystick input(3330, 3332) and I can also see the values from the throttle lever(088C, 0924). However I am not able to see any of the other values, with AP On or Off they don't update at all. What am I doing wrong? I have the PMDG aircraft .ini file set to broadcast=1 as well. My goal is to send this data to a Com port via a LUA script and before go down this path, I want to make sure I am pinging the correct offsets. I am not a expert programmer, so trying to do simple things to get this working. Thank You for any help you can offer. Anthony
-
@Mouseviator has kindly provided an updated java SDK for FSUIPC. This should be more efficient than the existing SDKs as requests are processed in batch, rather than individually. Please see . The new SDK with documentation and examples is available from @Mouseviator web site: https://mouseviator.com/fsuipc-java-sdk/ Also available from github: https://github.com/Mouseviator/FSUIPC-Java This package has been added to the SDK in the FSUIPC6 installer (after version 6.0.10). John
-
Hello, This isn't a huge issue, I have it working well for my purposes and won't be a factor, but it is something I found strange. I've been building a home cockpit and when I got to working on the FCU display for the Aerosoft A318-A321 series of planes I ran into this. When monitoring the Offset for Heading Value which is 0x07CC I run into this issue. The FSUIPC monitor shows as I'm reducing the HDG setting when I hit 273deg it outputs the number 182, when I then continue and turn it to 272, it returns to output 272. When I then increase the value by one you see 273, but when I then turn to 274 it outputs a value of 364, and when I continue on the next value is 275. The strange thing is the simulator is the simulator shows the correct values, and when I monitor the Lvars that are affected by the change they are also showing the correct information. Below I made a quick video of it happening, unfortunately when I filmed it I had the FSUIPC monitor covered up, but it also shows what the mobiflight program is showing, for the FSUIPC value. As I said before, since it's only the one heading and the sim seems to not see a problem I can work with it, just found it interesting. Also in the video apparently I scrolled to the wrong part of my Lua script before I hit record, sorry but the video is not showing the correct stuff, it is below. https://www.youtube.com/watch?v=bB_gmUtw_nE -- Reads autopilot heading setting function AP_HDG_Setting() Heading_Set=ipc.readLvar("L:AB_AP_HDG_Select") ipc.writeUW(0x07CC, Heading_Set) end -- check to see if Lvars have changed then call up the proper function event.Lvar("L:AB_AP_HDG_Select",100,"AP_HDG_Setting") ******** FSUIPC4, Version 4.974 (24th February 2018) by Pete Dowson ********* Windows 10 Enterprise 64 Bit reported as Build 18363, Release ID: 1909 (OS 10.0) fsx.exe version = 10.0.62615.0 Reading options from "D:\Install games in here\Steam\steamapps\common\FSX\Modules\FSUIPC4.ini" Running inside FSX Steam Edition on Windows 10 Module base=5EE10000 User Name="-------------" User Addr="-------sm@hotmail.com" FSUIPC4 Key is provided 4344 D:\Install games in here\Steam\steamapps\common\FSX\SimObjects\Airplanes\Aerosoft Airbus A319 CFM\A319.air 9687 Weather Mode now = Theme 17172 User Aircraft ID 1 supplied, now being used 17187 Aircraft loaded: running normally now ... 24453 System time = 07/06/2020 18:49:05, Simulator time = 18:48:50 (22:48Z) 24469 Aircraft="Airbus A319 American Airlines N8001N"
- 4 replies
-
- mobiflight
- fsuipc
-
(and 1 more)
Tagged with:
-
Hello all, I have never had a problem installing this before and have tried everything to get this to install. it says Failed to find a valid Simconnect installed? Heres the installation log. Any help would be much appreciated. Installer for FSUIPC4.DLL version 4.974 Looking in registry for FSX install path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Games\Flight Simulator\10.0 Parameter"SetupPath" ... >>> OK! FOUND FSX! <<< ... SetupPath=C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\ Looking in registry for FSX-SE install path: HKEY_LOCAL_MACHINE\SOFTWARE\DovetailGames\FSX Parameter"Install_Path" Not there, so looking in: HKEY_CURRENT_USER\SOFTWARE\DovetailGames\FSX Parameter"AppPath" Not there, so looking in: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Games\Flight Simulator - Steam Edition\10.0 Parameter"SetupPath" Not there, so looking in: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Microsoft Games\Flight Simulator - Steam Edition\10.0 Parameter"AppPath" ... NOT found! ... Looking in registry for Prepar3D v1 install path: HKEY_LOCAL_MACHINE\SOFTWARE\LockheedMartin\Prepar3D Parameter"SetupPath" Not there, so looking in: HKEY_CURRENT_USER\SOFTWARE\LockheedMartin\Prepar3D Parameter"AppPath" ... NOT found! ... Looking in registry for Prepar3D v2 install path: HKEY_LOCAL_MACHINE\SOFTWARE\Lockheed Martin\Prepar3D v2 Parameter"SetupPath" Not there, so looking in: HKEY_CURRENT_USER\SOFTWARE\Lockheed Martin\Prepar3D v2 Parameter"AppPath" ... NOT found! ... Looking in registry for Prepar3D v3 install path: HKEY_LOCAL_MACHINE\SOFTWARE\Lockheed Martin\Prepar3D v3 Parameter"SetupPath" Not there, so looking in: HKEY_CURRENT_USER\SOFTWARE\Lockheed Martin\Prepar3D v3 Parameter"AppPath" ... NOT found! ... =========================================================== INSTALLATION FOR FSX: SetupPath="C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\" Checking version of the FSX EXE: ... Version 10.0.61637.0 (Need at least 10.0.60905.0) Checking compatibility with installed SimConnect: ... Failed to find a valid SimConnect needed to use FSUIPC4! =========================================================== *************** End of Install Log ***************
-
Hey pete i was having some issues with the captain sim 757s autopilot, recently upon perusing the forums i discovered it worked perfectly for a gentlemen with FSUIPCv4.3 if you could so kindly provide me with the files for v4.3 i would be be indebted to you. best regards, Tariq.
- 1 reply
-
- pete dowson
- fsuipc
-
(and 1 more)
Tagged with:
-
Hi does anybody know how can i add properly a 3 position ( path- ALT/HDG- alt) switch on my hotas warthog throttle to my fslabs the nose T.O TAXI and OFF Light switch on the a320 FSLABS? so they move in the same directions. also how can i delete a macros mouse created on fsuipc thank you
-
Hello Pete, Strange one this. I fly FSX Steam Edition and use REX Sky Force 3D for weather. I noticed while flying the Qualitywings B757 that airspeed, which is normally set to IAS in the sim, became True. That is to say that setting a Mach number of 0.81 sent the plane to 525 knots as shown on the speed ribbon at 36000 feet, resulting in a chronic over speed. Normally, the over speed in this configuration should be around 340 knots. So I tried with a FSX stock B737 and with an indicated airspeed of 318 knots, the Mach number is only 0.47. Where it gets interesting is that disabling all weather and setting all weather off in FSUIPC v.4.972 (unregistered) instantly corrects the problem, with the speed ribbon behaving as it should. My only thought on the matter is that REX Sky Force 3D could be the culprit, or that I need to register FSUIPC. Your views would really be appreciated. Alan Walker
-
Hey, I recently reinstalled FSUIPC since I had some troubles with my sim and thought it could be related to FSUIPC. Now FSUIPC isn't working at all. So basically what's happening is that I click "fly now" in FSX-SE so it loads in, after it successfully loaded in, it crashes to desktop after a couple of seconds (about 5 secs). PS: Thanks for any help in advance (FSUIPC log is attached) FSUIPC4.log
-
I started my p3d 4.5 and discovered no FSUIPC was present in the pull down menu. Previously I uninstalled FSX which was on my computer as well to clear some space. That move may have deleted part of the FSUIPC files as I still have some FSUIPC files in the P3d module including the init file. I don't want a reinstall to replace my present files as I have quite a bit of time invested in creating presets for my planes. Will I need to reinstall FSUIPC or merely reinsert some files to make it work again. If it is best to reinstall, how can I best reinstall FSUIPC while keeping those files that have my presents information in them away from being replaced. I hope the problem is clearly explained. Thanking you in anticipation.
- 2 replies
-
- fsuipc
- reinstalling fsuipc
-
(and 1 more)
Tagged with:
-
Hi Pete, Problem: Strange behavior of CH yoke, weird values, not able to calibrate the Yoke properly. Calibrating ailerons gives 2 negative values for left and right (Min/Max) -16380 and -16251 Or is it an FSUIPC? IS FSUIPC able to change Windows 10 settings. Suspected cause: Suspect a change in Windows 10, USB Game controller for CH Yoke shows values for X,U,X, axis inverted. I do not know what triggered it as I don't fly that often right now. Question: How can I set the Windows X,Y,Z values back so that they behave normally? (Back = 0 forward is max value) Actions already taken: Reset of Yoke settings Deleted .ini file to start blanc, Disconnected all USB devices Deleted the Yoke in the register (RegEdit) Created new profile Installed older FSUIPC - I use FSUIPC quit a time, never had issues like this - Current FSUIPC version: 5.152 - There are no crash issues - FSUIPC Log and .ini are attached - Simulator P3D V4.5 - Contols are disabled in P3D Kind regards Eric FSUIPC5.log FSUIPC5 Install.log FSUIPC5.1.log FSUIPC5_prev.log FSUIPC5 before Profiles files.ini dll.xml
-
*** Moved from FAQ to support forum - please post ALL support request in this forum *** Hello Mr. When I select a button on the airplane panel, how can I know the event ID code number that button is to be assigned to a switch on my joystick or a switch in my own simulator cabin? Many of the functions of the cabin such as levers, and axes I can assign them without any problem to the main screen of the FSUIPC. I can also assign buttons that I know what they are called on the airplane panel and assign them to the FSUIPC. But if there is a button or switch that does a certain function on the panel and I want to use my joystick to perform that same action. I am also using the FSInterrogate2std but I have had no luck finding the code I am looking for. I very much appreciate your response.
-
Hi, I'm looking for the offset that stores the cameras current Pitch, Degrees, Bank, DeltaX, DeltaY, and DeltaX. I'm kinda lost so any help would be appreciated
-
Hello, Pete. My name is Potomac on here or you can call me Daniel. I have been having some technical difficulties with FSUIPC, considering the fact that I am typing this. The FSUIPC file has been been a problem for longer haul flights. I use FSUIPC 4 for FSX: SE and the that I have been having being FSUIPC wanting to crash after a certain period of time. For example, I was flying from Memphis to Mexico City in FSX, and then as I was about to cross the USA border into Mexico. The whole FSUIPC crashed causing this error message in my VA's acars. If you scroll to the bottom, you got an error stating that the ACARS at 1619Z wanting to connect to FSUIPC then reconnects, and has an unnatural movement message a second later. Now, this is normal since acars was disconnected for about 5 seconds. Then about another hour later, FSUIPC completely shuts down and crashed. This causes my sim to freeze and causes acars to make the same error message at 1619Z. I am also going to give you a file for the files that I was using to see if something was wrong for the file and hopefully you will have a solution. Thanks! Daniel FSUIPC4.txt ********* FSUIPC4, Version 4.974 (24th February 2018) by Pete Dowson ********* Windows 10 Home 64 Bit reported as Build 18362, Release ID: 1903 (OS 10.0) fsx.exe version = 10.0.62615.0 Reading options from "C:\Program Files (x86)\Steam\steamapps\common\FSX\Modules\FSUIPC4.ini" Running inside FSX Steam Edition on Windows 10 Module base=78950000 User Name="" User Addr="" FSUIPC4 not user registered WIDEFS7 not user registered, or expired 156 System time = 30/09/2019 06:03:45 156 FLT path = "C:\Users\danie\Documents\Flight Simulator X - Steam Edition Files\" 172 ------ Module Version Check ------ 172 acontain.dll: 10.0.62615.0 172 api.dll: 10.0.62615.0 187 controls.dll: 10.0.62615.0 203 fs-traffic.dll: 10.0.62615.0 203 G3D.dll: 10.0.62615.0 203 language.dll: 10.0.62615.0 218 sim1.dll: 10.0.62615.0 218 visualfx.dll: 10.0.62615.0 218 weather.dll: 10.0.62615.0 218 window.dll: 10.0.62615.0 218 ---------------------------------- 3453 Trying to connect to SimConnect Steam ... 3750 FS path = "C:\Program Files (x86)\Steam\steamapps\common\FSX\" 4984 LogOptions=00000000 00000001 4984 ------------------------------------------------------------------- 4984 ------ Setting the hooks and direct calls into the simulator ------ 4984 --- CONTROLS timer memory location obtained ok 5000 --- SIM1 Frictions access gained 5125 --- FS Controls Table located ok 5125 --- Installed Mouse Macro hooks ok. 5125 --- Wind smoothing fix is fully installed 5125 --- SimConnect intercept for texts and menus option is off 5125 --- All links checked okay 5125 ------------------------------------------------------------------- 5125 SimConnect_Open succeeded: waiting to check version okay 5125 Trying to use SimConnect Steam 5125 Opened separate AI Traffic client okay 22734 Running in "Microsoft Flight Simulator X", Version: 10.0.62615.0 (SimConnect: 10.0.62615.0) 22765 Initialising SimConnect data requests now 22765 FSUIPC Menu entry added 22953 C:\Program Files (x86)\Steam\steamapps\common\FSX\flights\other\FLTSIM.FLT 22953 C:\Program Files (x86)\Steam\steamapps\common\FSX\SimObjects\Airplanes\Aircreation_582SL\Aircreation_582SL.air 318281 Weather Mode now = Theme 817250 C:\Program Files (x86)\Steam\steamapps\common\FSX\SimObjects\Airplanes\Boeing 767-300 TmRuth\767-300FER-GE-CF6-80C2.air 961156 Planned flight from KMEM to MMTO 961156 C:\Users\danie\Downloads\KMEMMMTO_FSX_30Sep19.PLN 979281 Aircraft loaded: running normally now ... 979312 User Aircraft ID 1 supplied, now being used 982390 System time = 30/09/2019 06:20:07, Simulator time = 08:09:01 (13:09Z) 1080828 Starting everything now ... 1084515 Advanced Weather Interface Enabled 1241453 Sim stopped: average frame rate for last 161 secs = 10.9 fps 1241453 Max AI traffic was 16 aircraft (Deleted 0) 1434968 Weather Mode now = Global 1434968 Weather Mode now = Theme 1434968 Weather Mode now = Custom 1475984 **** No SimConnect events or states being received! Re-connecting now ... **** 1476078 SimConnect_Open succeeded: waiting to check version okay 1476078 Opened separate AI Traffic client okay 1476093 Running in "Microsoft Flight Simulator X", Version: 10.0.62615.0 (SimConnect: 10.0.62615.0) 1476093 Initialising SimConnect data requests now 1476093 FSUIPC Menu entry added 1476172 User Aircraft ID 1 supplied, now being used 1476297 C:\Users\danie\AppData\Roaming\Microsoft\FSX\Previous flight.FLT 1476297 C:\Users\danie\Downloads\KMEMMMTO_FSX_30Sep19.PLN 1476359 C:\Users\danie\Downloads\KMEMMMTO_FSX_30Sep19.PLN 1477172 System time = 30/09/2019 06:28:22, Simulator time = 08:15:02 (13:15Z) 2112265 **** No SimConnect events or states being received! Re-connecting now ... **** 2112547 SimConnect_Open succeeded: waiting to check version okay 2112703 Opened separate AI Traffic client okay 2113187 Running in "Microsoft Flight Simulator X", Version: 10.0.62615.0 (SimConnect: 10.0.62615.0) 2113187 Initialising SimConnect data requests now 2113203 FSUIPC Menu entry added 2113343 User Aircraft ID 1 supplied, now being used 2114234 C:\Users\danie\Downloads\KMEMMMTO_FSX_30Sep19.PLN 2114250 C:\Users\danie\Downloads\KMEMMMTO_FSX_30Sep19.PLN 2116968 System time = 30/09/2019 06:39:01, Simulator time = 08:24:39 (13:24Z) 2924125 Sim stopped: average frame rate for last 808 secs = 8.9 fps 2924125 Max AI traffic was 20 aircraft (Deleted 0) 3123093 Sim stopped: average frame rate for last 191 secs = 15.1 fps 3123093 Max AI traffic was 20 aircraft (Deleted 0) 4869218 **** No SimConnect events or states being received! Re-connecting now ... **** 4869578 SimConnect_Open succeeded: waiting to check version okay 4869609 Opened separate AI Traffic client okay 4869875 Running in "Microsoft Flight Simulator X", Version: 10.0.62615.0 (SimConnect: 10.0.62615.0) 4869875 Initialising SimConnect data requests now 4869875 FSUIPC Menu entry added 4869953 User Aircraft ID 1 supplied, now being used 4870172 C:\Users\danie\Downloads\KMEMMMTO_FSX_30Sep19.PLN 4870312 C:\Users\danie\Downloads\KMEMMMTO_FSX_30Sep19.PLN 4871156 System time = 30/09/2019 07:24:56, Simulator time = 09:08:48 (14:08Z) 6077250 **** No SimConnect events or states being received! Re-connecting now ... **** 6077390 SimConnect_Open succeeded: waiting to check version okay 6077390 Opened separate AI Traffic client okay 6077437 Running in "Microsoft Flight Simulator X", Version: 10.0.62615.0 (SimConnect: 10.0.62615.0) 6077437 Initialising SimConnect data requests now 6077437 FSUIPC Menu entry added 6077515 User Aircraft ID 1 supplied, now being used 6077531 C:\Users\danie\Downloads\KMEMMMTO_FSX_30Sep19.PLN 6077640 C:\Users\danie\Downloads\KMEMMMTO_FSX_30Sep19.PLN 6078047 System time = 30/09/2019 07:45:03, Simulator time = 09:28:29 (14:28Z) 6364718 Sim stopped: average frame rate for last 283 secs = 17.2 fps 6364718 Max AI traffic was 22 aircraft (Deleted 0) 7252172 **** No SimConnect events or states being received! Re-connecting now ... **** 7252265 SimConnect_Open succeeded: waiting to check version okay 7252265 Opened separate AI Traffic client okay 7252297 Running in "Microsoft Flight Simulator X", Version: 10.0.62615.0 (SimConnect: 10.0.62615.0) 7252297 Initialising SimConnect data requests now 7252297 FSUIPC Menu entry added 7252359 User Aircraft ID 1 supplied, now being used 7252375 C:\Users\danie\Downloads\KMEMMMTO_FSX_30Sep19.PLN 7252468 C:\Users\danie\Downloads\KMEMMMTO_FSX_30Sep19.PLN 7253234 System time = 30/09/2019 08:04:38, Simulator time = 09:46:08 (14:46Z) 8332390 **** No SimConnect events or states being received! Re-connecting now ... **** 8332500 SimConnect_Open succeeded: waiting to check version okay 8332500 Opened separate AI Traffic client okay 8332656 Running in "Microsoft Flight Simulator X", Version: 10.0.62615.0 (SimConnect: 10.0.62615.0) 8332656 Initialising SimConnect data requests now 8332656 FSUIPC Menu entry added 8332687 User Aircraft ID 1 supplied, now being used 8333047 C:\Users\danie\Downloads\KMEMMMTO_FSX_30Sep19.PLN 8333047 C:\Users\danie\Downloads\KMEMMMTO_FSX_30Sep19.PLN 8333156 System time = 30/09/2019 08:22:38, Simulator time = 10:03:34 (15:03Z) 8490062 **** No SimConnect events or states being received! Re-connecting now ... **** 8490406 SimConnect_Open succeeded: waiting to check version okay 8490406 Opened separate AI Traffic client okay 8491406 Running in "Microsoft Flight Simulator X", Version: 10.0.62615.0 (SimConnect: 10.0.62615.0) 8491406 Initialising SimConnect data requests now 8491406 FSUIPC Menu entry added 8491437 User Aircraft ID 1 supplied, now being used 8492578 C:\Users\danie\Downloads\KMEMMMTO_FSX_30Sep19.PLN 8492687 C:\Users\danie\Downloads\KMEMMMTO_FSX_30Sep19.PLN 8494031 System time = 30/09/2019 08:25:18, Simulator time = 10:05:55 (15:05Z) 9417922 **** No SimConnect events or states being received! Re-connecting now ... **** 9418015 SimConnect_Open succeeded: waiting to check version okay 9418015 Opened separate AI Traffic client okay 9418062 Running in "Microsoft Flight Simulator X", Version: 10.0.62615.0 (SimConnect: 10.0.62615.0) 9418062 Initialising SimConnect data requests now 9418062 FSUIPC Menu entry added 9418078 User Aircraft ID 1 supplied, now being used 9418093 C:\Users\danie\Downloads\KMEMMMTO_FSX_30Sep19.PLN 9418187 C:\Users\danie\Downloads\KMEMMMTO_FSX_30Sep19.PLN 9418468 System time = 30/09/2019 08:40:43, Simulator time = 10:20:48 (15:20Z) 10472640 **** No SimConnect events or states being received! Re-connecting now ... **** 10472734 SimConnect_Open succeeded: waiting to check version okay 10472734 Opened separate AI Traffic client okay 10472797 Running in "Microsoft Flight Simulator X", Version: 10.0.62615.0 (SimConnect: 10.0.62615.0) 10472797 Initialising SimConnect data requests now 10472797 FSUIPC Menu entry added 10472812 User Aircraft ID 1 supplied, now being used 10472843 C:\Users\danie\Downloads\KMEMMMTO_FSX_30Sep19.PLN 10472906 C:\Users\danie\Downloads\KMEMMMTO_FSX_30Sep19.PLN 10473422 System time = 30/09/2019 08:58:18, Simulator time = 10:38:00 (15:38Z) 11094859 Sim stopped: average frame rate for last 617 secs = 22.0 fps 11094859 Max AI traffic was 22 aircraft (Deleted 0) 11696937 **** No SimConnect events or states being received! Re-connecting now ... **** 11697031 SimConnect_Open succeeded: waiting to check version okay 11697031 Opened separate AI Traffic client okay 11712437 **** No SimConnect events or states being received! Re-connecting now ... **** 11712547 SimConnect_Open succeeded: waiting to check version okay 11717640 Opened separate AI Traffic client okay 11743437 **** No SimConnect events or states being received! Re-connecting now ... **** 11743531 SimConnect_Open succeeded: waiting to check version okay 11748640 Opened separate AI Traffic client okay 11774343 **** No SimConnect events or states being received! Re-connecting now ... **** 11774453 SimConnect_Open succeeded: waiting to check version okay 11779547 Opened separate AI Traffic client okay 11805312 **** No SimConnect events or states being received! Re-connecting now ... **** 11805406 SimConnect_Open succeeded: waiting to check version okay 11810515 Opened separate AI Traffic client okay 11836250 **** No SimConnect events or states being received! Re-connecting now ... **** 11836343 SimConnect_Open succeeded: waiting to check version okay 11841453 Opened separate AI Traffic client okay 11867234 **** No SimConnect events or states being received! Re-connecting now ... **** 11867343 SimConnect_Open succeeded: waiting to check version okay 11872437 Opened separate AI Traffic client okay 11898156 **** No SimConnect events or states being received! Re-connecting now ... **** 11898265 SimConnect_Open succeeded: waiting to check version okay 11903359 Opened separate AI Traffic client okay 11929109 **** No SimConnect events or states being received! Re-connecting now ... **** 11929203 SimConnect_Open succeeded: waiting to check version okay 11934312 Opened separate AI Traffic client okay 11960031 **** No SimConnect events or states being received! Re-connecting now ... **** 11960140 SimConnect_Open succeeded: waiting to check version okay 11965250 Opened separate AI Traffic client okay 11990922 **** No SimConnect events or states being received! Re-connecting now ... **** 11991015 SimConnect_Open succeeded: waiting to check version okay 11996125 Opened separate AI Traffic client okay 12021843 **** No SimConnect events or states being received! Re-connecting now ... **** 12021937 SimConnect_Open succeeded: waiting to check version okay 12027047 Opened separate AI Traffic client okay 12052890 **** No SimConnect events or states being received! Re-connecting now ... **** 12053000 SimConnect_Open succeeded: waiting to check version okay 12058093 Opened separate AI Traffic client okay 12084812 **** No SimConnect events or states being received! Re-connecting now ... **** 12084922 SimConnect_Open succeeded: waiting to check version okay 12090015 Opened separate AI Traffic client okay 12115797 **** No SimConnect events or states being received! Re-connecting now ... **** 12115906 SimConnect_Open succeeded: waiting to check version okay 12121000 Opened separate AI Traffic client okay 12146859 **** No SimConnect events or states being received! Re-connecting now ... **** 12146953 SimConnect_Open succeeded: waiting to check version okay 12152062 Opened separate AI Traffic client okay 12181015 **** No SimConnect events or states being received! Re-connecting now ... **** 12181109 SimConnect_Open succeeded: waiting to check version okay 12181109 Opened separate AI Traffic client okay 12206843 **** No SimConnect events or states being received! Re-connecting now ... **** 12206953 SimConnect_Open succeeded: waiting to check version okay 12212047 Opened separate AI Traffic client okay 12237843 **** No SimConnect events or states being received! Re-connecting now ... **** 12237937 SimConnect_Open succeeded: waiting to check version okay 12243062 Opened separate AI Traffic client okay 12268750 **** No SimConnect events or states being received! Re-connecting now ... **** 12268859 SimConnect_Open succeeded: waiting to check version okay 12273953 Opened separate AI Traffic client okay 12298875 === Closing session: waiting for DLLStop to be called ... 12330437 === DLLStop called ... 12330437 === Closing external processes we started ... 12331437 === About to kill any Lua plug-ins still running ... 12332640 === About to kill my timers ... 12332640 === Restoring window procs ... 12332672 === Unloading libraries ... 12332687 === stopping other threads ... 12332687 === ... Button scanning ... 12332797 === ... Axis scanning ... 12332890 === Releasing joystick devices ... 12332890 === Freeing macro memory 12332906 === Removing any offset overrides 12332906 === Clearing any displays left 12332906 === NOTE: not calling SimConnect_Close ... 12332906 === AI slots deleted! 12332906 === Freeing button memory ... 12332906 === Closing my Windows ... 12333078 === Freeing FS libraries ... 12334078 === Closing devices ... 12334109 === Closing the Log ... Bye Bye! ... 12334109 System time = 30/09/2019 09:29:19, Simulator time = 10:55:46 (15:55Z) 12334109 *** FSUIPC log file being closed Minimum frame rate was 2.0 fps, Maximum was 29.2 fps Minimum available memory recorded was 2519Mb Average frame rate for running time of 10163 secs = 18.3 fps Maximum AI traffic for session was 22 aircraft Memory managed: 3472 Allocs, 3472 Freed ********* FSUIPC Log file closed *********** FSUIPC 4 Install.txt Installer for FSUIPC4.DLL version 4.974 Looking in registry for FSX install path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Games\Flight Simulator\10.0 Parameter"SetupPath" ... >>> OK! FOUND FSX! <<< ... SetupPath=C:\Program Files (x86)\Steam\steamapps\common\FSX Looking in registry for FSX-SE install path: HKEY_LOCAL_MACHINE\SOFTWARE\DovetailGames\FSX Parameter"Install_Path" ... >>> OK! FOUND FSX-SE! <<< ... SetupPath=C:\Program Files (x86)\Steam\steamapps\common\FSX ************ BUT this is the same path as for FSX! Will only install for FSX-SE ************ Looking in registry for Prepar3D v1 install path: HKEY_LOCAL_MACHINE\SOFTWARE\LockheedMartin\Prepar3D Parameter"SetupPath" Not there, so looking in: HKEY_CURRENT_USER\SOFTWARE\LockheedMartin\Prepar3D Parameter"AppPath" ... NOT found! ... Looking in registry for Prepar3D v2 install path: HKEY_LOCAL_MACHINE\SOFTWARE\Lockheed Martin\Prepar3D v2 Parameter"SetupPath" Not there, so looking in: HKEY_CURRENT_USER\SOFTWARE\Lockheed Martin\Prepar3D v2 Parameter"AppPath" ... NOT found! ... Looking in registry for Prepar3D v3 install path: HKEY_LOCAL_MACHINE\SOFTWARE\Lockheed Martin\Prepar3D v3 Parameter"SetupPath" Not there, so looking in: HKEY_CURRENT_USER\SOFTWARE\Lockheed Martin\Prepar3D v3 Parameter"AppPath" ... NOT found! ... =========================================================== INSTALLATION FOR FSX-SE: SetupPath="C:\Program Files (x86)\Steam\steamapps\common\FSX\" Checking version of the FSX-SE EXE: ... Version 10.0.62615.0 (Need at least 10.0.62607.0) Checking compatibility with installed SimConnect: Found SimConnect build 60905 (Original) Found SimConnect build 62615 (Steam) Found SimConnect build 61242 (SP1 May07) Found SimConnect build 61259 (Acc/SP2 Oct07) Checking if there's already a version of FSUIPC4 installed in: C:\Program Files (x86)\Steam\steamapps\common\FSX\Modules\FSUIPC4.DLL ... No previous valid version found. FSX-SE Modules folder already exists. Okay -- installed FSUIPC4 into "C:\Program Files (x86)\Steam\steamapps\common\FSX\Modules\FSUIPC4.DLL" Looking for the current user's Application Data path: ... found as "C:\Users\danie\AppData\Roaming" Now finding \Microsoft\FSX-SE\FSX_SE.CFG for all users, including this one Looking in "C:\Users\All Users\AppData\Roaming" ... No FSX_SE.CFG there Looking in "C:\Users\dani\AppData\Roaming" ... No FSX_SE.CFG there Looking in "C:\Users\danie\AppData\Roaming" ... No FSX_SE.CFG there Looking in "C:\Users\Danie_us3gjsi\AppData\Roaming" ... No FSX_SE.CFG there Looking in "C:\Users\Default\AppData\Roaming" ... No FSX_SE.CFG there Looking in "C:\Users\Default User\AppData\Roaming" ... No FSX_SE.CFG there Looking in "C:\Users\Public\AppData\Roaming" ... No FSX_SE.CFG there Looking for the current user's Application Data path: ... found as "C:\Users\danie\AppData\Roaming" Now finding \Microsoft\FSX-SE\FSX.CFG for all users, including this one Looking in "C:\Users\All Users\AppData\Roaming" ... No FSX.CFG there Looking in "C:\Users\dani\AppData\Roaming" ... No FSX.CFG there Looking in "C:\Users\danie\AppData\Roaming" ... No FSX.CFG there Looking in "C:\Users\Danie_us3gjsi\AppData\Roaming" ... No FSX.CFG there Looking in "C:\Users\Default\AppData\Roaming" ... No FSX.CFG there Looking in "C:\Users\Default User\AppData\Roaming" ... No FSX.CFG there Looking in "C:\Users\Public\AppData\Roaming" ... No FSX.CFG there Looking for the current user's Application Data path: ... found as "C:\Users\danie\AppData\Roaming" Now finding \Microsoft\FSX\FSX.CFG for all users, including this one Looking in "C:\Users\All Users\AppData\Roaming" ... No FSX.CFG there Looking in "C:\Users\dani\AppData\Roaming" ... No FSX.CFG there Looking in "C:\Users\danie\AppData\Roaming" Found FSX.CFG in "C:\Users\danie\AppData\Roaming\Microsoft\FSX\FSX.CFG" Now checking DLL.XML ... ... There is a previous DLL.XML, checking for FSUIPC4 section. ... FSUIPC4 section already exists but will be replaced. (for FSUIPC4, without Loader) ... FSUIPC4 section of DLL.XML written okay Now checking for a SimConnect.XML file ... ... There is a SimConnect.XML, checking for "local" section. ... "local" section already exists, file not modified. Looking in "C:\Users\Danie_us3gjsi\AppData\Roaming" ... No FSX.CFG there Looking in "C:\Users\Default\AppData\Roaming" ... No FSX.CFG there Looking in "C:\Users\Default User\AppData\Roaming" ... No FSX.CFG there Looking in "C:\Users\Public\AppData\Roaming" ... No FSX.CFG there "Modules\FSUIPC Documents" folder created okay! Now installing additional files into the "Modules\FSUIPC Documents" folder: Installed "FSUIPC4 User Guide.pdf" okay Installed "FSUIPC4 for Advanced Users.pdf" okay Installed "FSUIPC4 History.pdf" okay Installed "The 2016 List of FSX and P3D Controls.pdf" okay Installed "FSUIPC Lua Library.pdf" okay Installed "FSUIPC Lua Plug-Ins.pdf" okay Installed "Lua License.pdf" okay Installed "Lua Plugins for VRInsight Devices.pdf" okay Installed "LuaFileSystem.pdf" okay Installed "Example LUA plugins.zip" okay Installed "ASN WX Radar facilities in FSUIPC4.pdf" okay Installed "Offset Mapping for PMDG 737NGX.pdf" okay Installed "Offset Mapping for PMDG 777X.pdf" okay Installed "Offset Mapping for PMDG 747QOTSII.pdf" okay Installed "FSUIPC4 Offsets Status.pdf" okay Installed "Profiles in Separate Files.pdf" okay Installed "FSUIPC4_Loader.dll" okay =========================================================== All installer tasks completed. Registration dialog 'not now' selected *************** End of Install Log ***************
-
Dear Experts and members, I am new to this forum and also don't have much idea about how FSX & FSUIPC interconnect, specially what is the output format of FSUIPC. I read on different forums and threads that we can build a simulator using FSUIPC software and arduino but no one talked about the PLC and i want to do this. All i want to know that which type of output FSUIPC software provide and how can i get the data from this software. For example if i have PC with FSX installed and i bought the license of FSUIPC then how can i get the data or which file give me the values to control my motors and different gadgets etc? Your earlier response will be highly appreciable. Thanks in advance