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 Quote
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 Quote
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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.