Jump to content

Recommended Posts

Does anyone know if there is a command to show the current flap position

 

I looked in the other cockpit.ini for other aircraft, could not see any

Share this post


Link to post
Share on other sites

Guest capun

This example uses flaps lights but it should give you the info you need

 

 

[Flaps_ON]

Type=FLAPS_CONTROL_HANDLE

NodeName=Flaps_ON

MovementType=LIGHT

Set[01].Position=1.0

Set[01].Value=0.0

Set[02].Position=0.0

Set[02].Value=1.0

Set[03].Position=0.0

Set[03].Value=2.0

 

[FLaps_Half_ON]

Type=FLAPS_CONTROL_HANDLE

NodeName=FLaps_Half_ON

MovementType=LIGHT

Set[01].Position=0.0

Set[01].Value=0.0

Set[02].Position=1.0

Set[02].Value=1.0

Set[03].Position=0.0

Set[03].Value=2.0

 

[Flaps_Full_ON]

Type=FLAPS_CONTROL_HANDLE

NodeName=Flaps_Full_ON

MovementType=LIGHT

Set[01].Position=0.0

Set[01].Value=0.0

Set[02].Position=0.0

Set[02].Value=1.0

Set[03].Position=1.0

Set[03].Value=2.0

Share this post


Link to post
Share on other sites
This example uses flaps lights but it should give you the info you need

[Flaps_ON]

Type=FLAPS_CONTROL_HANDLE

NodeName=Flaps_ON

MovementType=LIGHT

Set[01].Position=1.0

Set[01].Value=0.0

Set[02].Position=0.0

Set[02].Value=1.0

Set[03].Position=0.0

Set[03].Value=2.0

 

[FLaps_Half_ON]

Type=FLAPS_CONTROL_HANDLE

NodeName=FLaps_Half_ON

MovementType=LIGHT

Set[01].Position=0.0

Set[01].Value=0.0

Set[02].Position=1.0

Set[02].Value=1.0

Set[03].Position=0.0

Set[03].Value=2.0

 

[Flaps_Full_ON]

Type=FLAPS_CONTROL_HANDLE

NodeName=Flaps_Full_ON

MovementType=LIGHT

Set[01].Position=0.0

Set[01].Value=0.0

Set[02].Position=0.0

Set[02].Value=1.0

Set[03].Position=1.0

Set[03].Value=2.0

 

 

Thanks, will give that a try

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  

×

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..