Yaw Damper Gauge
Posted: Sat Mar 10, 2018 5:32 pm
HI all,
I know that the Yaw damper gauge isn't in the script and I found it at Opencockpits. I'm trying to get it to work with limited success. Can anyone glance at it and let me know what they think? Can this be included in the script?
Var 0642, name YD_CENTER, Value 454 // CENTRO INDICADOR - INDICATOR CENTER
Var 0643, name OFS_TURNCOORD, Link FSUIPC_IN, Offset $036E, Length 1, Type 1 // OFFSET OF TURN COORDINATOR BALL
{
L0 = &OFS_TURNCOORD * 2
&YD_SERVOMOTOR = &YD_CENTER + L0
}
Var 0644, name YD_SERVOMOTOR, Link USB_SERVOS, Device 38, Output 2, PosL 191, PosC 454, PosR 729 // SERVO YAW DAMPER INDICATOR
I know that the Yaw damper gauge isn't in the script and I found it at Opencockpits. I'm trying to get it to work with limited success. Can anyone glance at it and let me know what they think? Can this be included in the script?
Var 0642, name YD_CENTER, Value 454 // CENTRO INDICADOR - INDICATOR CENTER
Var 0643, name OFS_TURNCOORD, Link FSUIPC_IN, Offset $036E, Length 1, Type 1 // OFFSET OF TURN COORDINATOR BALL
{
L0 = &OFS_TURNCOORD * 2
&YD_SERVOMOTOR = &YD_CENTER + L0
}
Var 0644, name YD_SERVOMOTOR, Link USB_SERVOS, Device 38, Output 2, PosL 191, PosC 454, PosR 729 // SERVO YAW DAMPER INDICATOR