Yaw Damper Gauge

This is a new forum for the OC4BAv4.
Post Reply
DDC
Posts: 30
Joined: Sun Oct 09, 2016 6:10 pm

Yaw Damper Gauge

Post 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
mvr1918
Site Admin
Posts: 1633
Joined: Thu Aug 30, 2012 3:35 pm

Re: Yaw Damper Gauge

Post 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.
Post Reply