Thomas Richter
-
Posts
1,506 -
Joined
-
Last visited
-
Days Won
26
Content Type
Profiles
Forums
Events
Gallery
Downloads
Posts posted by Thomas Richter
-
-
Hi Thomas,
It seems the DLL I uploaded was targeting the .NET 4 Framework so wouldn't have been usable in a .NET 2 project.
I've edited that post with two versions, one for .NET 4 Client Profile and one for .NET 2.
Paul
Hi Paul,
perfect!
Thanks a mill.
-
Hi Paul,
thanks for the updated version 2.3.
I'm working with both .Net2.0 and .Net4.0. The latest version is recognised in .Net4.0 but not in .Net2.0?
-
I downloaded FSUIPC 3.999z and it will not install the file. I followed the directions but what happens is the FSUIPC installs than dissapears right away??? I can't figure it out. Please help.
Hi,
make sure you install with latest Install FSUIPC 3.999z2 not any version before like you may be did with 'FSUIPC 3.999z'. As there were windows updates two days ago it might be that windows removes the FSUIPC.dll because of the signature problem (used by a virus).
-
8=CP(+A,23)A,21,K52,9 ;//2D Throttle-Unit (Cessna)
9=CP(+A,23)A,22,K53,9 ;//2D
11=CP(+A,24)A,2,C65724,0 ;//Autopilot App ;//Mode2
12=CP(+A,24)A,3,C65726,0 ;//Autopilot Alt Hold
13=CP(+A,24)A,19,K54,9 ;//2D Throttle Quadrant (Beech-Baron);//Mode2
Hi
Did yoy see the missing number 10 (ten), should be in line I think (8 - 9 - 10 - 11 - ...).
-
I have a PFC-142 PCATD using Elite GENVIEW V8.0. I am attempting to interface FS2004 to the PFC-142. FS2004 was chosen because the PC currently supporting the PI-142 does not meet the video requirements needed for FSX. The PC is an AMD Athelon running W2000 PRO service pack 4.
I downloaded and installed FSUIPC.dll (v3.99) and copied PFC.dll (V2.307) into the Modules folder for FS2004. When I start FS2004 I get the message, "Flight Simulator unable to load some aircraft or software. File: FSUIPC.dll". There appears to be no other information to help diagnose the problem or determine the exact nature of the error. I sure could use some help!
Hi
1. Did you use the Installer for FSUIPC to install?
2. Is your FSUIPC registered? I "think" you will need to to use PFC.dll.
3. Did you try to run without the PFC.dll, because of above?
-
Hello,
today i bought and installed the 737 brake pressure gauge from flight illusion.
the installation was normal and the test works fine.
now i want to use the gauge with TSR Autobrake but i have no clue how i must configurate this.
can please anyone help me?
thank you very much.
Hi
If you have a registered program version of TSR you can contact TSR support direct please.
support@technicalservicerichter.com
-
Hi
Somewhere an 737 pro sim in Ireland for private use in real pro conditions?
Thanks
-
Hi
Just check this
It is may be what you are looking for and VB.NET is just similar to C#.NET.
-
Hi Paul
I'm writing in C# by using Visual Studio 2005 Pro version. For this your FSUIPCClient.dll works really perfect
Just now I'm trying to use VC++.
I just got it to work and it seems to work here as well okay :-)
-
Hi Paul
Is it possible to use the DLL as well in VC++ like in C#?
-
Hi Folks,
I have a general question about using the variables from FSUIPC.
I use Visual Basic 2008 Express Edition. In an example Code I found this to use the Variables:
Public FlagReadyToFly As Offset(Of Byte()) = New FSUIPC.Offset(Of Byte())(&H3364, 256)
But I don´t get the correct values, which should be....
If you are in the initially menu, it should give you 255.
FSInterrogate says. it is a U8-Type with size 1. How else can I use the variable 3364?
Please Help me! I think I make a general mistake.
Thank you, Tobias
Hi
What you are using is the FSUIPC Client DLL by Paul Henty for Visual-Basic .NET.
With (&H3364, 256) you try to read the Offset 0x3364 with 256 Byte length.
Just read the Documention from Paul Henty and try the examples what is really very well described.
The example code gives you also a clear way to follow to get anything you need to read from or write to FSUIPC.
-
Hi
BCD is the Hex format!
The current version of FSUIPC I use is 3.811.
The HiWord 3306, 2 Byte length gives the value 14353
14353 to Hex gives the result 3811
:D
-
Hi
I think you mean version 4.28 but anyway.
Just check the below link where it is described what is to do to get the correct Simconnect installation.
viewtopic.php?f=54&t=58095 (Help with FSUIPC4 code signature problem)
-
Hi
This values just display how far you are out of Center (value = 0), as long the GS is captured.
You need to read the GS available Offset as well to know that value zero means it is in Center or just that GS is not captured, then the value is of course zero too.
-------------------
Best Regards
Thomas Richter
Info@technical-service-richter.de
-
Of Course yes, with Key assignments. That is all clearly described in the FSUIPC documentation.
-
There is the program GFDisplay from Pete that can control this.
-
Just use the Offset 0x31E8, Water = value 2.
-
This is Graphic Card related. Do you use its latest driver?
-
No everything works fine, except the breaks. As I understood the the rudder pedals are programmed as axis. One axis for the ailerons (works fine) and a second acis for the breaks, tipping the left an right pedals.
What happend now is: the plane won´t move because the breaks are on. When I tip both pedals all teh way down, the breaks are released and the plane moves. The breaks, of course should operate vice-verse. I have no idea how to fix it.
You need to select the REV checkbox for the Brake axis in FSUIPC.
-
sorry im using C# to get the alitude using FSUIPC:
the code:
// Get altitude result = fsuipc.FSUIPC_Read(0x0570, 8, ref token, ref dwResult); result = fsuipc.FSUIPC_Process(ref dwResult); result = fsuipc.FSUIPC_Get(ref token, ref dwResult); double acalt = dwResult/ (65536 / 65536); altit.Text = Convert.ToString(acalt);With Offset 3324 you can read ft or m, depends of FS setting.
3324, 4 This is the altimeter reading in feet (or metres, if the user is running with the preference for altitudes in metres), as a 32-bit signed integer. Please check offset 0C18 to determine when metres are used (0C18 contains ‘2’). The same value can be calculated from the actual altitude and the difference between the QNH and the altimeter “Kollsman” pressure setting, but this value ensures agreement.
-
sioc is a program that works with fsuipc that allows you to build a cockpit
the proble that i have is that the sioc program , when i run SIOC is conected to a ip diferent than the on in the computer that i have fs2004.
i had installed sioc in a second computer where the wideclient is installed
the conexion is ok, but SIOC don´t make it´s business
it could be because i have installed sioc in both computers?
SIOC needs to be installed (for normal use with hardware) only on the PC where your hardware is connected to.
You should in any case decide what connection to FS you would like to use. WideFS or IOCP, I would not use both at the same time!
When you like to use WideFS, I prefer, remove IOCP (FS modules folder) and make sure in SIOC ini FSUIPC is selected and IOCP is deselected!
Then you don't need any IP address because the connection works only by WideClient to FS with all is "advantage".
-
Sorry guys but I need to control via Buttons & Switches not Key Presses.
What you suggested does work but a key press is not what I need.
Any idea why Weather Toggle is not in the drop down box?
Richard
Hi
Then just do it instead on the "Buttons + Switches" page, similar!
-
Hi All,
I would like to assign a switch to turn On/Off the PMRJ Weather feature on the ND screen. I'm looking in the FSUIPC Buttons & Switches right side drop down box, with PM checked, but do not see an entry for PM ND Weather. Any idea where it is located?
Regards,
Richard
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?
FSUIPC Client DLL for .NET - Version 2.0
in FSUIPC Client DLL for .NET
Posted
Hi Paul,
to connect to a different Class other than the local or 'Class 0' you 'need' to have a connected local or 'class 0'. If not than you can not connect to a different class?
Lets say you have FS running local and a WideClient local that connects with Class 1.
FSUIPCConnection.Open(); or FSUIPCConnection.Open(0);
and when it is connected you can connet to any other class
FSUIPCConnection.Open(1);
But to connect direct to Class 1 or any other than zero doesn't work?
FSUIPCConnection.Open(1);
Thanks