Jump to content
The simFlight Network Forums

Recommended Posts

Posted

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

 

 

Posted
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

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