Jump to content
The simFlight Network Forums

Example for GFDisplay: LED Indicates Wing Folding Progress


Recommended Posts

I figured out this much at least...

[Conditions]
0=X2A48 F64 *100 =100 ; Left Wing Folded
1=!C0 X2A48 F64 *100 !=0 ; Left Wing in Motion
2=X2A48 F64 =0 ; Left Wing Extended
3=X2A50 F64 *100 =100 ; Right Wing Folded
4=!C3 X2A50 F64 *100 !=0 ; Right Wing in Motion
5=X2A50 F64 =0 ; Right Wing Extended

[GFRP48.0]
Needs=E B
L5.1=C0 C3 =1 ;       Both Wings Folded
L5.2=C0 C4 =1 Fslow ; Left Folded, Right Moving 
L5.3=C1 C3 =1 Fslow ; Left Moving, Right Folded 
L5.4=C1 C4 =1 Ffast ; Both Wings Moving 
L5.5=C2 C4 =1 Fslow ; Left Extended, Right Moving
L5.6=C1 C5 =1 Fslow ; Left Moving, Right Extended

1. When the wings are extended, the LED is off.

2. When one wing is in motion, the LED flashes slowly.

3. When both wings are in motion, the LED flashes quickly.

4. When both wings are folded, the LED stays on.

This is starting to get fun!

Link to comment
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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy 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.