Jump to content
The simFlight Network Forums

Thomas Richter

Moderators
  • Posts

    1,506
  • Joined

  • Last visited

  • Days Won

    26

Posts posted by Thomas Richter

  1. 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

  2. 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).

  3. 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 - ...).

  4. 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?

  5. 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

  6. 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.

  7. 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

    www.technical-service-richter.de

    thomas@projectmagenta.com

    support@projectmagenta.com

  8. 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.

  9. 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.

  10. 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".

  11. 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.

    post-11432-128689596802_thumb.jpg

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.