Page 1 of 1

Yaw Damper Gauge

Posted: Sat Mar 10, 2018 5:32 pm
by DDC
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

Re: Yaw Damper Gauge

Posted: Thu Mar 22, 2018 7:47 pm
by mvr1918
YOu can always add it the script , but you maybe need to change the Var numbers and the Device number. You also need to have a MASTER definition for the Servo card. Device 38 in the script is OK is OK if you also have the same number in the MASTER definition in the PMDG B737.ini

If the script works, I do not know. PMDG B737 SDK has no Yaw output.