Hi all,
I have installed the BAC 1-11 from dmflightsim.com, a pure beauty.
However, I have troubles starting the engines in manual mode following the check-list.
(Engines DO start properly when using CTRL+E, though)
The Checklist basically says to set the battery ON, APU control OFF, APU manual, and then start APU. The APU then switch to START status, but never switch to RUN :-//
I followed the rest of the checklist nevertheless, and when it comes to starting the engines, the RPM never exceeds 20%, and the engin never starts

What did I do wrong ?
FSX SP2, Cold&Dark mod.
You didn't do anything wrong. AIR I had to make some changes to
the XML starter code to get the 1-11 to fire up using the 'normal'
procedure.
Being a FS9 aircraft, the way the starters worked is diferent when
put into FSX. In FS9 you had to continually execute the "K:TOGGLE_STARTER1"
and "K:TOGGLE_STARTER2" code lines to get FS9 aircraft to start.
In FSX ACES 'fixed' that code so that it is a true 'toggle'. This means that
you only need to execute that code line once to activate the starter.
You then need to test the parameters needed to determine that an
engine is started ( RPM, EGT, etc ) and then issue the toggle starter
command again to shut off the starter.
Paul