mrb13676 Posted July 13 Report Posted July 13 Hi I'm trying to write a macro to bind the A/T ARM switches on the PMDG777 to a single button (it's easy to trigger one of the switches using THIRD_PARTY_EVENT). My Macro (MBT7.mcro in the FSUIPC Install Directory) looks like this: [Macros] 1=MBAutoT 1.1=68836,x20000000 1.2=69837,x20000000 2=FSUIPC. //this is just copied from the manual to check the macro is available in FSUIPC 2.1=K68,12; Tab D 2.2=K70,8; F The problem is that the MBT7:MBAutoT does not appear in the dropdown list. MBT7:FSUIPC Does appear. Any ideas what I'm missing here? I've had a look at the manual but I'm clearly missing an important bit. Thanks Mike
John Dowson Posted July 13 Report Posted July 13 2 minutes ago, mrb13676 said: [Macros] 1=MBAutoT 1.1=68836,x20000000 1.2=69837,x20000000 2=FSUIPC. //this is just copied from the manual to check the macro is available in FSUIPC 2.1=K68,12; Tab D 2.2=K70,8; F The problem is that the MBT7:MBAutoT does not appear in the dropdown list. MBT7:FSUIPC Does appear. Any ideas what I'm missing here? I've had a look at the manual but I'm clearly missing an important bit. Control numbers must be preceded by C, so its: [Macros] 1=MBAutoT 1.1=C68836,x20000000 1.2=C69837,x20000000 2=FSUIPC. //this is just copied from the manual to check the macro is available in FSUIPC 2.1=K68,12; Tab D 2.2=K70,8; F John
mrb13676 Posted July 13 Author Report Posted July 13 ah fantastic. Thank you so much for the lightning reply. Mike
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