Jump to content
The simFlight Network Forums

John Dowson

Members
  • Posts

    12,283
  • Joined

  • Last visited

  • Days Won

    252

Everything posted by John Dowson

  1. Don't be so sure! The same thing happens to the support requests/bugs I raise - they just seem to disappear into the Asobo systems with no way to track. But at least it will be in there systems, although I doubt very much they will fix this. Asobo doesn't seem that interested in fixing things for external control, they seem to prioritize the visuals and the xbox controls... John
  2. Not sure... Try the FSX HUD controls to see if they have any affect, but they seem to be just for next/previous and not on/off. If not, you can check the PMDG SDK to see if they provide any custom controls for this. Otherwise, if the HUD on/off switch has a keyboard shortcut, you can assign a button to those keys. If none of that works, you could try with a mouse macro. John
  3. Ok, but sorry to hear this. But it really shouldn't be that complicated to set up basic functions, such as primary controls or the POV hat. Just try the following: 1. Delete your FSUIPC4.ini - best to start afresh. 2. Start FSX and load a default GA aircraft. Best to initially set-up your default profile with a simple aircraft. 3. Go into the FSX Control settings and make sure controllers are not enabled 4. Open the FSUIPC main window and select the Axis Assignment tab 5. Move your POV button (in any direction). You should see a 'P' (for POV) as the Axis#. 7. Select 'Sent to FS as Normal Axis 8. Enable the first selection drop-down and select Pan View 9. Click Ok Thats it. Your POV should be assigned. Then assign your primary axis - when you do this choose the action 'Send direct to FSUIPC calibration. Once you have assigned an axis, you then go to the calibration tab to calibrate that axis. Instructions on how to do this are provided in the User guide. If it helps, there is some documentation available in French, although rather old. See: John
  4. Sorry, no luck with this - I can only turn both on or off, not individually. I'm afraid it looks like this is not currently possible. I will raise a support request for this with Asobo. John
  5. Sure, I will update later today...
  6. You can try that - check in both axes and buttons. If you don't see it there, you can try the HIDScanner program (available from the downloads section of this forum). If that can see it, you can try with the lua com library. Btw, can you maybe give a more descriptive title the next time you raise a support requet. You now have two support requests with the title 'Flight Illusion', with nothing to distinguish them. John
  7. Did you check your USB Hun's device's power management settings? Make sure 'Allow computer to turn off the device ti save power' is unchecked. All devices will be scanned again when a new device is detected, which can take a few seconds. Do you not regain control? No problem - glad its now working. John
  8. Hi Roland. Ok. I do have one more idea - to set the lvar and send the Landing Lights Set event together (via calculator code). I will try this later. John
  9. Are you referring to what you see in the event viewer? So there is nothing there related to FSUIPC? It is very difficult for me to determining what is happening on your system without you responding to my questions. What actually happens when you run the FSUIPC7.exe file? Did you try pressing Alt + F to show the main window? If you start the Task manager, can you see the process running or not (labeled 'IPC Interface and More, for MSFS')?
  10. These don't seem to work in the King Air either, sorry.
  11. There is one other thing that you can try.... Check to see if any of the controls in MSFS itself work. The default key for Landing Lights Right is shift + Ctrl + Num6, and for left is shift + ctrl + num4. If they work, you can assign your buttons to the MSFS assigned key presses. John
  12. No I am not 100% sure, and I did not try this. You should always try/test lvars/hvars/calculator code before using, as I said in my first post: Did you not do this? Have you installed the FSUIPC WASM module (that provides access to lvars/hvars)? Did you activate the WAPI? This needs to be done just the once if you want to use lvars/hvars. Then I suggest you keep the manuals open and check things before asking for support. For example, you said: which is obviously the wrong syntax which even a brief check against the documentation would have told you.... Well, obviously. But from your questions it seems to me that you are not even looking at the manual. I gave both the syntax and an example on the manuals, and you seem to have missed both... Anyway, I just checked those lvars in the King Air, which you should have done as suggested, and they are settable but have no affect. Even stranger, some of the standard landing light controls (Landing Lights Set, Landing Light Right, etc) get logged as completely different controls when sent to this a/c. Very strange. There is also no MobiFlight preset for the King Air landing (or any other) lights, just presets for the AutoPilot (see https://hubhop.mobiflight.com/#/list). So, in summary, I do not think this is currently possible. You could see if there is a mod available where this has been fixed, maybe try this one: https://uwajimaya.github.io/FS2020/ John
  13. If this is the case, then did you not see this: ? And why isn't this clear from the example I give in the documentation: ? I am sorry but I fail to understand why you are asking these questions when it should be clear from the documentation.... So, your lvaroffsets section should look like this (for example - you can use any offsets that are free for general use): What that says is 'assign the lvar L:LIGHTING_LANDING_1 to offset 0xA000 as an unsigned byte, and also lvar L:LIGHTING_LANDING_2 to offset 0xA001 also as an unsigned byte. An then assign one button to the control Offset Byte Togglebits, giving A000 as the offset and 1 (or x1) as the parameter, and the other button to the same control, giving A001 as the offset and 1 (or x1) as the parameter. Exactly as the example given, except you are using 2 lvars and 2 offsets. Why is this not clear from the Advanced user guide and the example given? Maybe, if/when the penny finally drops, you can create a FAQ entry (or User Contribution) explaining how to do this in language you understand, that may help others who have difficulty understanding the manuals. John
  14. Hi Peter, Good! Ah, ok, understood. Ok. Take a look at the examples provided - they should be in a zip file in your FSUIPC7 Documents folder. There are also several documents got using lua with FSUIPC7, but for general lua information you should consult google. Remember that a lua program needs to be started - if its event based, then you would usually start the lua from your [Auto] (or profile [Auto.xxx]) ini section. John
  15. Why are you sending me log files? Please answer my question: What FSUIPC7 clients are you using? Error 13 IS NOT an error message from FSUIPC as far as I can tell... Your 'previous' log file shows that FSUIPC7 exited after about 4 minutes as MSFS was no longer running. The second log file shows FSUIPC7 still running (i.e. not closed down) after 2 minutes. Can you please answer my question and explain what your issue actually is (no pictures please!). i.e. what happens when you acknowledge the message? Is FSUIPC7 still running? If not, are there any events visible in the Windows Event Viewer? John
  16. Try first without using the luas. Just assign your throttle to the FS controls Throttle1 Axis Set Ex1 and Throttle2 Axis Set Ex1, and try reversing the axes by manually editing your ini and adding ,*-1 to the axes assignment lines - see the section Additional parameters to scale input axis values on the Advanced User guide (P39). The Ex1 axes controls cannot be calibrated using FSUIPC's calibration facilities. You need to use the axis input values scaling for these axes. Try that first before using the luas. Any issues, let me know. But if you do decide to use the luas instead, make sure that the lua is being started, usually you want to do this via your [Auto] or profile [Auto.xxx] ini file sections. If it still doesn't work, try activating debug logging for luas to see what is happening in the script (you can post your log file here if you want me to take a look). John
  17. Ok, thanks - sounds good...what changes did you make? John
  18. As I said, please read the Advanced User guide. P43 and P44. I provide these manuals so that I do not have to explain the same thing for every user. Look at the example I give in the documentation: i.e. you have to give the type of the variable (in this case, UB, an unsigned byte) and the offset address to store the value (in this case, 0xA000). They don't appear there. You need to assign your button to Offset Byte Togglebits, giving the offset you are using together with 1 (or x1) as the parameter. As it says in the documentation... Also note that, as lvars are aircraft specific, it is also better to add lvars to offsets in a LvarOffsets profile section really, but you can continue to use the general section for the time being, if you are not using profiles yet. John John
  19. Check under Windows Logs -> Application to see if there is ant event logged for FSUIPC7 and if so show it to me. If FSUIPC7 crashed, there will be an associated event there. What actually happens when you run the FSUIPC7.exe file? Did you try pressing Alt + F to show the main window? If you start the Task manager, can you see the process running or not? I am still trying to determine if FSUIPC7 is still running or not. If not, and it is actually crashing, you need to update/re-install your VC++ redistributables, as advised. John
  20. You said " I used the axes assignment panel for it and... it's getting worse : 3 to 4s lag instead of 2 to 3 !" but the FSUIPC4.ini file you attached shows no assignments to the Pan View control on an axis, but shows your POV buttons assigned as buttons to the separate Pan Up/Down/Left/Right. This tells me that you either DID NOT assign to the Pan View axis, or you attached an FSUIPC4.ini file that you weren't using. I already said this several times now and quoted your assignments to show you this... So, you are either confused as to what an assignment to an axis is, or you are showing me the wrong FSUIPC4.ini file. Once assigned, it will look something like this on your [Axes] section: So, either show me your updated FSUIPC4.ini file so that I can see the assignments or tell me what you do not understand about assigning your POV to the Pan View axis. Also, please double-check that you have the Enable Controller(s) tick-box unchecked in your settings. I recommend that you also initial start with a simple/stock aircraft before moving on to more complex aircraft. Try setting up all your primary axes and standard buttons (POV, Parking brake, lights, ...) in the general (i.e. no profile selected) sections first, before you start using profiles for specific aircraft. John
  21. Which version did you update from? What do you mean by 'broken'? No, only the latest version is available and supported. We need to determine what is causing your issue. Can you please explain what your issue is, and show me your .ini and .log files. John
  22. Yes. 4294967 seconds - just short of 50 days....a lot higher than you would ever really want! John
  23. I said "select an installation location that IS NOT a windows protected folder, such as Program Files or Documents." So why did you install it in Program Files? PLEASE try installing in another folder, e.g. C:\FSUIPC6, as I suggested. The key file is automatically generated and saved in your FSUIPC installation folder. If you have installed under Program Files, it seems that this file cannot be created for some users. You can manually create your key file, but if this is an issue it is better to install elsewhere as you can have issues further down the line with your assignments, as they are also saved in the installation folder. John
  24. I disagree, but you are entitled to your opinion. You say you have read the manual, but you do not evenseem to be reading mu comments. Take your hat/panning assignments. You ay you assigned this as an axis but that is obviously not true - you have the 4 hat buttons assigned as individual buttons, and you say you have set "Control to repeat while held", which is an option for buttons only - there is no such option for axes assignments. Your 'Connie' profile is only assigned to one aircraft: So that will only be used with an aircraft that has that substring in its title. The throttle calibration is also wrong for that profile: Throttle=-16380,0 You need to calibrate properly. And the only profile in which you have any rudder assigned is in your A320 profile Which is only used for the following aircraft: If the aircraft loaded has a livery that doesn't match any of those aircraft, the profile will not be used. I suggest that you change that to use substrings, e.g. If you do that, the profile will be used for all aircraft that contain the string 'A320'. I have no idea why you think your rudder was working for those aircraft when it isn't assigned, unless you had it assigned in FSX. Maybe re-read it and try again. Try starting with the section The Easy Step-by-Step Way to Calibrate Your Controls 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.