Jump to content

GA key mag+ starter programming


Recommended Posts

This is what I made to simulate the key mag + starter switch
 

Assumptions:

You don’t own Alpha (as the key mag+ starter is provided as hardware)

You don’t use REV and IAS button on a GA aircraft. (I don’t)


Goal:
This programming will allow you to press and hold REV and rotate the Incr /Decr to cycle through OFF, L, R and BOTH

Hold REV while pressing IAS will engage the starter. 
 


STARTER program

 

REV button

Press-Event

 

Variables

 

Edit variable 1:

Variable: INT:REV_Button, string

Value: 1

 

Release-Event (important or else the button string value remains 1 after release)

 

Variables

 

Edit variable1:

Variable: INT:REV_Button, string

Value: 0

 

Incr/ Decr rotary

Press-Event

 

Conditions

 

Condition: INT:REV_Button, string

Value: 1

 

Show variable area:

Variable: sim/magnetos/magnetos_up_1  (for Incr)

Variable: sim/magnetos/magnetos_down_1 (for Decr)

 

IAS button

Press-Event

 

Conditions

 

Condition: INT:REV_Button, string

Value: 1

 

Show variable area:

Variable: sim/starters/engage_starter_1

 

Link to comment
Share on other sites

  • 4 months later...
  • Aerosoft

Because we believe this topic has been answered we have closed it. If you have any more questions feel free to open a new topic.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

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. Privacy Policy & Terms of Use