Jump to content
The simFlight Network Forums

wuaiqlb

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by wuaiqlb

  1. You posted the same thing twice, and this is the wrong place to reach me fast. Please be more patient and don't keep reposting.

     

     

     

    I am very sorry, but I do not understand the question. If you mean how to get the position of the plane, i.e. the Latitude and Longitude, then FSUIPC supplies these through offsets. You would need to write a program to interface to FSUIPC to read the Latitude and Longitude offsets.

     

    I'm sure Paul Henty's excellent .NET DLL would help you with the programming side.

     

    In future please entitle your threads with the actual subject of your question.

     

    Pete

    Shows the plane location on the map
  2. 'Grounding rate' is called 'Touchdown rate' or 'Vertical Speed at Touchdown' - offset 0x030C.

     

     

    The height of the plane above sea level is called 'Altitude', Offset 0x6020. This is the real altitude. To get the reading on the Altimeter instrument you need 0x3324.

     

    Paul

    This is the second time I over the wall Domestic more than limit is also very thank you can help me to answer this question


  3. I come from China

    Very glad to be with you Fsuipc secondary development of tongren development together

    Players who play in China FSX there are a lot of fsuipc is essential interface software at the same time

     

    I try to develop a project On the way will encounter a lot of trouble

    Today I met a problem Is about migration of 3380 when I write Chinese FSX suggests: "?????" The question mark Excuse me what method to solve

    代码如下:



    Offset<short> xxts = new Offset<short>("msg", 0x32FA);
    Offset<string> msg = new Offset<string>(0x3380,128);
    msg.Value = "坠毁";
    xxts.Value = 5;

    FSUIPCConnection.Process("msg");



    The crash in FSX show???

     




     

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