Jump to content
The simFlight Network Forums

John Dowson

Members
  • Posts

    13,250
  • Joined

  • Last visited

  • Days Won

    270

Posts posted by John Dowson

  1. 2 minutes ago, ark1320 said:

    It seems that when the sim has focus the four stand alone arrow keys (in the  'inverted T' pattern on many keyboards) are not seen by FSUIPC7

    The keys seen by FSUIPC7 is currently restricted by what is sent via SimConnect. For what is currently available, you should refer to the MSFS SDK documentation, under SimConnect, -> SimConnect_Status_of_Input_Events. 

    6 minutes ago, ark1320 said:

    If Asobo has not at least acknowledged this Simconnect problem I would suggest it would be good for you as a developer to contact then again about it.

    It is acknowledged/known. Again, check the documentation.

    10 minutes ago, ark1320 said:

    Perhaps this is essentially caused by the same Simconnect bug that prevents FSUIPC7 from seeing the Number pad keys when the sim has focus.

    This is a different problem. FSUIPC7 can receive/see the numpad keys, but MSFS only sends them when numlock is off, rather than on. This has been reported to ASOBO. As a workaround, I have added a new ini parameter to get around this (in the build from 26th September):
        - new ini parameter UseAlternativeNumpadKeyMapping as a workaround for an MSFS bug on numpad key input.
    Please see this thread for a discussion on how this is used:

    Cheers,

    John

  2. 6 minutes ago, Paul Henty said:

    I don't have MSFS so I assumed I couldn't install/start FSUIPC7, but I just found that I can.

    Yes, with FSUIPC7 now being a stand-alone exe rather than a dll, you don't need to have MSFS installed to install or run FSUIPC7. But of course, doesn't normally make much sense doing this!

    7 minutes ago, Paul Henty said:

    I tested with version V0.2.0 (0.1.0 threw an error on shutdown). All looks good including starting, shutting down, autostart.

    Ok, thanks, I'll update the installer to include V0.2.0 and release sometime next week...once I've updated the FSUIPC7 user manual.

    I'll also update the FSUIPC6 installer to include this, although I'm not sure yet if I'll add the start/stop/etc integration. I may do that at a later stage, via menu items in the P3D Add-on drop down menu entry, but that will depend if needed (i.e. requested). 

    Regards,

    John

    • Like 1
  3. Looks like you have registry issues, but could you please also show me your FSUIPC6.log file.

    Also, you aren't using the 'JoyLetters' facility.  You should really activate this to prevent problems when windows re-assigns your ids. Please see the FSUIPC User guide for details, or simply change
        AutoAssignLetters=No
    to
        AutoAssignLetters=Yes
    in the [JoyNames] section of your FSUIPC6.ini file and run P3D.

     

     

     

  4. 1 hour ago, PSantos said:

    (GPS buttons and Altitude Pre-Select) also can´t programa the Reset-Start-Freeze-Map-Con-Instr buttons.

    There are many buttons/switches that can't be programmed at the moment either due to lack of controls or controls not working, especially for AP systems (G1000 etc).

    Also. it seems that, depending on the aircraft and the AP system used, you may have to switch authority from the FCU to enable, and this may also apply to the MCP. I am referring  to this post:

    Quote

    I have found this possibly interesting post on MSFS forums :

    "There are no commands that are visible in control settings GUI. But you can control the FCU authority with these Sim Connect sim events; HEADING_SLOT_INDEX_SET SPEED_SLOT_INDEX_SET ALTITUDE_SLOT_INDEX_SET VS_SLOT_INDEX_SET Sending these with parameter 2 gives the authority to FCU, and sending with parameter 1 activates selected mode for each knob. You’ll need to use a 3rd party controller interface software that use sim connect; ....."

    Maybe that these "SLOT_INDEX" variables or controls set to 1 allow normal operations for the knobs of MCP ?

    I cannot send them directly to simconnect... never even tried to do this directly, only used FSUIPC.

    See this topic for further details: 

     

  5. I'm not sure about the Saitek X56, but its possible with the mode switch on the saitek yoke.
    When you change the mode switch, does FSUIPC see this in the buttons and switches assignment dialog? If so, it should be straightforward to use in FSUIPC.

    If not, some folks had to remove/rename a file called SaiD0BAC.PRO (in C:\Windows\System32) to get the mode switch of the yoke recognised. Maybe there is something similar for the X56?

    Also, note that FSUIPC only sees the first 32 buttons (0-31), so if the button number of the mode switch is higher than that it won't be recognisd in the assignments panel and you would have to resort to lua to program the button. You can check in the windows game controllers utility to see if your mode switch is recognised there (and what number it has).

    Finally, make sure that you have not installed the saitek software or drivers and just use the standard windows drivers.

  6. @Thomas Richter Those assignments are fine. He's just overloading the previous button press (adding '10' to the entry number, and using offset conditions.

    These are the ones that should be removed as they are assigned to controls that no longer exist:
     

    Quote

    50=RL,12,C1010,0     -{}-
    51=RL,7,C1011,0     -{}-

    For the actual problem, I'm still not sure if the TrransmitClientEvent failures are due to MSFS or FSUIPC7. However, when this occurs FSUIPC7 should be able to disconnect and reconnect successfully without crashing. This looks to be a threading issue which I'll look into.

    Btw, could you also activate 'Extras' logging. This will add a but more information (namely the thread id of the thread logging the message) which may be helpful.

    Thanks,

  7. 14 hours ago, bahnzo said:

    There's so many buttons that don't have mappings it seems. 

    Yes, but its pretty much the same in FSX/P3D, although not quite so bad. However, previous versions of FSUIPC had the mouse macro functionality that enabled you to assign to UI components that weren't controllable via standard SimConnect events or variables. I think we have to wait for something similar to be implemented in MSFS, rather than expecting ASOBO to implement SimConnect events to control all buttons/switches for all aircraft.

  8. 15 minutes ago, erjdriver said:

    ok now i need wideFS you say - i installed it, ran wideclient and then when p3d runs - it says  another p3d program is already running.

    You run WideFS on a client PC. If you want to run it on the same PC as FSUIPC/P3D, you have to change the class name - see the provided documentation for details.

    But, do you really need WideFS?  This is really only needed to run FSUIPC clients on a different machine to P3D o/FSUIPC. You should not use that just to use the lua display library. You can use ipc.display instead for luas running in FSUIPC. For example, try the attached lua:

    FPS_Monitor.lua

  9. Hi Stephan,

    first, I have moved your post to the dedicated FSUIPC7/MSFS sub-forum. Please use this sub-forum for question on FSUIPC7/MSFS.

    18 minutes ago, SloMo said:

    Can i assign them via FSUIPC as second inputs for the aileron and rudder ?

    Yes, you can - but only if your device is recognised as a standard windows HID device.

    19 minutes ago, SloMo said:

    And what about sensitivity ? The elevator-trimmwheel seems to be over-sensitive, and the sensitivity-adjustments of MSFS seem to be  not usable for a trimm-input.

    Is it correct, that i can handle this via FSUIPC too ? Making a curve with less sensitivity during the middle 2 turns ?

    In FSUIPC, you can add 'curves' to adjust the sensitivity.

    I suggest that you just download and try FSUIPC7-beta. It currently comes with a time-limited license so you can try the assignments. See 

     

     

    John

  10. There is now an installer ready that includes the WebSocket server + integration into FSUIPC7 (via an Add-ons menu entry). You can download from here:

     
    There is an issue if the WebServer is already running when FSUIPC7 is started as it currently doesn't check for this. I may add this at a later date.
    Also, there is currently no indication if the WebSocket server is running or not (apart from entries in the log). I think I'll update the FSUIPC7 title bar to include this information at some point. 
     
    Let me know if you have any issues or suggestions.
     
    John
  11. Hi Joshua,

    as described in the Announcement and in the provided README.txt file:

    Quote

    Missing Functionality 
    The following functionality is not currently available in FSUIPC7. We may look at re-instating some of these
    items at a later date, if and when such facilities are provided by the MSFS SDK:

    1. Mouse Macros (and other mouse functionality, e.g “mouse look”, etc):  pending facilities to be provided
    2. lVar access: pending facilities to be provided (if lVars still exist!)
    ...

    John

  12. Sorry, but it is still not clear what you issue is. Is it the loss of controls, or with Pilot2ATC?
    For loss of controls, check that you have power management disabled on your usb devices/hubs.
    You can also try activating logging for Axes Control in FSUIPC7. Monitor the console log (i.e. Log -> Open Console) and see what is logged, if anything, when you experience the loss of control.

    However, as you say that you lose control of your mouse, it sounds more like an MSFS issue as FSUIPC7 does nothing with the mouse. You could also check to see if any keyboard shorcuts have any affect when this occurs.

    For issues with Pilot2ATC, you really need their support forum.

  13. 6 hours ago, erjdriver said:

    It says add .lua files to the Modules folder - where is this folder?

    Where the documentation uses the term 'Modules folder', it refers to your FSUIPC installation folder. Previous to FSUIPC version 6, FSUIPC was, by default, installed in a folder called Modules, located under the main P3D folder. So its the folder that you select to install FSUIPC6 into. if you don't know where this is, there is also an 'Open Folder' button in the FSUIPC6 logging tab that will open Windows Explorer on this folder.

    6 hours ago, erjdriver said:

    Can you suggest a test lua file from the examples folder that will display something on the sim screen - for me to know it's working

    Would mydisplay.lua work??

    Sure.

    6 hours ago, erjdriver said:

    Do I need to restart P3D on each edit or will it be automatically be re-loaded on edit/save.

    No, you need to restart the lua. i.e. kill it (if its running) and start it again. The file will be re-compiled each time it is ran.

    6 hours ago, erjdriver said:

    i.e. is this Modules folder being monitored by fsuipc for auto reload.

    No, it isn't But as I said, you just need to stop the lua running and then restart it.

  14. 23 hours ago, PandaPlayerz said:

    , but I'm not sure if the G1000 PFD and MFD buttons are able to be configured yet. Is this possible yet, or are we still waiting on that support?

    Still waiting. This has already been asked many times, e.g. 

     

     

×
×
  • 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.