John Dowson
Members-
Posts
12,256 -
Joined
-
Last visited
-
Days Won
249
Content Type
Profiles
Forums
Events
Gallery
Downloads
Everything posted by John Dowson
-
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 -
Win 8.1 update creating problems
John Dowson replied to adler58's topic in FSUIPC Support Pete Dowson Modules
What do you mean by this? FSUIPC is always optional! If you mean an update/fix, then I do not think so. There is already a specific version available for the latest FSX-SE beta. No idea what your problem was or if it was FSUIPC related, but as you have supplied no logs or detailed information of the problem, and you have restored, we cannot really help. John -
Are you using profiles? If so, you can just change the calibration (or assignment) for that axis for that aircraft. If not, and you are using the same assignments/calibration for all aircraft, then you can create a profile for your King Air 350. When you do this, the general axis assignment will be copied across to the profile for that aircraft, which you can then update. Please see the User Manual section User profiles for all control settings (P18). If you require further assistance, please post your FSUIPC ini file. Cheers, John
-
Bodnar BBI32 keeps dissapearing fro FSUIPC
John Dowson replied to SorensenDK's topic in FSUIPC Support Pete Dowson Modules
Are you sure those are the correct logs for 'without'? Both the log and the JoyScan.csv indicate that the device is acquired for use and working, although with some issues (as in your 'with' log). John -
Bodnar BBI32 keeps dissapearing fro FSUIPC
John Dowson replied to SorensenDK's topic in FSUIPC Support Pete Dowson Modules
Hi Bjarne, your logs show that you have some dodgy registry entries that will need removing (which have a null GUID for your problematic device). To get further details, could you add the following to the [General] section of your FSUIPC5.ini file Debug=Please LogExtras=x200000 repeat your tests and re-attached the generated log files. This will add further information on your registry entries which will indicate to us what needs to be removed. You could alternatively try disconnecting the device, removing any drivers or software and then clean the registry yourself for all your Button Box Interface entries (take a backup of your registry first!) before rebooting and reconnecting/reinstalling. Cheers, John P.S. Please also attach your FSUIPC5.ini file when you next upload your log files, thanks. -
FSLabs A320 - Some PBs and switches go latched
John Dowson replied to nadimaj's topic in FSUIPC Support Pete Dowson Modules
Hi, first, please update to the latest version of FSUIPC, v5.153. For your mouse macro question, you could try a multi-action mouse macro, with both a button click (code 3) or a left click and drag (code 9) followed by a left button release (code 13). Multi-action macros are documented in the Advanced User Manual in section Multiple actions in one macro control (P36). For your other questions: 1. You can use the 'Reload all buttons' or the 'Reload all keys' buttons in the Buttons / Keys tabs to reload the macros. 2. There are two methods to achieve this. The easiest is to assign a button or key press to the control 'List local panel variables' - see the Advanced User manual un section Guage local variable access (L:vars), by macro (P38). Alternatively, a lua script called log lvars.lua is also provided - drop it into your Modules folder and assign a button/keypress to activate. Cheers, John -
textmenu event without WideFS
John Dowson replied to Jason Fayre's topic in FSUIPC Support Pete Dowson Modules
Strange as it should have been working in 5.151, although there was a minor update to this functionality in 5.152 as well. Anyway, I was going to suggest that you update to the latest version as we only support the latest version of each product. Cheers, John -
Please see the section FORMAT OF BUTTON DEFINITIONS in the Advanced User Manual, located in the FSUIPC Documents folder, under your Modules folder. John
-
FSUIPC4 Problem with FSX and FSX-SE
John Dowson replied to Kochfix's topic in FSUIPC Support Pete Dowson Modules
Please see this FAQ entry: John -
textmenu event without WideFS
John Dowson replied to Jason Fayre's topic in FSUIPC Support Pete Dowson Modules
You can in FSUIPC5 but not in earlier versions. The event.textmenu function was added to FSUIPC5 in version 5.151, released February 2019. Cheers, John -
It could be a corrupt weather file - could you first try adding the following to the [General] section of your FSUIPC4.ini file and try again: NoWeatherAtAll=Yes If that solves it, it will be a corrupt .WX file in your Flight simulator Documents folder, or more usually the wxstationlist.bin file in the same folder as your FS-SE settings (the AppData folder). deleting both would help in that case. The reason is that FSUIPC reads weather through Simconnect and a corrupt file causes crashes and other errors. If that doesn't work, could you also post your DLL.XML file (located under C:\Users\Colin\AppData\Roaming\Microsoft\FSX\) so we can see what else is running. Thanks, John
-
Steering tile calibration
John Dowson replied to PhugoidEffect's topic in FSUIPC Support Pete Dowson Modules
Is the rotary acting as an axis? FSUIPC doesn't know the position of your rotary when it starts, and will only receive the axis position and sent the relevant event/control with the position once it has moved. You shouldn't have to "turn the rotary to the full left/full right a few times in order for it to work" though. Maybe you can try activating logging for 'Axis Controls' and generate a short log file of your start-up procedure to see what is being sent. Post/attach this, together with your ini file. Cheers, John -
There is no way of specifying 'not' for a substring. If its for ALL other aircraft, you can just use the general assignments (i.e. no profile). Otherwise, you would have to list substrings for each of the plane you would want to catch in the [Profile.4K-flying] section. John
-
FSUIPC4 log from crashed session
John Dowson replied to Matt Davis's topic in FSUIPC Support Pete Dowson Modules
Sorry for the late response, but glad FSUIPC is now working for you. If you are using SPAD.next, there are plenty of freely available profiles for various aircraft, available from within SPAD.next itself. Regards, John -
FSUIPC 5 isn't loading in P3D 4.5
John Dowson replied to Bobby Velev's topic in FSUIPC Support Pete Dowson Modules
This is due to the fact that you have exceeded the 127 macro file limit. As Thomas says, try reducing the number of macro files - there is really no need to have so many. You can try try combining them - you will of course have to re-assign afterwards. John -
ARDUINO + FSUIPC + PROSIM737
John Dowson replied to MM007's topic in FSUIPC Support Pete Dowson Modules
Depends how you read them, but 10/sec sounds reasonable. If you use event.offset, your provided function will be called each time the offset value changes. Or you could use event.timer to poll at any interval you specify. For lvars, you can use the event.lvar function, which has a minimum monitor time of 100ms. John