Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: 737NG1051 file

  1. #11
    75+ Posting Member Tony's Avatar
    Join Date
    Dec 2006
    Location
    Strijen (NL)
    Posts
    87
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    I received following advise from Thomas to remedy the 737NG1051 file for hardware parking brake problems.
    It goes without saying that you first backup the file you are now using if you made changes.

    quote

    The best way is to find this part in the.lgc file

    //Hyd-Accumulator for Brakes

    if (pmhyd1 > max) and (pmhyd2 > max) then brakefail = 0
    if brakeaccu < pmhyd2 then BrakeAccu = BrakeAccu + 50
    endif
    if brakefail
    if brakeaccu > 1000
    if ((lbrake > 10000) or (rbrake > 10000)) and (prkset = 0)
    brakeaccu = brakeaccu - 10
    endif
    if Parkbrk and (prkset = 0)
    brakeaccu = brakeaccu - 900
    fsprkbrake = 32767
    prkset = 1
    endif
    else
    lbrake = 0
    rbrake = 0
    endif7
    else
    if parkbrk
    fsprkbrake = 32767
    prkset = 1
    endif
    endif
    if (Parkbrk = 0) or (prkset = 0)
    fsprkbrake = 0
    prkset = 0
    endif
    -----------------

    and delete this complete part.
    Then there are no changes to do in your hardware setup.
    The Parkbrake will then work.

    unquote

    Success.
    Itworked fine for me.

  2. #12
    150+ Forum Groupie
    Join Date
    Jan 2007
    Location
    Italy
    Posts
    204
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    At the moment i'm not using Hardware, in the way you suggest deleting the logic parts of Parking brake maybe work, but the logic will be missed.

    No other way around and retain the logic behind?

  3. #13
    75+ Posting Member Tony's Avatar
    Join Date
    Dec 2006
    Location
    Strijen (NL)
    Posts
    87
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Sorry cant help you there.
    I have no idea how to fly with the mouse...

  4. #14
    1000+ Poster - Fantastic Contributor Bob Reed's Avatar
    Join Date
    Oct 2005
    Location
    Holley, New York U.S.A.
    Posts
    1,776
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Quote Originally Posted by dcutugno View Post
    At the moment i'm not using Hardware, in the way you suggest deleting the logic parts of Parking brake maybe work, but the logic will be missed.

    No other way around and retain the logic behind?

    Ask Thomas directly at support@projectmagenta.com He will have an answer for you.
    Bob Reed

Page 2 of 2 FirstFirst 12

Similar Threads

  1. PM CDU ini.file
    By Jackpilot in forum PM Boeing FMC/CDU
    Replies: 1
    Last Post: 03-06-2009, 06:14 PM
  2. FS9 .config file
    By Michael Carter in forum I/O Interfacing Hardware and Software
    Replies: 3
    Last Post: 11-16-2007, 11:19 PM
  3. Working 737-700 CDU-File
    By hercules in forum PM General Q & A
    Replies: 1
    Last Post: 11-11-2007, 07:42 PM