allan.kidd@optusnet.com.au Posted March 5, 2021 Report Posted March 5, 2021 I am trying to program the MCP buttons. Taking HDG as an example, I found in the PMDG_NG3_SDK.h file: #define EVT_MCP_HDG_SEL_SWITCH (THIRD_PARTY_EVENT_ID_MIN + 392) Also: #define THIRD_PARTY_EVENT_ID_MIN 0x00011000 // equals to 69632 So adding 69632 and 392 I get 70024 If I then use FSUIPC to issue "ROTOR Brake 70024" on the HDG button but the HDG button does not activate. Any advice would be appreciated.
Pete Dowson Posted March 5, 2021 Report Posted March 5, 2021 3 hours ago, allan.kidd@optusnet.com.au said: If I then use FSUIPC to issue "ROTOR Brake 70024" on the HDG button What do you mean "ROTOR BRAKE 70024"? What does ROTOR BRAKE have to do with it? The 70024 is a control or event number. Program this as a <custom control> in FSUIPC. Pete
John Dowson Posted March 5, 2021 Report Posted March 5, 2021 52 minutes ago, Pete Dowson said: What do you mean "ROTOR BRAKE 70024"? What does ROTOR BRAKE have to do with it? Some add-on aircraft (eg. FSLabs A320) re-purpose the ROTOR BRAKE control with parameters that look like custom control numbers, instead of using custom controls directly, but I don't think this applies to the PMDG aircraft. There is a guide for using custom controls with PMDG aircraft here: https://www.myhomecockpit.de/index.php/en/?view=article&id=56
allan.kidd@optusnet.com.au Posted March 5, 2021 Author Report Posted March 5, 2021 John - thanks for the heads up. Yes, I have also be setting up for the FSLabs A320. I will follow instructions in the article you mention. Allan
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now