
John Dowson
Members-
Posts
13,463 -
Joined
-
Last visited
-
Days Won
279
Content Type
Profiles
Forums
Events
Gallery
Downloads
Everything posted by John Dowson
-
FSUIPC Offsets PMDG 747 QOTSII
John Dowson replied to SpiekerHoiting's topic in FSUIPC Support Pete Dowson Modules
Btw, are you 100% sure that the 4 bytes/booleans for ENG_annunALTN at offset 0x64B7 are correct? The only thing I can see that could possibly cause issues is the ENG_AutoIginition_Selector variable at offset 0x64AE. As this is an int, it may need to be on a 4-byte boundary (i.e. at offset 0x64B0), but this should not be necessary with 1-byte packing, and if it is an issue then this would only shift the data by 2 bytes, not 4. Lets wait until we hear what PMDG have to say, but if you can re-confirm that the above for offset 0x64B7 that would be useful. Thanks, John -
FSUIPC Offsets PMDG 747 QOTSII
John Dowson replied to SpiekerHoiting's topic in FSUIPC Support Pete Dowson Modules
From PMDG: -
A while ago I noticed a similar issue (i.e. the log reported the program ran with no errors, but the program itself did run) with VoiceAttack. But this only happened when the executable that the FSUIPC Run command was using was a link. Could it be that your F:\FS Programs\FSUIPC\linda.exe is actually a link/shortcut? If so, try changing to the actual executable. I will download linda to see if I can reproduce. John
-
FSUIPC Offsets PMDG 747 QOTSII
John Dowson replied to SpiekerHoiting's topic in FSUIPC Support Pete Dowson Modules
The data held from offset 0x6420 (512 bytes) is bulk copied from the data received from the PMDG aircraft, so it must be a problem with the data being received. I will contact PMDG about this issue. I will let you know what they say if/when I get a response. Regards, John -
I have done various tests here and do not notice any FPS drop when using FPS, so I think something else may be going on. Are you using any FSUIPC clients? If so, try disabling them and re-test. And are you starting any other programs via FSUIPC? I can't see your images too clearly but it seems that the thread loads were also very different in the screenshots. Could you do further tests, again just sitting on the runway and exiting then starting FSUIPC a few times - leaving it running for a few minutes and then exiting FSUIPC, wait for a few minutes and then restart FSUIPC and check again. Do that a few times to see if there really is such a drastic frame drop. If so, show me you FSUIPC7.ini and FSUIPC7.log files and I can check them, but I can't think of anything that FSUIPC can be doing to cause this... Btw, what monitor/FPS counter are you using? John
-
As your program path contains spaces, its better to enclose in quotes - try: RunIf1=CLOSE,"F:\FS Programs\FSUIPC\linda.exe" However, your log shows that the program was started without error: 203 Run: "F:\FS Programs\FSUIPC\linda.exe" Are you sure it isn't running, or could it be running but not displayed - did you check for the process in the task manager? John
-
As I have said, please show me the relevant files, the FSUIPC6.ini and FSUIPC6.log files. I need to see these files to investigae. There was a change to running programs from the [Programs] section in V6.1.6 for running programs that need arguments. Looks like this has affected existing run program entries, but I need to see those entries to diagnose this issue. John
-
FSUIPC Offsets PMDG 747 QOTSII
John Dowson replied to SpiekerHoiting's topic in FSUIPC Support Pete Dowson Modules
Ok, thanks. So 0x64BB is FUEL_CrossFeed_Sw, so you are saying that ENG_annunALTN at offset 0x64B7 is correct, but the following values are shifted by 4 bytes? This is very strange! The header you attached is the same one I have, and this is the relevant part: which shows these values being consecutive in the PMDG_747QOTSII_Data structure, which is the data block copied to the offsets. So if ENG_annunALTN is 4 bytes at offset 0x64B7, the 4 bytes for FUEL_CrossFeed_Sw should start at offset 0x64BB. So I'm not sure what is going on at the moment. I'll take a look at this further to see if I can see anything in the code, and check the validation/history of the last PMDG 747 header update and get back to you. John -
You are trying to install in your Documents folder which can cause issues, especially if using OneDrive which it looks like you are using. Try selecting a different installation location, e.g. under C:\FSUIPC6 or C:\P3Dv5 Add-ons\FSUIPC6. Best to uninstall first, using the Windows App management panel, if you can see an entry for FSUIPC6 there. If not, just re-run the installer and select an appropriate folder rather than accepting the default location (which will be your documents folder). John
-
First, you posted in the FAQ sub-forum, where it explicitly states NOT for support requests. I have moved your post to the main support forum. Please take care to post in the appropriate support forum. Also, please give your posts an appropriate tile, relating to what your issue is. A plea for help is not an appropriate title - it says nothing about your issue. I will update. As for your issue, I have no idea as I do not use ProSim or sioc (whatever that is), and you have not included any information as to what is actually driving your trim wheel. Is this configured/assigned in FSUIPC6, and if so, how? Maybe you can start by showing me your FSUIPC6.ini and FSUIPC6.log files. John
-
No problem. Thanks got reporting. John
-
P3D5 Throttle Axis Issue
John Dowson replied to light_blue_yonder's topic in FSUIPC Support Pete Dowson Modules
Yes, it should be possible with a lua script. You can send the axis value to an offset, and then process that value how you like. The script would also listen for button press event, and if the last axis value received was within a certain (Idle) range, a button press would change how the following axis values are processed. When in 'forward thrust' mode, the script would send the "Axis ThrottleN Set" controls with the appropriate axis value as a parameter. In 'reverse thrust' mode, you would send the Thrust Decrement control. As the CRJ reversers seem to have 4 fixed positions (when set-up with a reverse zone, haven't tried with no reverse zone and using a reverser axis, will also try that), and not be on a continuous axis, you would need to maintain 4 ranges and send a Throttle Decrement control when entering a range and the axis value is greater than the previous one, and send a Throttle Increment control when leaving a range and the axis value is less than the previous one. I would need to check (again) the way the CRJ thrust works when the throttle in the EFB is configured for no reverse zone to confirm. I can take a look maybe at the weekend, and maybe provide you with a lua that you could use to customize to your needs. -
P3D5 Throttle Axis Issue
John Dowson replied to light_blue_yonder's topic in FSUIPC Support Pete Dowson Modules
Hi @light_blue_yonder, just checked this again and if I assign to "Axis ThrottleN Set" and 'Send to FS as normal axis' (no calibration), and you calibrate for 'hardware has reverser axis' and set the positions in the CRJ EFB (in options, second page), then the reversers activate in the lower part (that defined in the EFB) of each throttle axis. Have you tried this? Or is this not what you are trying to achieve? If you are trying to set this up as a type of 'reverse thrust toggle', i.e. to use the full throttle range for reversers, then this isn't going to work with this aircraft. John -
Did something change with the brakes?
John Dowson replied to Swissdani's topic in FSUIPC Support Pete Dowson Modules
Sorry for the delay in this... As Reinhard has said, your right brake calibration for the FSLabs profile looks strange (and very different from your general calibration). And it is always better to disable Linda, even if you think its not being used, as I cannot tell from the logs. You can try to calibrate in windows first (to check the range of the brake axes), but I think this is difficult/nit possible due to the need to 'press a button' to start the calibration, that normally isn't available from pedals (as far as I remember!). You could try with a stock/default aircraft. to see if your brakes work there - you can attach a log and I will take a look. Otherwise, some complex 3rd party add-ons sometimes don't work correctly when using FSUIPC's calibration facilities due to priority levels. You could try deleting the calibration for your brakes in the FSLabs profile, and re-assigning to the FS control, as opposed to 'Direct to FSUIPC Calibration'. Also, your logs show that controllers are ON in P3D. This may be ok, but we recommend that you disable controllers as P3D has a tendency to automatically re-assign your axes. As controllers are on, double check that you don't have also have assignments in P3D. John -
Corrected in the attached version. FSUIPC6.dll All 3 of your attempts should work with this version. John
-
Yes, looks like a relative path is no longer working. I will look into this and get back to you. John
-
FSUIPC Offsets PMDG 747 QOTSII
John Dowson replied to SpiekerHoiting's topic in FSUIPC Support Pete Dowson Modules
First, you posted in the Download Links sub-forum, where it explicitly states Not for support requests. I have moved your post to the main support forum. The last update to the PMDG 747 offset data was in April 2020 (in FSUIPC6 v6.0.4) - has the PMDG 747 been updated since then? Maybe you could show me the PMDG_747QOTSII.h header file that you have, and if you could identify the first offset that has shifted 4 bytes (I presume, not bits). And check that you are using the latest version of FSUIPC6, v6.1.6. Thanks, John -
Hi Craig, the run programs facility should be working fine in the latest version. If there are entries in your [Programs] section then there should be log messages, even if the program was not started, so I think something else may be going on. Can you show me your FSUIPC6.log and FSUIPC6.ini files please. John
-
Ok, glad you resolved, but strange to bump the sane issue/topic after 9 months....! John
-
👍
-
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
-
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
-
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