Jump to content
The simFlight Network Forums

hkhoanguyen

Members
  • Posts

    43
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by hkhoanguyen

  1. Hi John, Thank you for your reply, My lua running, it worked normally for the numer 1-9 of GSX Select Option, only until I added event.key then ipc.keypress stopped working the loop function reads for anti collision light ON and the Ground Call switch on 737 overhead is pushed, then start GSX push back, just when I added event.key to run another function then my push back GSX keypress is not working anymore (that means the GSX Menu is opened but number pressed is not working) Thanks John!
  2. Hello, By adding event.key in my lua script, the GSX select option by keyboard number from 1-9 (called by ipc.keypress) does not work anymore, do you have any idea why ? function aftertakeoff() ipc.log("test") end event.key(191, 8, 'aftertakeoff') Thanks
  3. Thanks i will have a look, also one more question, would it be possible to add time delay between each action (macro?) Thanks
  4. I would like to ask if it is possible in FSUIPC to do a sequence of clicks for FMC / MCDU, for example, I would like to access to one page in the MCDU but i have to click many buttons in order to access it, I know and already use the FSUIPC function KeyPress/Macro where we can record a mouse click at a specific location. would it be possible to use Macro for a chain of clicks with FSUIPC ? Or you guys have any other idea to implement this ? Thanks
  5. Hi Thomas, is there any other smaller value than 25384 ? how to know which value to set it ? thanks
  6. Thanks Thomas, I will try tonight,
  7. Hi, I'm flying FSLabs and my rudder is a bit sensitive, I set one axis in FSUIPC of my gamepad to be the rudder, I wonder if it is possible to limit the rudder movement in order to descrease the sensitivity ? I already tried to use Filter with Scope (Curve) but still quite sensitive for me Thanks
  8. Hi, I would like to get the flight plan already loaded in p3D with lng and lat, what is the FSUIPC Offset for this ? Thanks
  9. Thanks Paul for your kindness, Yes, I pass them as decimal degrees without any further processing, into the polyline of GMap Api I will check back on my side if I did anything wrong, and get back to you if I have some doubts. Thanks again, and have a nice day.
  10. Yes, I do, in my wpf application, I have one function that reads xml file and get only the first two lat and lng into a List of <string> and send them to JS
  11. Thanks Paul for your reply, yes I have it here, created by PFPX . By the way, for example: <WorldPosition>N44° 49' 43.001975",W0° 42' 55.000000",+000166.00</WorldPosition> I just took the two first as they are lat and lgn, i'm not sure about the third parameter (+000166.00), do you have any idea and do you think it affects to the precision ? Thanks LFBDENGM01.pln Yes, I received it, will reply you tonight.
  12. Bonjour, désolé pour le retard, mon fichier .pln est en local, c'est juste une petite appli wpf qui envoie des GPS coordinates à mon web client(c#/HTML). Sorry to post in french as M Frédéric asked me in french.
  13. Thanks Paul for your quick reply, Yes in javascript I have one function that convert E45* 36.1' from PFPX *.pln into "only decimal" value ("50.1506435458109") Here in the the JS function : parseDMS So there are 2 different sources , lat and long that are sent from FSUIPC .NET to the web client that draws the green polyline following the plane, and the other that gets coordinates from *.pln and draw them on google map as red polylin
  14. Thanks a lot, I finally could get all those info.
  15. Hi, I'm using some examples on the internet to develop a small moving map, however, on the map the plane is flying a few mile to the left / right of the red flight plan polyline (photo attached) I wonder if the code that I'm using does not have a right data type (missing some decimal value ?) Note that the flight plan polyline (red) that I draw on the map based on the coordinates that generated by PFPX (*.pln file) here is the example code that I got from the internet I dont remember where, may be from this forum : Do you have any idea ? Thanks Photo : https://ibb.co/bSHtCb
  16. Hi, How can I get the aircraft information like Flight Number / Aircraft Type / Reg No.... I have seen one FSUIPC offset to get those info but I still haven't figure out of how to get them out of aircraft.cfg. Thanks in advanced!
  17. Hi, I'm developing a small application with FSUIPC .NET, i dont know if it exists a way to check P3D is running or not? //Check P3D running Before starting Process() FSUIPCConnection.Process(); // Process the request to FSUIPC FSUIPCConnection.Process("AircraftInfo"); // For aicraft typ Thanks
  18. Hi, My p3D also crashes and when I see the log in Event Viewer, it is telling me that the FSUIPC4.dll is causing the crash. Could you please help me to investigate it ? Thanks a lot Faulting application name: Prepar3D.exe, version: 3.4.18.19475, time stamp: 0x5851bfd2 Faulting module name: FSUIPC4.dll, version: 4.9.6.1, time stamp: 0x58933f1b Exception code: 0xc0000005 Fault offset: 0x0001f145 Faulting process id: 0x2658 Faulting application start time: 0x01d27f24981ef560 Faulting application path: C:\Program Files (x86)\Lockheed Martin\Prepar3D v3\Prepar3D.exe Faulting module path: C:\Program Files (x86)\Lockheed Martin\Prepar3D v3\Modules\FSUIPC4.dll Report Id: da822252-eb17-11e6-b1bb-54a050509737 Faulting package full name: Faulting package-relative application ID: and here is FSUIPC log: ********* FSUIPC4, Version 4.961 (1st February 2017) by Pete Dowson ********* Windows 10 Pro 64 Bit reported as Build 14393, Release ID: 1607 (OS 10.0) Prepar3D.exe version = 3.4.18.19475 Reading options from "C:\Program Files (x86)\Lockheed Martin\Prepar3D v3\Modules\FSUIPC4.ini" Running inside Prepar3D v3 on Windows 10 Module base=55220000 User Name="Khoa Nguyen" User Addr="hkhoanguyen@gmail.com" FSUIPC4 Key is provided WIDEFS7 not user registered, or expired 63 System time = 04/02/2017 17:25:00 63 FLT path = "C:\Users\hkhoanguyen\Documents\Prepar3D v3 Files\" 63 ------ Module Version Check ------ 63 acontain.dll: 3.4.18.19475 63 api.dll: 3.4.18.19475 63 controls.dll: 3.4.18.19475 63 fs-traffic.dll: 3.4.18.19475 63 G3D.dll: 3.4.18.19475 63 language.dll: 3.4.18.19475 63 sim1.dll: 3.4.18.19475 63 visualfx.dll: 3.4.18.19475 63 weather.dll: 3.4.18.19475 63 window.dll: 3.4.18.19475 63 ---------------------------------- 63 Trying C:\Program Files (x86)\Lockheed Martin\Prepar3D v3\Modules\SimConnectP3D3.dll 94 Found it: trying to connect 109 FS path = "C:\Program Files (x86)\Lockheed Martin\Prepar3D v3\" 266 ---------------------- Joystick Device Scan ----------------------- 281 Product= Logitech Extreme 3D 281 Manufacturer= Logitech 281 Vendor=046D, Product=C215 (Version 2.4) 281 Serial Number= 281 Product= PS(R) Gamepad Adaptor 281 Manufacturer= ZEROPLUS 281 Vendor=0E8F, Product=0003 (Version 1.9) 281 Serial Number= 281 ------------------------------------------------------------------- 297 LogOptions=40000000 00000001 297 ------------------------------------------------------------------- 297 ------ Setting the hooks and direct calls into the simulator ------ 297 --- CONTROLS timer memory location obtained ok 297 --- SIM1 Frictions access gained 297 --- FS Controls Table located ok 297 --- Installed Mouse Macro hooks ok. 297 --- Wind smoothing fix is installed 297 --- SimConnect intercept for texts and menus option is off 297 --- All links okay (except older global weather setting method) 297 ------------------------------------------------------------------- 297 SimConnect_Open succeeded: waiting to check version okay 297 Trying to use SimConnect Prepar3D 297 Opened separate AI Traffic client okay 13344 Running in "Lockheed Martin® Prepar3D® v3", Version: 3.4.18.19475 (SimConnect: 3.4.0.0) 13344 Initialising SimConnect data requests now 13344 FSUIPC Menu entry added 13375 C:\Users\hkhoanguyen\AppData\Local\Lockheed Martin\Prepar3D v3\Prepar3D_Default.fxml 13375 C:\Program Files (x86)\Lockheed Martin\Prepar3D v3\SimObjects\Airplanes\IRIS Raptor Driver\Raptor.air 42156 C:\Program Files (x86)\Lockheed Martin\Prepar3D v3\SimObjects\Airplanes\Piper_J3Cub\Piper_J3Cub.air 90906 User Aircraft ID 2 supplied, now being used 90969 System time = 04/02/2017 17:26:30, Simulator time = 17:25:40 (16:25Z) 90984 Aircraft="Piper Cub" 96859 Starting everything now ... 96859 Button changed: bRef=0, Joy=2, Btn=14, Pressed 96859 [Buttons] 8=P2,14,K98,8 96859 SendKeyToFS(00000062=[Num2], KEYDOWN) ctr=0 96859 Sending WM_KEYDOWN, Key=98 (Scan code 80), Ctr=1 96875 KEYDOWN: VK=98, Waiting=0, Repeat=N, Shifts=0 96875 .. Key not programmed -- passed on to FS 96922 ASN active function link set 96922 Ready for ASN WX radar 96969 SendKeyToFS(00000062=[Num2], KEYUP) ctr=0 96984 Sending WM_KEYUP, Key=98 (Scan code 80), Ctr=1 96984 KEYUP: VK=98, Waiting=0 97141 Button changed: bRef=0, Joy=2, Btn=14, Released 97141 [Buttons] 8=P2,14,K98,8 108859 Button changed: bRef=0, Joy=2, Btn=14, Pressed 108859 [Buttons] 8=P2,14,K98,8 108859 SendKeyToFS(00000062=[Num2], KEYDOWN) ctr=0 108859 Sending WM_KEYDOWN, Key=98 (Scan code 80), Ctr=1 108875 KEYDOWN: VK=98, Waiting=0, Repeat=N, Shifts=0 108875 .. Key not programmed -- passed on to FS 108969 SendKeyToFS(00000062=[Num2], KEYUP) ctr=0 108969 Sending WM_KEYUP, Key=98 (Scan code 80), Ctr=1 108984 KEYUP: VK=98, Waiting=0 109406 Button changed: bRef=0, Joy=2, Btn=14, Released 109406 [Buttons] 8=P2,14,K98,8 109578 Button changed: bRef=0, Joy=2, Btn=14, Pressed 109578 [Buttons] 8=P2,14,K98,8 109578 SendKeyToFS(00000062=[Num2], KEYDOWN) ctr=0 109594 Sending WM_KEYDOWN, Key=98 (Scan code 80), Ctr=1 109594 KEYDOWN: VK=98, Waiting=0, Repeat=N, Shifts=0 109594 .. Key not programmed -- passed on to FS 109688 SendKeyToFS(00000062=[Num2], KEYUP) ctr=0 109688 Sending WM_KEYUP, Key=98 (Scan code 80), Ctr=1 109688 KEYUP: VK=98, Waiting=0 109813 Button changed: bRef=0, Joy=2, Btn=14, Released 109813 [Buttons] 8=P2,14,K98,8 109922 Button changed: bRef=0, Joy=2, Btn=14, Pressed 109922 [Buttons] 8=P2,14,K98,8 109922 SendKeyToFS(00000062=[Num2], KEYDOWN) ctr=0 109922 Sending WM_KEYDOWN, Key=98 (Scan code 80), Ctr=1 109922 KEYDOWN: VK=98, Waiting=0, Repeat=N, Shifts=0 109922 .. Key not programmed -- passed on to FS 110031 SendKeyToFS(00000062=[Num2], KEYUP) ctr=0 110031 Sending WM_KEYUP, Key=98 (Scan code 80), Ctr=1 110031 KEYUP: VK=98, Waiting=0 110203 Advanced Weather Interface Enabled 110891 Button changed: bRef=0, Joy=2, Btn=14, Released 110891 [Buttons] 8=P2,14,K98,8 148453 C:\Program Files (x86)\Lockheed Martin\Prepar3D v3\SimObjects\Airplanes\FSLabs A320 CFM\A320.air 149391 Aircraft="FSLabs A320-X Easyjet (new colors)" 149406 [Buttons] now profile-specific: 149406 8=R2,2,C65588,0 149406 9=P0,4,K90,8 149406 [Buttons] now profile-specific: 149406 1=R2,14,K40,8 149406 8=R2,2,C65588,0 149406 9=P0,4,K90,8 155984 **** No SimConnect events or states being received! Re-connecting now ... **** 156094 SimConnect_Open succeeded: waiting to check version okay 156094 Opened separate AI Traffic client okay 156094 Running in "Lockheed Martin® Prepar3D® v3", Version: 3.4.18.19475 (SimConnect: 3.4.0.0) 156094 Initialising SimConnect data requests now 156094 FSUIPC Menu entry added 156094 User Aircraft ID 2 supplied, now being used 156469 System time = 04/02/2017 17:27:36, Simulator time = 17:25:57 (16:25Z) 209984 Sim stopped: average frame rate for last 54 secs = 47.5 fps 209984 Max AI traffic was 0 aircraft 226875 KEYDOWN: VK=66, Waiting=0, Repeat=N, Shifts=0 226875 .. Key not programmed -- passed on to FS 227016 KEYUP: VK=66, Waiting=0 227813 KEYDOWN: VK=37, Waiting=0, Repeat=N, Shifts=0 227813 .. Key not programmed -- passed on to FS 228313 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 228313 .. Key not programmed -- passed on to FS 228375 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 228375 .. Key not programmed -- passed on to FS 228406 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 228406 .. Key not programmed -- passed on to FS 228406 KEYUP: VK=37, Waiting=0 228969 KEYDOWN: VK=39, Waiting=0, Repeat=N, Shifts=0 228969 .. Key not programmed -- passed on to FS 229141 KEYUP: VK=39, Waiting=0 229734 KEYDOWN: VK=40, Waiting=0, Repeat=N, Shifts=0 229734 .. Key not programmed -- passed on to FS 230000 KEYUP: VK=40, Waiting=0 231641 KEYDOWN: VK=38, Waiting=0, Repeat=N, Shifts=0 231641 .. Key not programmed -- passed on to FS 231797 KEYUP: VK=38, Waiting=0 233094 KEYDOWN: VK=40, Waiting=0, Repeat=N, Shifts=0 233094 .. Key not programmed -- passed on to FS 233188 KEYUP: VK=40, Waiting=0 238797 KEYDOWN: VK=40, Waiting=0, Repeat=N, Shifts=0 238797 .. Key not programmed -- passed on to FS 238906 KEYUP: VK=40, Waiting=0 265828 KEYDOWN: VK=38, Waiting=0, Repeat=N, Shifts=0 265828 .. Key not programmed -- passed on to FS 265969 KEYUP: VK=38, Waiting=0 271125 KEYDOWN: VK=38, Waiting=0, Repeat=N, Shifts=0 271125 .. Key not programmed -- passed on to FS 271547 KEYDOWN: VK=37, Waiting=0, Repeat=N, Shifts=0 271547 .. Key not programmed -- passed on to FS 271938 KEYUP: VK=38, Waiting=0 271938 KEYUP: VK=37, Waiting=0 272313 KEYDOWN: VK=40, Waiting=0, Repeat=N, Shifts=0 272313 .. Key not programmed -- passed on to FS 272453 KEYUP: VK=40, Waiting=0 272984 KEYDOWN: VK=40, Waiting=0, Repeat=N, Shifts=0 272984 .. Key not programmed -- passed on to FS 273500 KEYDOWN: VK=40, Waiting=0, Repeat=Y, Shifts=0 273500 .. Key not programmed -- passed on to FS 273531 KEYDOWN: VK=40, Waiting=0, Repeat=Y, Shifts=0 273531 .. Key not programmed -- passed on to FS 273563 KEYDOWN: VK=40, Waiting=0, Repeat=Y, Shifts=0 273563 .. Key not programmed -- passed on to FS 273594 KEYDOWN: VK=40, Waiting=0, Repeat=Y, Shifts=0 273594 .. Key not programmed -- passed on to FS 273625 KEYDOWN: VK=40, Waiting=0, Repeat=Y, Shifts=0 273625 .. Key not programmed -- passed on to FS 273656 KEYDOWN: VK=40, Waiting=0, Repeat=Y, Shifts=0 273656 .. Key not programmed -- passed on to FS 273703 KEYDOWN: VK=40, Waiting=0, Repeat=Y, Shifts=0 273703 .. Key not programmed -- passed on to FS 273703 KEYDOWN: VK=39, Waiting=0, Repeat=N, Shifts=0 273703 .. Key not programmed -- passed on to FS 274000 KEYUP: VK=39, Waiting=0 274031 KEYUP: VK=40, Waiting=0 274438 KEYDOWN: VK=38, Waiting=0, Repeat=N, Shifts=0 274438 .. Key not programmed -- passed on to FS 274547 KEYUP: VK=38, Waiting=0 346641 KEYDOWN: VK=81, Waiting=0, Repeat=N, Shifts=0 346641 .. Key not programmed -- passed on to FS 346750 KEYUP: VK=81, Waiting=0 351297 KEYDOWN: VK=38, Waiting=0, Repeat=N, Shifts=0 351297 .. Key not programmed -- passed on to FS 351484 KEYUP: VK=38, Waiting=0 352219 KEYDOWN: VK=38, Waiting=0, Repeat=N, Shifts=0 352219 .. Key not programmed -- passed on to FS 352375 KEYUP: VK=38, Waiting=0 365016 KEYDOWN: VK=39, Waiting=0, Repeat=N, Shifts=0 365016 .. Key not programmed -- passed on to FS 365094 KEYDOWN: VK=40, Waiting=0, Repeat=N, Shifts=0 365094 .. Key not programmed -- passed on to FS 365125 KEYUP: VK=39, Waiting=0 365219 KEYUP: VK=40, Waiting=0 386672 KEYDOWN: VK=39, Waiting=0, Repeat=N, Shifts=0 386672 .. Key not programmed -- passed on to FS 386766 KEYDOWN: VK=38, Waiting=0, Repeat=N, Shifts=0 386766 .. Key not programmed -- passed on to FS 387141 KEYUP: VK=39, Waiting=0 387141 KEYUP: VK=38, Waiting=0 387844 KEYDOWN: VK=37, Waiting=0, Repeat=N, Shifts=0 387844 .. Key not programmed -- passed on to FS 388344 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 388344 .. Key not programmed -- passed on to FS 388375 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 388375 .. Key not programmed -- passed on to FS 388406 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 388406 .. Key not programmed -- passed on to FS 388453 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 388453 .. Key not programmed -- passed on to FS 388484 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 388484 .. Key not programmed -- passed on to FS 388516 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 388516 .. Key not programmed -- passed on to FS 388547 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 388547 .. Key not programmed -- passed on to FS 388578 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 388578 .. Key not programmed -- passed on to FS 388609 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 388609 .. Key not programmed -- passed on to FS 388656 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 388656 .. Key not programmed -- passed on to FS 388688 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 388688 .. Key not programmed -- passed on to FS 388703 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 388703 .. Key not programmed -- passed on to FS 388734 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 388734 .. Key not programmed -- passed on to FS 388766 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 388766 .. Key not programmed -- passed on to FS 388813 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 388813 .. Key not programmed -- passed on to FS 388844 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 388844 .. Key not programmed -- passed on to FS 388875 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 388875 .. Key not programmed -- passed on to FS 388891 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 388891 .. Key not programmed -- passed on to FS 388922 KEYUP: VK=37, Waiting=0 400156 KEYDOWN: VK=34, Waiting=0, Repeat=N, Shifts=0 400156 .. Key not programmed -- passed on to FS 400672 KEYDOWN: VK=34, Waiting=0, Repeat=Y, Shifts=0 400672 .. Key not programmed -- passed on to FS 400688 KEYDOWN: VK=34, Waiting=0, Repeat=Y, Shifts=0 400688 .. Key not programmed -- passed on to FS 400734 KEYDOWN: VK=34, Waiting=0, Repeat=Y, Shifts=0 400734 .. Key not programmed -- passed on to FS 400750 KEYDOWN: VK=34, Waiting=0, Repeat=Y, Shifts=0 400750 .. Key not programmed -- passed on to FS 400797 KEYDOWN: VK=34, Waiting=0, Repeat=Y, Shifts=0 400797 .. Key not programmed -- passed on to FS 400797 KEYDOWN: VK=36, Waiting=0, Repeat=N, Shifts=0 400797 .. Key not programmed -- passed on to FS 401297 KEYDOWN: VK=36, Waiting=0, Repeat=Y, Shifts=0 401297 .. Key not programmed -- passed on to FS 401344 KEYDOWN: VK=36, Waiting=0, Repeat=Y, Shifts=0 401344 .. Key not programmed -- passed on to FS 401359 KEYDOWN: VK=36, Waiting=0, Repeat=Y, Shifts=0 401359 .. Key not programmed -- passed on to FS 401406 KEYDOWN: VK=36, Waiting=0, Repeat=Y, Shifts=0 401406 .. Key not programmed -- passed on to FS 401438 KEYDOWN: VK=36, Waiting=0, Repeat=Y, Shifts=0 401438 .. Key not programmed -- passed on to FS 401469 KEYDOWN: VK=36, Waiting=0, Repeat=Y, Shifts=0 401469 .. Key not programmed -- passed on to FS 401500 KEYDOWN: VK=36, Waiting=0, Repeat=Y, Shifts=0 401500 .. Key not programmed -- passed on to FS 401547 KEYDOWN: VK=36, Waiting=0, Repeat=Y, Shifts=0 401547 .. Key not programmed -- passed on to FS 401563 KEYDOWN: VK=36, Waiting=0, Repeat=Y, Shifts=0 401563 .. Key not programmed -- passed on to FS 401609 KEYDOWN: VK=36, Waiting=0, Repeat=Y, Shifts=0 401609 .. Key not programmed -- passed on to FS 401641 KEYDOWN: VK=36, Waiting=0, Repeat=Y, Shifts=0 401641 .. Key not programmed -- passed on to FS 401672 KEYDOWN: VK=36, Waiting=0, Repeat=Y, Shifts=0 401672 .. Key not programmed -- passed on to FS 401703 KEYDOWN: VK=36, Waiting=0, Repeat=Y, Shifts=0 401703 .. Key not programmed -- passed on to FS 401719 KEYDOWN: VK=36, Waiting=0, Repeat=Y, Shifts=0 401719 .. Key not programmed -- passed on to FS 401766 KEYDOWN: VK=36, Waiting=0, Repeat=Y, Shifts=0 401766 .. Key not programmed -- passed on to FS 401813 KEYDOWN: VK=36, Waiting=0, Repeat=Y, Shifts=0 401813 .. Key not programmed -- passed on to FS 401828 KEYDOWN: VK=36, Waiting=0, Repeat=Y, Shifts=0 401828 .. Key not programmed -- passed on to FS 401875 KEYDOWN: VK=36, Waiting=0, Repeat=Y, Shifts=0 401875 .. Key not programmed -- passed on to FS 401891 KEYDOWN: VK=36, Waiting=0, Repeat=Y, Shifts=0 401891 .. Key not programmed -- passed on to FS 401922 KEYDOWN: VK=46, Waiting=0, Repeat=N, Shifts=0 401922 .. Key not programmed -- passed on to FS 401938 KEYUP: VK=34, Waiting=0 401969 Button changed: bRef=0, Joy=2, Btn=15, Pressed 401969 [Buttons.FSLabs A320-X Easyjet (new colors)] 2=R2,15,K37,8 401969 Repeating flag set: bRef=0, Joy=2, Btn=15 (RepeatDelayCtr=1) 401969 SendKeyToFS(00000025=[Left], KEYDOWN) ctr=0 401969 Sending WM_KEYDOWN, Key=37 (Scan code 75), Ctr=1 402000 KEYDOWN: VK=37, Waiting=0, Repeat=N, Shifts=0 402000 .. Key not programmed -- passed on to FS 402141 Button held, flags=X04, repeat set: bRef=0, Joy=2, Btn=15, (RepeatOk sets 2) 402141 [Buttons.FSLabs A320-X Easyjet (new colors)] 2=R2,15,K37,8 402141 Repeating flag set: bRef=0, Joy=2, Btn=15 (RepeatDelayCtr=11) 402141 SendKeyToFS(00000025=[Left], KEYDOWN) ctr=0 402141 Sending WM_KEYDOWN, Key=37 (Scan code 75), Ctr=1 402156 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 402156 .. Key not programmed -- passed on to FS 402172 Button held, flags=X04, repeat set: bRef=0, Joy=2, Btn=15, (RepeatOk sets 2) 402172 [Buttons.FSLabs A320-X Easyjet (new colors)] 2=R2,15,K37,8 402172 Repeating flag set: bRef=0, Joy=2, Btn=15 (RepeatDelayCtr=11) 402172 SendKeyToFS(00000025=[Left], KEYDOWN) ctr=0 402172 Sending WM_KEYDOWN, Key=37 (Scan code 75), Ctr=1 402203 Button held, flags=X04, repeat set: bRef=0, Joy=2, Btn=15, (RepeatOk sets 2) 402203 [Buttons.FSLabs A320-X Easyjet (new colors)] 2=R2,15,K37,8 402203 Repeating flag set: bRef=0, Joy=2, Btn=15 (RepeatDelayCtr=11) 402203 SendKeyToFS(00000025=[Left], KEYDOWN) ctr=0 402203 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 402203 .. Key not programmed -- passed on to FS 402203 KEYUP: VK=36, Waiting=0 402203 Sending WM_KEYDOWN, Key=37 (Scan code 75), Ctr=1 402219 Button held, flags=X04, repeat set: bRef=0, Joy=2, Btn=15, (Result 4) 402219 [Buttons.FSLabs A320-X Easyjet (new colors)] 2=R2,15,K37,8 402219 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 402219 .. Key not programmed -- passed on to FS 402250 Button held, flags=X04, repeat set: bRef=0, Joy=2, Btn=15, (RepeatOk sets 2) 402250 [Buttons.FSLabs A320-X Easyjet (new colors)] 2=R2,15,K37,8 402250 Repeating flag set: bRef=0, Joy=2, Btn=15 (RepeatDelayCtr=11) 402250 SendKeyToFS(00000025=[Left], KEYDOWN) ctr=0 402266 Sending WM_KEYDOWN, Key=37 (Scan code 75), Ctr=1 402281 Button held, flags=X04, repeat set: bRef=0, Joy=2, Btn=15, (RepeatOk sets 2) 402281 [Buttons.FSLabs A320-X Easyjet (new colors)] 2=R2,15,K37,8 402281 Repeating flag set: bRef=0, Joy=2, Btn=15 (RepeatDelayCtr=11) 402281 SendKeyToFS(00000025=[Left], KEYDOWN) ctr=0 402281 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 402281 .. Key not programmed -- passed on to FS 402281 Sending WM_KEYDOWN, Key=37 (Scan code 75), Ctr=1 402297 Button held, flags=X04, repeat set: bRef=0, Joy=2, Btn=15, (Result 4) 402297 [Buttons.FSLabs A320-X Easyjet (new colors)] 2=R2,15,K37,8 402297 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 402297 .. Key not programmed -- passed on to FS 402297 KEYUP: VK=46, Waiting=0 402344 Button held, flags=X04, repeat set: bRef=0, Joy=2, Btn=15, (RepeatOk sets 2) 402344 [Buttons.FSLabs A320-X Easyjet (new colors)] 2=R2,15,K37,8 402344 Repeating flag set: bRef=0, Joy=2, Btn=15 (RepeatDelayCtr=11) 402344 SendKeyToFS(00000025=[Left], KEYDOWN) ctr=0 402344 Sending WM_KEYDOWN, Key=37 (Scan code 75), Ctr=1 402375 Button changed: bRef=0, Joy=2, Btn=15, Released 402375 [Buttons.FSLabs A320-X Easyjet (new colors)] 2=R2,15,K37,8 402375 Repeating flag set: bRef=0, Joy=2, Btn=15 (RepeatDelayCtr=1) 402375 SendKeyToFS(00000025=[Left], KEYUP) ctr=0 402375 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 402375 .. Key not programmed -- passed on to FS 402375 Sending WM_KEYDOWN, Key=37 (Scan code 75), Ctr=1 402391 KEYUP: VK=37, Waiting=0 402469 KEYDOWN: VK=36, Waiting=0, Repeat=N, Shifts=0 402469 .. Key not programmed -- passed on to FS 402922 Button changed: bRef=0, Joy=2, Btn=15, Pressed 402922 [Buttons.FSLabs A320-X Easyjet (new colors)] 2=R2,15,K37,8 402922 Repeating flag set: bRef=0, Joy=2, Btn=15 (RepeatDelayCtr=1) 402922 SendKeyToFS(00000025=[Left], KEYDOWN) ctr=0 402922 Sending WM_KEYDOWN, Key=37 (Scan code 75), Ctr=1 402953 KEYDOWN: VK=37, Waiting=0, Repeat=N, Shifts=0 402953 .. Key not programmed -- passed on to FS 402953 KEYDOWN: VK=46, Waiting=0, Repeat=N, Shifts=0 402953 .. Key not programmed -- passed on to FS 402984 KEYUP: VK=36, Waiting=0 403094 Button held, flags=X04, repeat set: bRef=0, Joy=2, Btn=15, (RepeatOk sets 2) 403094 [Buttons.FSLabs A320-X Easyjet (new colors)] 2=R2,15,K37,8 403094 Repeating flag set: bRef=0, Joy=2, Btn=15 (RepeatDelayCtr=11) 403094 SendKeyToFS(00000025=[Left], KEYDOWN) ctr=0 403094 Sending WM_KEYDOWN, Key=37 (Scan code 75), Ctr=1 403109 Button held, flags=X04, repeat set: bRef=0, Joy=2, Btn=15, (Result 4) 403109 [Buttons.FSLabs A320-X Easyjet (new colors)] 2=R2,15,K37,8 403109 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 403109 .. Key not programmed -- passed on to FS 403156 Button held, flags=X04, repeat set: bRef=0, Joy=2, Btn=15, (RepeatOk sets 2) 403156 [Buttons.FSLabs A320-X Easyjet (new colors)] 2=R2,15,K37,8 403156 Repeating flag set: bRef=0, Joy=2, Btn=15 (RepeatDelayCtr=11) 403156 SendKeyToFS(00000025=[Left], KEYDOWN) ctr=0 403156 Sending WM_KEYDOWN, Key=37 (Scan code 75), Ctr=1 403156 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 403156 .. Key not programmed -- passed on to FS 403172 Button held, flags=X04, repeat set: bRef=0, Joy=2, Btn=15, (Result 4) 403172 [Buttons.FSLabs A320-X Easyjet (new colors)] 2=R2,15,K37,8 403203 Button held, flags=X04, repeat set: bRef=0, Joy=2, Btn=15, (RepeatOk sets 2) 403203 [Buttons.FSLabs A320-X Easyjet (new colors)] 2=R2,15,K37,8 403203 Repeating flag set: bRef=0, Joy=2, Btn=15 (RepeatDelayCtr=11) 403203 SendKeyToFS(00000025=[Left], KEYDOWN) ctr=0 403219 Sending WM_KEYDOWN, Key=37 (Scan code 75), Ctr=1 403234 Button held, flags=X04, repeat set: bRef=0, Joy=2, Btn=15, (RepeatOk sets 2) 403234 [Buttons.FSLabs A320-X Easyjet (new colors)] 2=R2,15,K37,8 403234 Repeating flag set: bRef=0, Joy=2, Btn=15 (RepeatDelayCtr=11) 403234 SendKeyToFS(00000025=[Left], KEYDOWN) ctr=0 403234 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 403234 .. Key not programmed -- passed on to FS 403234 Sending WM_KEYDOWN, Key=37 (Scan code 75), Ctr=1 403250 Button changed: bRef=0, Joy=2, Btn=15, Released 403250 [Buttons.FSLabs A320-X Easyjet (new colors)] 2=R2,15,K37,8 403250 Repeating flag set: bRef=0, Joy=2, Btn=15 (RepeatDelayCtr=1) 403250 SendKeyToFS(00000025=[Left], KEYUP) ctr=0 403250 KEYDOWN: VK=37, Waiting=0, Repeat=Y, Shifts=0 403250 .. Key not programmed -- passed on to FS 403266 Sending WM_KEYDOWN, Key=37 (Scan code 75), Ctr=1 403281 KEYUP: VK=37, Waiting=0 403422 KEYUP: VK=46, Waiting=0 403531 KEYDOWN: VK=36, Waiting=0, Repeat=N, Shifts=0 403531 .. Key not programmed -- passed on to FS 403875 KEYUP: VK=36, Waiting=0 411891 Sim stopped: average frame rate for last 196 secs = 36.9 fps 411891 Max AI traffic was 0 aircraft 463453 === Calling SimConnect_Close ... 463656 === SimConnect_Close done! 464656 System time = 04/02/2017 17:32:44, Simulator time = 17:30:07 (16:30Z) 464656 *** FSUIPC log file being closed Minimum frame rate was 22.0 fps, Maximum was 81.6 fps Minimum available memory recorded was 1514Mb Average frame rate for running time of 279 secs = 41.8 fps Maximum AI traffic for session was 0 aircraft Memory managed: 68 Allocs, 67 Freed ********* FSUIPC Log file closed ***********
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.