
Thomas Richter
Moderators-
Posts
1,506 -
Joined
-
Last visited
-
Days Won
26
Content Type
Profiles
Forums
Events
Gallery
Downloads
Everything posted by Thomas Richter
-
PMRJ Weather Switch
Thomas Richter replied to RichardL's topic in FSUIPC Support Pete Dowson Modules
Hi Then just do it instead on the "Buttons + Switches" page, similar! -
PMRJ Weather Switch
Thomas Richter replied to RichardL's topic in FSUIPC Support Pete Dowson Modules
Hi Just use the Offset 04F4, length 2 Byte with value 72 to toggle WXR. To assign a key go to "Key Presses", press "Set" and then the Key you want to use for. See pic, don't forget to press "confirm" and then OK. -
Hi What happens if you remove this CH Joystick? Is button 17 still shown as pressed?
-
modules menu in FSx help
Thomas Richter replied to mohammed's topic in FSUIPC Support Pete Dowson Modules
Hi Advdispl.dll was written for FSUIPC3.xx and doesn't work for FSUIPC4.xx. -
Hi Pete and Peter The best way is ever learning by doing! -- If you never burned your fingers on a hotplate you will not understand what is "HOT" -- Questions are ever welcome and answered by Pete, Other (and me is also Others) as long it is visible there is a will of trying things but running into problems. FSUIPC is a technical tool that allows you to program/read/write values to/from FS, in many cases very complex internal manipulated so that it is really handy useable for customers. But it is ever needed to study the manuals to understand the key of this tool and the way to use it correct. The SDK of FSUIPC describes the most things as well for beginners. I think I can say this for Pete as well that is not the way only to ask every step/code to get things to work. And of course there is no time to do this, for me because of my work for Project Magenta and I "think" as well for Pete because his extensive activities on FSUIPC4 / 3 (without his work we would all stay a bit in the rain).
-
Hi No, you only need to use the available options/giveaways of FSUIPC ! Use Offset Byte SetBit to set and Offset Bit ClrBit to reset. e.g. 56B1 Bit0 for FwdPump1 Offset Byte SetBit, Value = 1 (2^0), to switch ON Offset Byte ClrBit, Value = 1 (2^0), to switch OFF 56B1 Bit1 for FwdPump2 Offset Byte SetBit, Value = 2 (2^1), to switch ON Offset Byte ClrBit, Value = 2 (2^1), to switch OFF To do both at the same time you would use Value = 3 ((2^0) + (2^1)) Bit0 + Bit1 To set e.g. Bit0 and Bit7 at the same time you would use Value = 128 ((2^0) + (2^7)) Bit0 + Bit7 With SetBit and ClrBit you can select ONE or MULTIPLE bits, depends of the value you use.
-
You will find it above under FSX Downloads and Updates. http://fsuipc.simflight.com/beta/TrafficLook.zip
-
Registering FSUIPC4 under Vista Ultimate
Thomas Richter replied to pipeman's topic in FSUIPC Support Pete Dowson Modules
That is not the same ! I also have only one account and that is of course a Administrator one. But 1. You need to install it with this rightclick as Administrator 2. After that is done you need to start FSX withrightclick as Administrator If there is no way by using the desktop symbol then go direct to FSX main folder and start there FSX with rightclick as Administrator. ... \Microsoft Flight Simulator X and then start FSX.exe (Application) with rightclick as Administrator. Then you need to register FSUIPC/WideFS and restart FSX NORMAL. -
Registering FSUIPC4 under Vista Ultimate
Thomas Richter replied to pipeman's topic in FSUIPC Support Pete Dowson Modules
It is clearly described in its documentation, step by step! Did you read it ? -
Instrument data polling rate
Thomas Richter replied to Hemsk's topic in FSUIPC Support Pete Dowson Modules
Hi Just download the latest v3.766 http://fsuipc.simflight.com/beta/FSUIPC3766.zip -
FSUIPC4.DLL version 4.20 +Vista 64???
Thomas Richter replied to GreatGameKiller's topic in FSUIPC Support Pete Dowson Modules
Ich habe ebenfalls nur eine Konto, zwangsläufig als Admin. - Installation von FSUIPC mit Rechts-Click als Administrator ausführen - FSX ebenfalls mit Rechts-Click as Administrator ausführen - Ausführung von FSUIPC zulassen / bestätigen - FSUIPC registrieren Hat bisher auf allen Systemen so funktioniert, ohne Probleme sowohl Vista als auch XP Pro. Falls es nicht funktioniert ist ein Fehler bereits bei der Installation von FSX entstanden den der FSUIPC Installer nicht kompensieren kann. Ich habe gerade gestern noch eine Neuinstallation von FSX + SP1 gemacht und wie oben beschrieben FSUIPC installiert. Danach die erste SP2-Beta installiert und alles läuft ohne Probleme. -
FSUIPC4.DLL version 4.20 +Vista 64???
Thomas Richter replied to GreatGameKiller's topic in FSUIPC Support Pete Dowson Modules
Hi Hast du die FSUIPC Installation und anschließende Registrierung als Administrator ausgeführt oder lediglich mit der Anmeldung als Administrator ? -
Hello You missunderstood ! For registration of FSUIPC you have to start FSX by right clicking on it and select "Run as Administrator", so the program will start as a Administrator program with full access. If you don't go this way you can register FSUIPC BUT without any effect !
-
Hello Mr Dowson is not around until Dec. 4th. FSUIP4 for FSX is a complete NEW program/module and has nothing to do with the FSUIPC3.xx for FS9 or before. So, yes, you have to buy/register it at Simmarket.com.
-
Text message in FS2004
Thomas Richter replied to kikigey89's topic in FSUIPC Support Pete Dowson Modules
Hi I use it vice versa and it works perfect. First writing 32FA, following by 3380. -
FSUIPC4 4.20 Install problem in Vista
Thomas Richter replied to smithrb23's topic in FSUIPC Support Pete Dowson Modules
Hi Pete Running now Vista 32 with FSX, had installed 4.16 + latest. Installed 4.20 without any problems, no Firewall or anything else on that PC. Part of the Install.txt Checking version of FSX.EXE: ... Version 10.0.61637.0 (Need at least 10.0.60905.0) Checking compatibility with installed SimConnect: ... Okay, Probe Manifest matches installed SimConnect 60905 (Original) Found later build SimConnect 61242 (SP1 May07) Found later build SimConnect 61259 (Acc/SP2 Oct07) Checking if there's already a version of FSUIPC4 installed in: F:\Microsoft Flight Simulator X\Modules\FSUIPC4.DLL ... Version 4.181 found. FSX Modules folder already exists. ... -
FSUIPC Client DLL for .NET - Version 2.0
Thomas Richter replied to Paul Henty's topic in FSUIPC Client DLL for .NET
Hi I don't know C**, but of course you need to use a timer. You use the Offset BEB ?? The Gear positions are read in 0BEC 4 Gear position (nose): 0=full up, 16383=full down 0BF0 4 Gear position (right): 0=full up, 16383=full down 0BF4 4 Gear position (left): 0=full up, 16383=full down The value for Gear down is 16383. -
You will find this thread above. viewtopic.php?f=54&t=63969
-
Agreed, looks okay. Maybe I've broken something. Unfortunately the video card is found to swap for the one which failed doesn't support FSX. I'm popping out first thing Monday morning to get a replacement card which will support FSX, and I'll test this then. Sorry for the delay. Regards Pete Hi Pete I can confirm this behave, but I thought it is because of Acceleration Beta2 and the "old" FSUIPC where also some other things are broken. There is also something wrong with the Tiller axis wrong, may be it is also part of this. Next week I can check something more and will send you what I miss now.
-
Registration Question
Thomas Richter replied to Norbert-EDDV's topic in FSUIPC Support Pete Dowson Modules
Hi Both is needed, because WideFs is now part of FSUIPC4 and no longer a seperate dll.