Results 1 to 5 of 5
  1. #1
    300+ Forum Addict


    brianwilliamson's Avatar
    Join Date
    Oct 2005
    Location
    Gold Coast-AUSTRALIA
    Posts
    455
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    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

  2. #2
    150+ Forum Groupie Fritz's Avatar
    Join Date
    May 2009
    Location
    Germany
    Posts
    176
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Airbus Brake Gauge working.

    congratulations, would you share your sico code with us?

  3. #3
    300+ Forum Addict


    brianwilliamson's Avatar
    Join Date
    Oct 2005
    Location
    Gold Coast-AUSTRALIA
    Posts
    455
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    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

  4. Thanks Fritz, iwik thanked for this post
  5. #4
    300+ Forum Addict


    brianwilliamson's Avatar
    Join Date
    Oct 2005
    Location
    Gold Coast-AUSTRALIA
    Posts
    455
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Airbus Brake Gauge working.

    It is amazing the number of people that call back to THANK YOU for help !!!!!

    .................Brian W.

  6. #5
    75+ Posting Member



    Join Date
    Apr 2009
    Location
    Norfolk, England
    Posts
    109
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Airbus Brake Gauge working.

    Brian,
    It happens to me all the time!
    John