mustang60348 Posted May 24, 2007 Posted May 24, 2007 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
Guest capun Posted May 24, 2007 Posted May 24, 2007 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
mustang60348 Posted May 25, 2007 Author Posted May 25, 2007 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now