Jump to content
Sign in to follow this  
ruijihin

SDK [EVT_MCP_MACH_SET] seems not to work correctly (SP1b)

Recommended Posts

Hi.

Please let me ask a question about SDK.

 

I have tested the 777 SDK, to find that I cannot set MACH speed correctly with "EVT_MCP_MACH_SET" while

other SET-MCP-VALUES events were perfectly working.

 

My attempt is

 

 1. Flying at FL300 and  at Mach speed 0.80.

 2. Set IAS/MACH mode to "MACH mode".

 3. Run a program with following code.
 

      hr = SimConnect_MapClientEventToSimEvent(hSimConnect, EVENT_SET_MACH, "#84135");

      SimConnect_TransmitClientEvent(hSimConnect, 0, EVENT_SET_MACH, 60, SIMCONNECT_GROUP_PRIORITY_HIGHEST,SIMCONNECT_EVENT_FLAG_GROUPID_IS_PRIORITY);

      //Header comment says "Sets MCP MACH (if active) to parameter*0.01 (e.g. send 78 to set M0.78)", so M0.600 is expected.

 

 4. The value of Mach indicator window is set to "0.780".

 5. Re-run the same program, then value is set to "0.762", then -> .746 -> .731 -> .718 ->->->->-> .604

 6. No value change after converging on .604.

 

In addition, Setting from M0.600 to M0.800 was result in converging on .795 after several running,

and the other setting events (IAS, HDG, ALT, V/S, FPA) worked as I expected.

 

Is it caused by my wrong usage or bug ?

And is there any other way to manage to set MACH ?

 

----------------------

Shunsuke Yamabe

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...