This kills me every time i read it, as a Airframes/Hydraulics Mech on the F-18 this is compleatly false. The 18 has 3 flap selections, AUTO, HALF, and FULL... the ONLY time the flaps are controlled by the FCS is when its set to AUTO... HALF is HALF and FULL is FULL... read the A1-FA18AC-570-100.
According to the F18AC-NFM-000 manual, the behaviour is as follows:
With PROM 5.1.3 the logic is:
AUTO : The FCS goes into auto-flap up mode with Gear Up. With Gear down, the FCS is in auto flap up mode above 215 knots accelerating or 205 knots decelerating
HALF : FCS it's in take-off mode up to 215 knots accelerating or 205 knots decelerating. Above this speeds, the FCS goes into Auto-flaps up mode.
FULL: FCS it's on land mode up to 170 knots accelerating or below 165 knots decelerating. From 170 accell. or 165 decel. it goes into takeoff mode, and abot 215 accell or 205 decel. it goes into Auto flaps up mode.
After PROM 7.0, the logic has been modified as follows:
AUTO: FCS is in auto flap up mode
HALF: FCS in in takeoff and land mode below 250 knots. Above 250 knots FCS is in auto flaps up mode.
FULL: Same as in HALF mode
The 3 different FCS flaps modes are as follows:
Auto Flaps Up mode: Leading and trailing edge flaps are scheduled as a function of the AoA
TakeOff mode: Leading edge flaps are scheduled as a function of the AoA. When on Ground, their are set to 12°. Trailing edge flaps are set to 30°.
Land mode: Leading edge flaps are scheduled as a function of the AoA. When on Ground, their are set to 12°. Trailing edge flaps are set to 45°.
This is what the flight manual says.
During developement, we programmed the flaps behaviour verbatim to these specs, handling the logic of the flaps within our code, because FSX never had an Auto-flaps system of any kind.
However, this conflicted somewhat with the upgraded Acceleration flight model that ACES was developing in the meantime, including the addition of the Auto-flaps system, that is just a switch that can be enabled in the AIRCRAFT.CFG file and it's handled by the FSX flight model. Also, there were some side effects, because we had to "fight" against the user pressing the flaps keys when he wasn't supposed to do so.
It was decided that the real Auto-flaps logic, as originally programmed, was too confusing for beginners who might have wondered why the flaps didn't always respond to their inputs and, since Acceleration introduced the Auto-flaps system, the released F-A/18 use that one instead, which still has a logic that controls flaps depeding on AoA, but being an integral part of the flight model system, is also able to deal more gracefully with user acting on flaps manually in one of the automatic modes.
We don't know exactly the operating parameters of the default auto-flaps system so, for example, at which speeds the Auto flaps up mode (which both leading and trailing edge flaps are set according to AoA) kicks in, but I guess ACES did a generic implementation that probably figures out the speeds according to other parameters in the flight model, so it can be used on a wider range of airplanes.
So please, don't assume that if something it's not 100% like the real thing, it's because we don't know how is supposed to work. Everything it's usually the result of a design decision, and FSX Acceleration Pack is not geared only to the hard-core simmers, but it has to be used by a much wide range of users compared to the typical 3rd party addon. That's why some things were simplified.