Jump to content
The simFlight Network Forums

mroschk

Members
  • Posts

    168
  • Joined

  • Last visited

Posts posted by mroschk

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

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

     

     

  3. Hello,

    i have the IVAPv2 for FSX installed on the FSX PC. The Gui of the IVAP is running on a network PC.

    Now i have always first to start the IVAP on the FSX PC and the the GUI on the network PC. ( i think you know how this works )

    Now, i had a look in the Properties of the IVAPv2 Link the get the Path and File which runs the IVAP on the FSX PC.

    Here i found this :

    "C:\Program Files\IVAO\IvAp v2\ivap_dllhost.exe" "C:\Program Files\IVAO\IvAp v2\ivap_fsx.dll"

    Now i entered this in the FSUIPC.ini at the end:

    [Programs]

    Run1="C:\Program Files\IVAO\IvAp v2\ivap_dllhost.exe" "C:\Program Files\IVAO\IvAp v2\ivap_fsx.dll"

    but it wont work.

    In the FSUIPC log file i found this:

    2932 FS UNC path = "\\WIN7_PC1\FSX2\"

    4446 FSUIPC couldn't run: "C:\Program Files\IVAO\IvAp v2\ivap_dllhost.exe" "C:\Program Files\IVAO\IvAp v2\ivap_fsx.dll" [Error=267]

    4446 LogOptions=00000000 00000001

    Can you pls. help what i have to do here?

    Ps How can i test the entrie when the FSX is running or must i restart the FSX for every test?

    Thanks

    Matthias

  4. Hello,

    can anyone tell me the format of the FSC Flightplans?

    WP=14,Int,TULSI,TULSI,47.70161,11.78876,0.00,182.1912,1.824,1,0,0,_,0,0,6788,UM736,25000,66000

    WP=15,Int,TULSI,TULSI,47.70161,11.78876,0.00,33.8954,1.824,2,0,0,0,0,0,6788

    I need to know what all the Numbers are showing.

    I know :

    WP=15 - Number

    Int - It is an intersection ( what else can be shown here? )

    TULSI - is the Name of the Intersection or what ever

    Can anyone pls tell me what the others are?

    Thanks in advance

    STF

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