Jump to content
Sign in to follow this  
Guest rkruijer

Starting Jet Engines

Recommended Posts

Guest rkruijer

Hi,I am confused. Too many vars for engines. )-:I want to start 2 jet engines from an XML gauge.There is an autostart knob in the aircraft. When you turn it, no1 starts and after a while no2 starts.I want to have that done from an XML gauge. I tried a few but it seems there is more to it.Can anyone give me the vars to use?Thanks for your help, Roelof

Share this post


Link to post
Share on other sites

Hi,I use :(>K:TOGGLE_STARTER1) and (>K:TOGGLE_STARTER2) Also have a look at the default 747 starters.Jan"Beatus ille qui procul negotiis..."

Share this post


Link to post
Share on other sites
Guest rkruijer

Yes Jan,I also tried them. Looking at (A:General Eng1 RPM, RPM 1 over 16k) 16000 / )they start but emidately die away again. I think something else has to go with it but what?I'll take a look at the 747 as well.Roelof

Share this post


Link to post
Share on other sites

Hi,Don't forget to set the fuel flow on!In real life you need:1. electric power from battery, APU or GPU.2. air pressure from APU or GPU.3. fuel flow from the tanks.You can make the starting procedure dependant of them using L:Var's.Jan"Beatus ille qui procul negotiis..."

Share this post


Link to post
Share on other sites
Guest rkruijer

I think that is all done Jan. I took the Engine starters from the 747. Took a deep breath and planted the code in my gauge. To my surprise it works quite well. There seems to be some kind of a count down going on. G:var1 is initiated at 5 and is decreased.I have no idea what's going on exactly but that is the least of my problems. (-:I got what I wanted. Thanks foor the 747 tip.Roelof

Share this post


Link to post
Share on other sites

>I think that is all done Jan. I took the Engine starters from>the 747. Took a deep breath and planted the code in my gauge.>To my surprise it works quite well. There seems to be some>kind of a count down going on. G:var1 is initiated at 5 and is>decreased.>I have no idea what's going on exactly but that is the least>of my problems. (-:>>I got what I wanted. Thanks foor the 747 tip.>>Roelof Roelof,When TOGGLE_STARTER_n event is fired once, "A:General Eng_n Starter" Avar has a logic value of 1, which means the starter for Engine_n is ON. After 2 seconds aprox. it returns automatically to 0, meaning now Engine_n starter is OFF. Seems reasonable that to prevent the starter from going to OFF, one should keep firing the event. However, as is well known here, it is not recommendable to keep firing events continually by code because it may interfer with other events, and the sim may hung eventually. So, a fair solution to this is use a counter like MS does in the 747, for example a 5-cycles number, that when reaching 0, autofire the starter event and resets to 5 again. Hope this makes senseTom

Share this post


Link to post
Share on other sites
Guest rkruijer

Yes it does. A bit like my lawn mower. It won't start right away! (-:Thanks again.Roelof

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...