Jump to content

Recommended Posts

Guest A320 Co-Pilot

HiI want to make a switch that turns the Autobrake to RTO and then the Off Positon using an On, Off switch.This Turn the Autobrake to RTO:(L:Autobrake Max, enum) if{ 1 (A:Auto brake switch cb, enum) if{ 1 (>K:DECREASE_AUTOBRAKE_CONTROL) } } But if I reverse the code, it does not turn it back to the off position. The code reversed : (L:Autobrake Max, enum) if{ 0 (A:Auto brake switch cb, enum) if{ 0 (>K:INCREASE_AUTOBRAKE_CONTROL) } } I have been trying to work this problem out for the last two days so I am now beginning to tear my hair out, so I hope someone can help me here.This is what I have so far: Sets the Autobrake to RTO, but does not set it to Off. (L:Autobrake Max, enum) if{ 1 (A:Auto brake switch cb, enum) if{ 1 (>K:DECREASE_AUTOBRAKE_CONTROL) } } els {(L:Autobrake Max, enum) if{ 0 (A:Auto brake switch cb, enum) if{ 0 (>K:INCREASE_AUTOBRAKE_CONTROL) } } Autobrake Max(L:Autobrake Max, enum) ! (>L:Autobrake Max, enum)

Share this post


Link to post
Share on other sites

Hi,Try or modify:(L:Autobrake Max,enum)Autobrake Max(L:Autobrake Max,enum) 0 == if{ 1 (>L:Autobrake Max,enum) (>K:INCREASE_AUTOBRAKE_CONTROL) } els{ 0 (>L:Autobrake Max,enum) (>K:DECREASE_AUTOBRAKE_CONTROL) } Hope it helps,Jan"Beatus ille qui procul negotiis..."

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...