Jump to content
The simFlight Network Forums

John Dowson

Members
  • Posts

    13,671
  • Joined

  • Last visited

  • Days Won

    287

Everything posted by John Dowson

  1. Ok, glad you resolved, but strange to bump the sane issue/topic after 9 months....! John
  2. Yes, understood. You could try sending the keypress on the button release as well as the key press, i.e. sending the control twice. You would still get the switch to the default view, but you would only have to press (and release) once. May be better and worth a try.... John
  3. First, you posted in the FAQ section that it over 10 years old. If you would like support, and it is related to FSUIPC (or one of the other products we provide), please post in the main support forum: https://forum.simflight.com/forum/30-fsuipc-support-pete-dowson-modules/ And please DO NOT POST a video. We require a description of your issue together with any relevant files, usually at least your FSUIPC ini and log files. Please read this: John
  4. FSUIPC will auto-start with MSFS, if you selected that option during installation. But FSUIPC7 is quite different from other versions, in that it is no longer a dll embedded into the sim but a separate progtam/executable. When it is ran it shows a splash screen and then sits in your system tray, where you can access it, or use Alt + F (default hotkey, can be changed) to open the main window. PLEASE read pr at least peruse the User guide. You should also take a look at the Installation and Registration guide. I provide extensive documentation to not have to answer support questions such as this all the time... John
  5. Button assignments are greyed out when they have multiple assignments. That assignment is on Joystick 4 button 8, and assigned to THROTTLE3_DECR, so must be this one: That should be obvious, especially if you check the format of the button assignments in the manuals... These are the other assignments on that button:
  6. Strange - maybe check the power management settings on your USB hubs... I will check to see if I get the same behavior, just out of interest. I don't think it can be related to your actual trim wheel, more to do with the JF Arrow I would think... John
  7. Strange, as they should be fired regardless of how triggered, but that must be due to the PMDG implementation. I guess its ok for you as long as you only change the state via 3rd party apps that use the custom control. You could check to see if any lvars hold the states you require, as suggested by Paul, which would be more reliable (if there are any!). John
  8. The latest version of FSUIPC6 is only compatible with P3Dv4.3 and later. You should update your P3Dv4 installation to the latest available - there is no reason not to do this, it is a free upgrade. Compatibility with P3Dv4.1 was removed many versions ago... I cannot see how this happened after a mainboard battery change either, unless you (or your customer) was previously using an older v4.1 compatible version of FSUIPC6. Regards, John
  9. Hmm, sounds strange - especially as you say only sometimes.... You could try logging (Buttons + Switches and keypresses) to see if the log reveals anything when you need to press twice. And what do you mean by 'first press takes me to wherever I was looking at'? If you are already 'looking at that', then do you mean there is no change in the view on the first press? Ok, but probably not of much interest. Its just a lua script that cycles between camera views. John
  10. Adding to what Paul has said, MSFS sends various pause/unpause events while starting-up and I think the ready-to-fly flag also changes during start-up, but this behavior has changed over the various updates and am not sure of the status of this offset at the moment, I will check it when I get a chance, However, a useful offset for MSFS in 0x062B (PLANE IN PARKING STATE). This contains 1 when in the main MSFS menu system, and 0 otherwise, and so can be used as an indicator if a plane is loaded or not, regardless if the pause state. John
  11. I have moved your post to the MSFS/FSUIPC7 forum. I don't know. Why don't you try it? I time-limited trial license is available in a post at the top of this forum. John
  12. The events should be logged, and you should be able to intercept them using the event.control lua function, as Paul said. I don't know why you are not seeing those (or any) events logged...maybe they aren't being used? Try assigning a button press to those events, and see if they are logged when you send them. John
  13. No, I didn't think it would make much difference... Ah, ok....I should have asked to see your logs first.... Yes, forget that version I posted - I will remove. Ok. Did you try closing the com object before FSUIPC exited? You can do this in an event.terminate function. John
  14. These are SimConnect controls, and can be seen in the exported controls list document, in your FSUIPC document folders. No, they won't - the camera system is very different in MSFS. To implement a 'pan reset' function, you can do the following: - first, create a 'custom camera' for your view. You can do this by hitting Ctrl + Alt + a numpad key (0-9). The number will be the number of the view. You can then switch to this view using Alt + the assigned numpad key you selected - assign your button to the Alt + numpad key in FSUIPC, using the left-hand side of button assignments dialog I recently provided a lua script to cycle between views for another user - see the following if interested: John
  15. The throttle configuration can be tricky for the aerosoft airbus. There is plenty of information on the various support forums that may help, but I don't have this aircraft and can't really advise. Also, you don't say what FS or version of FSUIPC you are using, or what type of controllers you have... The following links may help with the throttle configuration: https://forum.aerosoft.com/index.php?/topic/143380-airbus-professional-fsuipc-settings/ https://www.avsim.com/forums/topic/561341-aerosoft-airbus-professional-throttle-settings-using-fsuipc/ There are also various posts on using lvars and/or Linda with the airbus. But it really depends on what you want to achieve - your question is far too general to help any further. I suggest you try and configure and post more specific questions if you have any issues (and can't find an answer already posted!). John
  16. No idea. I'll try switching to using an axis control here to see if its the same for me. But I don't think this is an issue to be worried about. John
  17. But using an axis is fine. Just reverse it in a profile specific calibration for the JF Arrow. Why don't you just try that? John
  18. No, just one of them. You cannot run both at the same time (well, you can by changing the class name of the WideClient, but there should be no need to run both...). I'm a bit busy at the moment but will post the details when I can....within the next few days, sorry but I can't do this any earlier. John
  19. I don't know, but if using the PMDG 777, you should look at the PMDG SDK for that aircraft to see if the information is held in the PMDG-specific offsets. First thing to do is to check the PMDG_777X_SDK.h file to see if anything in there looks like what you need. John
  20. WideFS7 is what you need then. However, this should also work with FSUIPC7 running on the client machine, and would save you having to buy an additional license. So try FSUIPC7 on the client machine first, otherwise I will look into providing you with a trial license for WideFS7. Sure. I will create a separate topic for this later today or tomorrow. John
  21. First, you are using quite and of version of FSUIPC6, v6.0.12. The latest (and only supported) version of FSUIPC6 is v6.1.6 - please update. After updating, produce a short log file showing your issue: activate logging for Axes controls, load your aircraft and then move each brake through its full range, then exit FSUIPC/P3D and show me the FSUIPC6.log file. As you are also using Linda, it may be a good idea to disable Linda for this test. And your log shows that you have installed FSUIPC6 under your Windows Documents folder. This can cause issues - it is better to install in a non-protected folder and just have your add-on.xml file under the Documents\Prepar3D v5 Add-ons\FSUIPC6 folder. You should consider installing in a different folder when you update (and remember to move all your files across to the new installation folder afterwards). John
  22. They are available once you have registered your FSUIPC license. You do this by tunning the installer - there is a dialog at the end of the installation process to register your license. Enter your registration details there and click the Register button to validate and generate your FSUIPC7.key file. John
  23. No. Its just that the Pan controls are not working correctly in MSFS via SimConnect. For view controls, best to assign your buttons/switches to the default MSFS key bindings for such controls. If there is no binding for that in MSFS, you can assign a key binding to the control in MSFS, and then assign your button to that key binding in FSUIPC. Try that and let me know if thats ok, or I can look into this further for you but will take me a couple of days to get around to this (working through the support backlog!). Cheers, John
  24. Hi Ron, Why don't you just create a profile-specific calibration for the Arrow and reverse it there? You don't need to use profiles for anything else if you don't want to. But there is no issue with creating profiles. In fact, its a good idea to use profiles for most MSFS aircraft, especially add-ons, as there are many controls that can only be accessed via lvars or hvars, and as these are profile specific it is always better to use these in a profile. I do have the JF Arrow but have not noticed this issue. I have assigned to the Bravo trim wheel, which uses buttons, so I have assigned to the trim offset for both fast/slow increments and decrements. I don't assign to the elevator trim axis so haven't noticed this issue. If interested, I shared my Bravo assignments (including trim wheel) in this post: Cheers, John
×
×
  • 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.