Results 1 to 5 of 5
Thread: Airbus Brake Gauge working.
-
07-26-2018, 02:01 AM #1
Airbus Brake Gauge working.
Finally got the brake gauge working. The SIOC was a bit fiddly as I kept losing the USB connection so after changing leads etc., etc., finely got it going.
.........Brian W.
https://youtu.be/Ms2z6krrWoU
-
08-21-2018, 04:47 AM #2
Re: Airbus Brake Gauge working.
congratulations, would you share your sico code with us?
-
08-23-2018, 01:31 AM #3
Re: Airbus Brake Gauge working.
// *****************************************************************************
// * Config_SIOC ver 4.5 - By Manuel Velez - www.opencockpits.com
// *****************************************************************************
// * FileName : BRAKES_BRIANW.txt
// * Date : 7/24/2018
Var 0014, name TXRX_PressL, Link FSUIPC_INOUT, Offset $73A8, Length 1
{
L0 = &TXRX_PressL
L0 = L0 * 1
L0 = L0 * 1.9
L0 = L0 + 500
&SERVO_PressL = L0
}
Var 0016, name TXRX_PressR, Link FSUIPC_INOUT, Offset $73A9, Length 1
{
L0 = &TXRX_PressR
L0 = L0 * -1
L0 = L0 * 1.5
L0 = L0 + 500
&SERVO_PressR = L0
}
Var 0018, name TXRX_ACC, Link FSUIPC_INOUT, Offset $73A7, Length 1
{
L0 = &TXRX_ACC
L0 = L0 * 1
L0 = L0 * 2.5
L0 = L0 + 500
&SERVO_ACC = L0
}
Var 0013, name SERVO_PressL, Link USB_SERVOS, Output 1, PosL 869, PosC 554, PosR 324, Type 92 // Pressure L
Var 0015, name SERVO_PressR, Link USB_SERVOS, Output 3, PosL 708, PosC 478, PosR 240, Type 92 // Pressure R
Var 0017, name SERVO_ACC, Link USB_SERVOS, Output 2, PosL 160, PosC 475, PosR 690, Type 92 // ACCU PRESSURE
-
Post Thanks / Like - 2 Thanks, 0 Likes, 0 Dislikes
-
09-06-2018, 07:57 PM #4
Re: Airbus Brake Gauge working.
It is amazing the number of people that call back to THANK YOU for help !!!!!
.................Brian W.
-
09-07-2018, 04:33 AM #5
- Join Date
- Apr 2009
- Location
- Norfolk, England
- Posts
- 109
Re: Airbus Brake Gauge working.
Brian,
It happens to me all the time!
John
Hi...realize this has been a long time, but I'm heading down the path of building my own 777...
B777 Overhead Panel Design