
John Dowson
Members-
Posts
13,160 -
Joined
-
Last visited
-
Days Won
269
Content Type
Profiles
Forums
Events
Gallery
Downloads
Everything posted by John Dowson
-
FSUIPC control to turn auto-save on/off?
John Dowson replied to airforce2's topic in FSUIPC Support Pete Dowson Modules
Hi Bob, please try the following: FSUIPC5.zip Unzip this and you'll find an FSUIPC5.dll that you should use to replace your current one (in your Modules folder). You will see an additional control has been added called 'Auto-save' toggle. This only has an effect when the auto-save feature is activated, and will allow you to toggle this facility on and off. It is initially on (i.e. auto-save functioning). Let me know if you have any issues. Cheers, John -
You install WideClient on the client PC, which can have no affect whatsoever on your main PC where FSUIPC is installed. You should then re-run the FSUIPC installer on your main PC to register your WideFS license. This should update your licence file (.key) and may install a new dll, but should not affect your settings (in the .ini file) in any way. And as Pete says, you should post your FSUIPC5.log and .ini files (and maybe your .Joyscan.csv file) if/when you are having problems. Cheers, John
-
FSUIPC control to turn auto-save on/off?
John Dowson replied to airforce2's topic in FSUIPC Support Pete Dowson Modules
Btw, you didn't mention which sim or FSUIPC version you are using. I'll add a new control to toggle auto-save on/off but this will be for FSUIPC5 only - FSUIPC4 is closed for future development. I'll post a new dll in this thread when ready, within a few days hopefully. Cheers, John -
LUA: copy offset into Lvar
John Dowson replied to Paja's topic in FSUIPC Support Pete Dowson Modules
You cannot create an lvar - they are provided by the aircraft guages. You can use the provided control (or lua script) to list available lvars for the loaded aircraft (see the user guide). Why do you want to use an lvar anyway? If using in a lua script, use a global variable. You can also pass variables between scripts (see ). John -
FSUIPC FSX SE Windows 10 64 bit
John Dowson replied to gwa172's topic in FSUIPC Support Pete Dowson Modules
SPAD.next works well with FSUIPC. I haven't used SPAD, but that should also be ok. e.g. see here: https://www.spadnext.com/forum/viewtopic.php?t=209 Cheers, John -
It accepts a memory address, with the size as the second parameter (also offset size). You should define it to be the type you are actually reading. You should also maybe check-out Paul Henty's client dll for .net / c#, as this provides a higher level abstraction that many folks find easier to use (although its for c#). See https://forum.simflight.com/forum/167-fsuipc-client-dll-for-net/ Regards, John
-
FSUIPC control to turn auto-save on/off?
John Dowson replied to airforce2's topic in FSUIPC Support Pete Dowson Modules
Hi Bob, currently its not possible to activate/deactivate auto-save on a control/event. This has also been requested before, either as a straightforward control (on/off) or to allow automatic enable/disable depending on the aircraft altitude, to basically allow automatic disable on take-off/landing and enable thereafter. I will look into this for a future release. Regards, John -
If you are going to try unplugging and uninstalling both your Razer and HOTAS Warthog devices, apply the following .reg file after you have uninstalled to make sure all registry entries are removed: Windows Registry Editor Version 5.00 [-HKCU\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\DirectInput\VID_044F&PID_0404] [-HKCU\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_044F&PID_0404] [-HKCU\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\DirectInput\VID_044F&PID_0402] [-HKCU\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_044F&PID_0402] [-HKCU\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\DirectInput\VID_1532&PID_022B] [-HKCU\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_1532&PID_022B] (as before, save into a file with .reg extension and run as administrator.). When you connect your drivers and reboot, let windows install default drivers but do not install any specific drivers or software for these devices for the time being. Remove your FSUIPC5.ini file (no need for JoyLetters and the moment, we can activate that once your problem is resolved), fire up P3D and then send us the .ini, .log and .Joyscan.csv files again please. Thanks, John
-
Bodnar BBI32 keeps dissapearing fro FSUIPC
John Dowson replied to SorensenDK's topic in FSUIPC Support Pete Dowson Modules
Hi Bjarne, although you have not responded to my previous post, I don't think it matters to much as the result is the same: you need to uninstall, remove registry entries and re-install. To do this 1. Find the device in the Control Panel – System – Device Manager, right click and uninstall, including driver if option presented. 2. Unplug the device. 3. Create and Execute a .reg file containing the text highlighted below, then run this “as administrator”: Windows Registry Editor Version 5.00 [-HKCU\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\DirectInput\VID_1DD2&PID_1150] [-HKCU\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_1DD2&PID_1150] You may want to back-up your registry before running this file. To do this, start regedit and 'Export' your registry to a (backup) file. 4. Power off. 5. Re-connect the device 6. Re-boot and test again. We're not 100% sure this will fix your issue though, but maybe worth a try. Regards, John -
Hi Emerson, there are no assignments in your ini, so I guess all your assignments are done through Linda, no? Your problem looks to be caused by duplicated registry entries. Could you add the following to the [General] section of your FSUIPC5.INI file, generate another log and post that: Debug=Please LogExtras=x200000 Thanks, John
-
Reverse Idle key command?
John Dowson replied to AngeloCosma's topic in FSUIPC Support Pete Dowson Modules
If its only sometimes, maybe its a dirty button connection? Try switching the button release assignments. You can also activate logging of button events and axis controls (and maybe also non-axis controls), and check what the log says when you have this issue - this should give some insight into what could be happening. You can post such a log, together with your ini file, if you need further assistance. Cheers, John -
Real pot need to divide in 4096
John Dowson replied to sisoffi's topic in FSUIPC Support Pete Dowson Modules
Then again I'm not sure - maybe you are correct and I misunderstood...maybe I need more coffee! John later: yes, of course, as the script is expecting the 0..4096 range. I originally read that the pot was supplying this range - sorry for the confusion! -
Real pot need to divide in 4096
John Dowson replied to sisoffi's topic in FSUIPC Support Pete Dowson Modules
Roman - the inputs are from the pots in range 0-4096 which need converting to the sim accepted range of -16384 to +16383. More coffee? -
Real pot need to divide in 4096
John Dowson replied to sisoffi's topic in FSUIPC Support Pete Dowson Modules
Hi Simone, Ramon, I think Ramon got his calculation the wrong way around, and is converting from +-16k to 0-4096., so it should be [Axes]PollInterval=10RangeRepeatRate=100=2X,256,F,x030066D8,0,0,0,*8,-16000 -{ FSUIPC: offset dword set, offset 66D8 }- ; ASI SPEED1=2Y,256,F,x020066D0,0,0,0,*8,-16000 -{ FSUIPC: offset word set, offset 66D0 }- ;SALMON BUG2=2Z,256,F,x030066D4,0,0,0,*8,-16000 -{ FSUIPC: offset dword set, offset 66D4 }- ; BARBER POLE John -
WideFS Virtual Machine
John Dowson replied to pjdigital's topic in FSUIPC Support Pete Dowson Modules
Also, If you really want to run WideClient on the same machine as the FS, you have to change the "ClassInstance". - please read the section in the WideFS Technical document about this parameter. John -
WideFS Virtual Machine
John Dowson replied to pjdigital's topic in FSUIPC Support Pete Dowson Modules
Why would you want to do that, with the overhead that a VM would use? If you want to connect your Simkits instrument panel to the FS machine, why do you need WideClient? -
Win 8.1 update creating problems
John Dowson replied to adler58's topic in FSUIPC Support Pete Dowson Modules
There are no changed in the FSUIPC 4.974c version accept for the facilities that have been disabled (see post mentioned previously). We have had no detailed reports of problems with FSUIPC4 relating to recent windows updates, and so cannot investigate. Note also that FSUIPC4 is now closed for further development. However, if a windows update did seriously affect FSUIPC4 then we would certainly investigate. Cheers, John -
Win 8.1 update creating problems
John Dowson replied to adler58's topic in FSUIPC Support Pete Dowson Modules
If you are going to use the FSX-SE beta, please see this post as the FSUIPC version for this release has some restrictions: John -
Force Feedback Joystick
John Dowson replied to Dhruv Bhatt's topic in FSUIPC Support Pete Dowson Modules
If you are using FSUIPC, you can take a look at the offset document which will give you the data available through using FSUIPC, but how you use this to implement a force feedback response is up to you. Someone else may have looked at this before, but you are probably better off asking over on cockpitbuilders.com, or possibly avsim. Regards, John -
Wide server waiting for clients
John Dowson replied to TFF641's topic in FSUIPC Support Pete Dowson Modules
By WideFS, do you mean WideClient? If so, this is meant to run on a separate machine to your FS. WideServer, the server part of WideFS, is built into FSUIPC4 and the text shows that WideServer is running and waiting for clients. If you want to run Wideclient on the same machine as the FS, you have to change the "ClassInstance". - please read the section in the WideFS Technical document about this parameter. Regards, John