What I'm looking to do is to use the 'Eng Oper' switches on the Warthog throttle as magnetos to start my P38's engines independently. I tried doing it with the AH programming, without success. I tend to kill the wrong or even both engines.
You have to set them up to toggle the engines independently and then return to "all engines" selected mode after executing the command. I have used this with no issues with all my 2 engine aircraft for the last several months. In addition, when using single engine aircraft, you can use either the left or right button to power on/off your motor.
Note: All entries are "press | pulse | default delay | and do not Check the sequence box."
Add the actions below for each item in order:
EOLIGN:
Engine1_Select (L_SHIFT 1)
Engine1_Start (e)
EngineAll_Select (L_CTL e)
EORIGN:
Engine2_Select (L_SHIFT 2)
Engine2_Start (e)
EngineAll_Select (L_CTL e)
Add the Following so when you pull the switches back to lock it will shut that engine down:
EOLMOTOR:
Engine1_Select (L_SHIFT 1)
Engine1_Stop (e)
EngineAll_Select (L_CTL e)
EORMOTOR:
Engine2_Select (L_SHIFT 2)
Engine2_Stop (e)
EngineAll_Select (L_CTL e)
Mixed in at the "End" of Each engine start/stop, I also have the LED1 or LED2 on the throttle indicate it's active as well as shut off the LED upon powering the engine down.
Hope this helps... Any questions, just let me know!