Hello,
I'm building automatic flaps control module which main function is to adjust the angles of both leading and trailing edge flaps depending on the aircraft's indicated angle of attack. It is similar to automatic flap control system that we have on F-18C when maneuvering_flaps is set to 1 with certain extensions to cover specific aircraft's behavior.
I'm setting four variables:
"LEADING EDGE FLAPS LEFT PERCENT"
"LEADING EDGE FLAPS RIGHT PERCENT"
"TRAILING EDGE FLAPS LEFT PERCENT"
"TRAILING EDGE FLAPS RIGHT PERCENT"
to control flaps angles.
The problem is FSX sim immediately resets the angles to the values consistent with "FLAPS HANDLE INDEX"/"FLAPS HANDLE PERCENT". It looks like the only way to set flaps permanently is to set "FLAPS HANDLE INDEX" variable. But this is not what the flaps control system normally does since it's responsible for the smooth behavior where the flap angle is a function of aircraft's angle of attack.
Setting maneuvering_flaps to 0 or 1 does not change behavior.
Is there any way to tell FSX sim to ignore the state of "FLAPS HANDLE INDEX"/"FLAPS HANDLE PERCENT" while directly setting the flap percent variables?
I'm building automatic flaps control module which main function is to adjust the angles of both leading and trailing edge flaps depending on the aircraft's indicated angle of attack. It is similar to automatic flap control system that we have on F-18C when maneuvering_flaps is set to 1 with certain extensions to cover specific aircraft's behavior.
I'm setting four variables:
"LEADING EDGE FLAPS LEFT PERCENT"
"LEADING EDGE FLAPS RIGHT PERCENT"
"TRAILING EDGE FLAPS LEFT PERCENT"
"TRAILING EDGE FLAPS RIGHT PERCENT"
to control flaps angles.
The problem is FSX sim immediately resets the angles to the values consistent with "FLAPS HANDLE INDEX"/"FLAPS HANDLE PERCENT". It looks like the only way to set flaps permanently is to set "FLAPS HANDLE INDEX" variable. But this is not what the flaps control system normally does since it's responsible for the smooth behavior where the flap angle is a function of aircraft's angle of attack.
Setting maneuvering_flaps to 0 or 1 does not change behavior.
Is there any way to tell FSX sim to ignore the state of "FLAPS HANDLE INDEX"/"FLAPS HANDLE PERCENT" while directly setting the flap percent variables?
Last edited: