Jump to content
Sign in to follow this  
phjvh

Turn effect off at FL280

Recommended Posts

Guest scotty1

THis is Nicksjetexhaust & I want to make this effect turn off at 28000 feet to simulate the transition from a smokie exhaust to contrails. Can some one help with this??Scotty (A:TURB ENG1 N1,percent) 5 > (A:TURB ENG2 N1,percent) 5 > || (A:GENERAL ENG1 THROTTLE LEVER POSITION,percent) 65 > (A:GENERAL ENG2 THROTTLE LEVER POSITION,percent) 65 > || && if{ (A:LIGHT RECOGNITION,bool) ! (A:SIM ON GROUND,bool) ! && if{ (>K:TOGGLE_RECOGNITION_LIGHTS) } } els{ (A:LIGHT RECOGNITION,bool) (A:SIM ON GROUND,bool) ! && if{ (>K:TOGGLE_RECOGNITION_LIGHTS) } (A:TURB ENG1 N1,percent) 5 > (A:TURB ENG2 N1,percent) 5 > || (A:GENERAL ENG1 THROTTLE LEVER POSITION,percent) 8 > (A:GENERAL ENG2 THROTTLE LEVER POSITION,percent) 8 > || && if{ (A:LIGHT RECOGNITION,bool) ! (A:SIM ON GROUND,bool) && if{ (>K:TOGGLE_RECOGNITION_LIGHTS) } } els{ (A:LIGHT RECOGNITION,bool) (A:SIM ON GROUND,bool) && if{ (>K:TOGGLE_RECOGNITION_LIGHTS) } }

Share this post


Link to post
Share on other sites

Hello Try(A:TURB ENG1 N1,percent) 5 > (A:TURB ENG2 N1,percent) 5 > || (A:GENERAL ENG1 THROTTLE LEVER POSITION,percent) 65 > (A:GENERAL ENG2 THROTTLE LEVER POSITION,percent) 65 > || &&if{ (A:INDICATED ALTITUDE,feet) 28000 < (A:LIGHT RECOGNITION,bool) ! (A:SIM ON GROUND,bool) ! && &&if{ (>K:TOGGLE_RECOGNITION_LIGHTS) }}els{(A:LIGHT RECOGNITION,bool) (A:SIM ON GROUND,bool) ! &&if{ (>K:TOGGLE_RECOGNITION_LIGHTS) }(A:TURB ENG1 N1,percent) 5 > (A:TURB ENG2 N1,percent) 5 > || (A:GENERAL ENG1 THROTTLE LEVER POSITION,percent) 8 > (A:GENERAL ENG2 THROTTLE LEVER POSITION,percent) 8 > || &&if{ (A:INDICATED ALTITUDE,feet) 28000 < (A:LIGHT RECOGNITION,bool) ! (A:SIM ON GROUND,bool) ! && &&if{ (>K:TOGGLE_RECOGNITION_LIGHTS) }}els{(A:LIGHT RECOGNITION,bool) (A:SIM ON GROUND,bool) &&if{ (>K:TOGGLE_RECOGNITION_LIGHTS) }}


Paul EGLD

Share this post


Link to post
Share on other sites
Guest scotty1

Thanks for the reply.I tryed your suggestion.But now the effect only works if the light is toggled manually.Back to the drawing boardThanks Scotty

Share this post


Link to post
Share on other sites

(A:INDICATED ALTITUDE,feet) 28000 > if{ (A:LIGHT RECOGNITION,bool) if{ (>K:TOGGLE_RECOGNITION_LIGHTS) } } els{ (A:LIGHT RECOGNITION,bool) ! if{ (>K:TOGGLE_RECOGNITION_LIGHTS) } } In this example the recognition lights automatically switch off when climbing past FL280.On again when descending.May be 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...