Jump to content
The simFlight Network Forums

mroschk

Members
  • Posts

    179
  • Joined

  • Last visited

Posts posted by mroschk

  1. Hello,

     

    i want to ask if it is possible to set a FSUIPC Offset ( FSX Door open SHIFT + E as example ) via a Webpage mayby using Java?

     

    The Background is i have a program which can call a Website like http://localhost/opendoors.html?Door1 or something like that.

    But it can not call a executable.

    At my local pc which runs the FSX i want to run a webserver and call this site from the

    Programm to open the Doors.

     

    Is there a way?

     

    Thx

    Matthias

  2. It is the same for me.

     

    You ignore what i wrote, speak always from any P3D, you use a Default weather in P3Dv1.4 which is not present and have not tried AS2012 weather injection,

    have not changed FSUIPC4.92 to v4.923.

     

    What else should i say.

     

    Searching for anyone with the same Problem and locking very Forward to your Response then :-)

     

    Matthias

  3. Hi Pete,

     

    1. you have not tried to reproduce the conditions i explain

    2. you always speek from P3D, not about the Special Versions i mean...that makes a big difference.

    3. you say now to me you can not reproduce this because your main PC was broken

     

    So..how can you say that my notices are wrong and not thinking that maybe the FSUIPCv4.923 is the Problem ( even SAT OR TAT )

     

    I will search anywhere for peoples with the same results.

    Hopefully you are then more open to check also the FSUIPC.

     

    Matthias

  4. ...we post at the same Time...

     

    What Default weather did you use? Prepar3D , all Versions, have no Default weather engine ;-)

     

    It happens NOT without injecting any weather !!!

     

    Pls install Active Sky 2012 or another Weather makes no difference, and then it will happen.

     

    You must have the same conditions then here.

    You are comparing Apples and Pears ;-)

     

     

    Matthias

  5. Good Morning,

     

    thats it...@Pete: You have not installed P3Dv1.4, but say to me that i am wrong.

    I can also speek from the SAT, to come away from the TAT, because you always say this is calculated.

    The SAT in EDDK yesterday has to be -2°, but was +18.

     

    But that is not the Point. The Point is 1. i speak from the combination of P3Dv1.4 and FSUIPCv4.923.

    I wrote you the conditions before.

     

    WHY THE HELL SHOULD ANY OTHER PROGRAMM BE THE PROBLEM IF I CHANGE ONLY THE FSUIPC from 4.92 to 4.923 ???

     

    That has NOTHING to do with another programs.

    Why can you not understand this.

     

    Please....before you again give a Statement install P3Dv1.4 and try to Change the FSUIPC as i say'd.

     

    Crazy

    Matthias

  6. Hi Pete,

     

    first .. you always speak of Prepar3D, but that is not correct.

    There are 2 Version have to be dividet !!

     

    P3D V1, the first one runs perfect with FSUIPC 4.92.

    P3D V2 does not run with FSUIPC 4.92, but Need FSUIPC v4,923 !!

    That is a difference !!

     

    So i explain again and very short the difference in my both tests:

     

    P3Dv1.4  + Active Sky 2012 + Prosim ( for the Logic ) + FSUIPC v4.92    ====>>> WORKS PERFECT

    P3Dv1.4  + Active Sky 2012 + Prosim ( for the Logic ) + FSUIPC v4.923  ====>>> GIVES ME A WRONG TAT

     

    You see the only difference is FSUIPC

     

    This brings me to the Point that only FSUIPC can be the reason for the wrong displayed TAT

     

    Can you pls try it before you say you are right and i am wrong?

     

    If you try it you will see the same result,beleave me !

    I am not the only one with the same Problem with FSUIPC 4.923 !

    And please ... i speak from Prepar3D v1.4, not Prepar3D v2 !!

     

    Ahh, abnd you are right, the TAT is calculated, i know, but it is calculated by the SAT, which is given by FSUIPC.

     

     

    Matthias

  7. Pete,

     

    i thought that you'd say that.

     

    But THIS is not an issue by LM or Avtivs Sky because it is very easy:

     

    Before here was a new FSUIPC v4.923 i had installed the previos Version of FSUIPC and here all works perfect!

    The TAT ad SAT are displayed in Prosim and at this time i also used Active Sky for the weather.

     

    Now i changed ONLY THE FSUIPC to v4.923 and i have the issue with the high TAT.

    For all that i speak of Prepar3D v1.4, not Prepar3D v2 !!!

     

    So, the only Thing is changed is the FSUIPC, nothing else.

    So this must be the source of the issue and not anything else.

     

    Matthias

  8. He Pete,

     

    after some more tests...i think the v4.923 has any error.

    Why?

     

    I installed the new Version 4.923 in P3Dv2 and also in P3Dv1.4. Both a fresh install.

    Now, as i wrote in the last post, there is the issue with the TAT in P3Dv2, ok.

    But now i want to fly in P3Dv1.4 and had als a  wrong TAT but not the same then in P3Dv2.

    In P3Dv1.4 i stand in EDDK with an SAT of -2° ( from Active Sky2012 in both Versions of P3D ) and a TAT of +28°.

    After switching back in P3Dv1.4 to v4.92 i had in EDDK SAT -2° and TAT also -2°.

     

    That is the reason i think there is anything wrong in Version 4.923, even if there is an issue in P3Dv2 for sure.

     

    Matthias

  9. Hello,

     

    after first tests in P3Dv2 i noticed an issue in the Temperature.

    Installed is FSUIPC 4.923, the latest for P3Dv2.

     

    After takeoff, with a TAT of +60, which is much, i am now at 31000ft with a TAT of +75 which too much and higher

    then on the ground??

     

    I deleted first all weather seting to clear sky's.
     

    Matthias

  10. Hello,

     

    i want to create a Offset for use with the .Net C# application at runtime.

     

    So i have a TextBox where i can enter the Offset. Then i read this as a String Variable and then i want to create the Offset like this:

     

    private Offset<short> _FsuipcOffset;

     

    string _Offset = "0x4433";

    _FsuipcOffset = new Offset<short>(_Offset);

     

    But that code will not work because we have to enter a Hex Value like this:

     

    _FsuipcOffset = new Offset<short>(0x4433);

     

    How can i do this?

     

    Thanks

    Matthias

     

     

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