John Dowson
Members-
Posts
13,778 -
Joined
-
Last visited
-
Days Won
288
Content Type
Profiles
Forums
Events
Gallery
Downloads
Everything posted by John Dowson
-
Keys Only Repeating If FSUIPC7 Has Focus?
John Dowson replied to NovemberUniform's topic in FSUIPC7 MSFS
You don't need to download or use MobiFlight connector to use lvars/hvars/presets with FSUIPC7 - it comes with the MF presets. But I do not know what your issue is, and it certainly isn't related to this topic. Please create a new topic and describe your issue. However, if it is related to using MF presets, please first make sure that you have enabled the WASM module and have read about the WASM and how to use presets - you can find this information in the Advanced User manual, starting on page 46. Also, before requesting support, check that you are using the latest version which is v7.3.4. John -
You need to disconnect and re-connect to MSFS after you have enabled the WASM. That would also do it! No problem!
-
Do you have the WASM installed and enabled? Check the Add-ons->WASM menu - you can enable from there if not enabled. You can also check that the WASM is connected by selecting List Lvars. Also check that you are using the latest version of FSUIPC7, v7.3.4. Any further issues, please attach your FSUIPC7.log and FSUIPC7.ini file rather than attaching screenshots. John
-
Keys Only Repeating If FSUIPC7 Has Focus?
John Dowson replied to NovemberUniform's topic in FSUIPC7 MSFS
Yes, I also think 50ms is probably too fast. I will make the default 100ms, and stick with 250ms for the first repeat. I will make both of these adjustable via ini parameters. I think I can make both of these parameters profile specific, but whether you use profiles in separate files or not wouldn't make a difference. -
Still waiting I'm afraid - I did get an acknowledgement from PMDG but am still waiting for one of their technical guys to contact me...I will ping them again as a reminder. John
-
Try activating logging for Axis Controls and Events. Open the logging condole (Log -> Open Console) and see what (if any) events are logged when you move the throttle/flaps in the cockpit UI. If you see any events logged, you can try assigning to those. John
-
Keys Only Repeating If FSUIPC7 Has Focus?
John Dowson replied to NovemberUniform's topic in FSUIPC7 MSFS
Or maybe better to wait 250ms (for example) for the first key repeat, and then 50ms for subsequent repeats? I think it is necessary to have a longer repeat interval for the first repeat as this will affect all current key assignments (when 'no repeats' has not been selected). This is implemented in the attached version, v7.3.5b: FSUIPC7.exe John -
Keys Only Repeating If FSUIPC7 Has Focus?
John Dowson replied to NovemberUniform's topic in FSUIPC7 MSFS
@NovemberUniform I have looked into the key repeat issue...I don't think this has ever been working properly in FSUIPC7! The problem is that only the initial key press is received from the FS - no repeats are received, and later the key release. I've checked in 7.3.3 and repeats were not working in that version, and I doubt that they were in any previous version. It is strange that this issue has not been reported previously... I have added some code to enable repeat key presses to be detected. Basically I generate these internally and send repeat key presses until the key release is received. In the attached version, I have set repeats to be send every 50ms. I can adjust this (if needed), or maybe add a new ini parameter so that this can be set/changed by the user. What do you think? Anyway, please try the attached version, v7.3.5a. I can adjust the repeat rate, or make this adjustable, as you prefer. Let me know. FSUIPC7.exe John -
You could do this but you would have to write a lua script and control your axis assignments in lua, monitor for the button press and switch the control used when you receive the button press event. You would need to assign your axis to write its value to an FSUIPC offset, monitor that offset in lua (using event.offset) and then either send the appropriate control (for either manifold pressure or propeller RPM) depending upon whether the shift key has been pressed or not. John
-
Your EXE.xml looks fine - I do not know why MSFS is not starting FSUIPC7 as it should. Is your vdgs-util.exe program started? You could try changing the order in which these programs are started - to do this, try the attached EXE.xml: EXE.xml If that doesn't work, I can only re-iterate what has already been said on this topic: - check that you have not set FSUIPC7 to run as admin - check folder permissions are set correctly - if all else fails, go back to the old method of starting FSUIPC7 via the MSFS.bat file - instructions on how to do this are posted earlier in this thread. John
-
There are issues using the Xbox One and Xbox 360 controllers with FSUIPC as they are XInput devices. You need to install additional software for these to work correctly. Please see the README.txt included in the zip file you downloaded: John
-
FSUIPC stopped working on FSX SE
John Dowson replied to twflyer's topic in FSUIPC Support Pete Dowson Modules
Then this is a problem with Foreflight - I cannot help you with this. As FSUIPC4 is installed and running correctly, I don't see how I can help - you need Foreflight support really... Your log is large as you have logging of IPC Reads/Writes activated - turn that off. John -
Alt-F needs 3 times to show the UI window, and Hvar list is empty
John Dowson replied to AlMassimo's topic in FSUIPC7 MSFS
No. You would have to use the lua ipc.createLvar() function (or create it via offsets), and then issue an ipc.reload() to reload all lvars (although I'm not sure that is necessary as it may be done by the function itself - I would need to check). I'm also not sure the the [LvarOffset] sections is reprocessed on a reload() command...they should be, but if not then you would need to add an event.Lvar function to and add/update the offset in the handling function. -
Alt-F needs 3 times to show the UI window, and Hvar list is empty
John Dowson replied to AlMassimo's topic in FSUIPC7 MSFS
The ini you attached is from 7.3.3, and looks fine and loads ok here. Do you have a problem now or not? Not sure if I am supposed to be looking into anything... That's not possible as calculator code runs in the FS and offsets are part of FSUIPC (and in a separate process). However, if you want the value of a calculator code expression to go into an offset, you can create your own lvar, asddthat to an offset, and then update the calculator code to write the value to that lvar. -
This is not correct. Why don't you consult the documentation if you do not know how to use a facility before posting.... The correct format should be: [Auto.PMDG 737-700] 1=Lua PMDGAutoBrake In your lua file,why didn't you just change the variables at the top of the file? Doesn't really matter, but you didn't change the last event.button call: That last one should probably be: event.button(4, 135, "PMDG_MPNL_AUTOBRAKE_MAX")\ Any further issues, try looking at the documentation first, and also check your log file (you can add appropriate logging) which should tell you what is happening.
-
FSUIPC stopped working on FSX SE
John Dowson replied to twflyer's topic in FSUIPC Support Pete Dowson Modules
Sorry, but I so not understand your issue or what this has to do with FSUIPC4... WideFS is for use on a client PC, and all your licenses will be available from your SimMarket account. Is FSUIPC4 installed correctly? Can you access the FSUIPC4 main window from the add-ons menu? Can you please explain your issue, and if you are having problems with installation then show me your FSUIPC4 installation log file. If FSUIPC4 is installed and running, show me your FSUIPC4.log file. John -
Keys Only Repeating If FSUIPC7 Has Focus?
John Dowson replied to NovemberUniform's topic in FSUIPC7 MSFS
Do @NovemberUniform or @roland_lfor have your throttle's set-up for the Fenix A320? If so, maybe toy could help the user in this post: John -
Keys Only Repeating If FSUIPC7 Has Focus?
John Dowson replied to NovemberUniform's topic in FSUIPC7 MSFS
So repeat isn't working when MSFS has the focus? I will check this. Key repeats should be sent to the sim. There were some changes to processing key assignments and sending keys in the latest release (v7.3.4). I'm pretty sure this was working in earlier versions, so I will look into it... The OP's problem is with key repeats - button repeats are working as expected. John -
Alt-F needs 3 times to show the UI window, and Hvar list is empty
John Dowson replied to AlMassimo's topic in FSUIPC7 MSFS
That sounds strange. Do you not have any assignments? I see you are not using the events.txt file but have 2 events in your myevents.txt file. Maybe try again with your previous ini to see if that still gives issues and if so post it here and I will take a look. -
First, use the number for your device - I suspect that it is 0, but you can confirm by looking at the joy letter / id mapping in the [Joy\names] section of your FSUIPC7.ini. Second, the lua must be auto-ran - add it to your [Auto] section, or, better still, your [Auto.xxx] section (where xxx is the name of the profile you use for the PMDG 737). You do not need to make any assignments to the lua. Anu issues, activating logging for Lua Plugins and show me your FSUIPC7.ini and FSUIPC.log files. Not 100% sure what this means, but looks ok to me. keep this thread updated if you hear anything, thanks.
-
You should check if the calculator code for the preset is working or not first (as explained). Also check that it is being sent - activate logging for Buttons * Keys as well as events, and check your FSUIPC7.log file to confirm that it is being sent. You can also post your FSUIPC7.log file here and I can check it.
-
I'm not sure and cannot really help as I don't have this aircraft...maybe it is a timing issue? What happens if/when the gear is UP and you send the gear-off calculator code e.g. using Add-ons->WASM->Execute Calculator code using 30 (L:switch_455_73X) - 10 div s0 :1 l0 0 > if{ 45501 (>K:ROTOR_BRAKE) l0 -- s0 g1 } l0 0 < if{ 45502 (>K:ROTOR_BRAKE) l0 ++ s0 g1 } ? Try that to confirm the preset actually works. If so, you may need to add a delay, to allow time for the Gear-up to complete. before sending the gear-off ccode. If the calc code doesn't work, I cannot help with that - maybe ask on the MF discord channel. John
-
fuel levers idle/cutoff for the new PMDG 737-700 MSFS
John Dowson replied to Cuantreau's topic in FSUIPC7 MSFS
You need to have the WASM installed and enabled to use presets - check the Advanced User guide, un the WASM section. If the WASM is enabled correctly, you should see the menu entries active under the Add-ins->WASM menu - try listing lvars to confirm the WASM is installed and connected. Note that you need an aircraft loaded and ready-to-fly (i.e. not in the MSFS menu). Also check that you are using the latest version of FSUIPC7, v7.3.4 - if not, update. John