Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    150+ Forum Groupie
    Join Date
    Dec 2006
    Location
    Ireland
    Posts
    255
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Fuel Handle - APU Fuel used

    Hi all,

    here is a small tool you can pickup (without forks ) and use together with pmSystems.
    1/
    It controls the Fuel consumption of the APU for 737, depending of the Fuel Tank selection for the APU. The APU can use fuel from Center tank or Left main tank.
    If left Center pump is ON the APU consum fuel from the Center tank, else the left Main tank is used.
    In any case the APU can only consum fuel if NO engine consum fuel from the selected Tank, to don't bother the engines consum.
    With the slider you can control the consumption for the Tanks.

    2/
    You know there is a panel above the Bus-display named "Auxiliary Fuel Transfer" without a function.
    Now you can refill the Tanks with this switches, of course it takes a bit time like real !
    To refill -->
    Both engines Cutoff
    Parkbrake set
    Extern Power connected and Bus connected

    You can refill the Left and Right Main tank seperate or together.
    If both Main tanks are filled to 100% and both switches are ON, then the Center Tank become filled. Takes again time.
    If you switch to OFF the filling stops.

    If you like to define hardware switches for this use e.g.
    Left refill Offset 56B3 .4 (Bit 4)
    Right refill Offset 56B3 .5 (Bit 5)

    To get the EXTERN POWER you need to use also the latest default 737 logic file.

    The Program needs a Code (the zip contains also a Code.txt with this code)
    ---------
    RFTRJJOT
    ---------

    Program is now located in http://mycockpit.org/forums/downloads.php?do=cat&id=9

    ! Important !
    Net Framework2.0 is needed, a normal Microsoft Update I think it will be installed on your systems anyway.
    Last edited by Thomas Richter; 09-16-2007 at 08:56 PM. Reason: Zip moved to Download section http://mycockpit.org/forums/downloads.php?do=cat&id=9
    Regards
    Thomas

  2. #2
    500+ This must be a daytime job
    Join Date
    Nov 2005
    Location
    rotterdam, the Netherlands, Europe
    Posts
    804
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Thanks Thomas, a very nice addition !

    Stef
    www.boeing737ng.com
    ___________________________
    The Dutch 737 Simulator Project

  3. #3
    150+ Forum Groupie
    Join Date
    Feb 2005
    Location
    Hamburg / Germany
    Posts
    174
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Hi Thomas,

    thanks a lot! I will give it a try later on ...

    Is it possible to program inside pminstructor the failure of:

    - loosing hydraulic oil (quantity)
    - with the result of loosing the hydraulic pressure
    - increasing the vibration of an engine
    - fuel leak
    - failure ground/air system (=> Gear lock)
    - IRS system seperate for FO and CP



    I am building the instructor station at the moment.
    And I need some more codes the simulate all "non-normals" ..
    If you or some other people like to work an this project together pls let me know.

    Best regards
    Jan

  4. #4
    150+ Forum Groupie
    Join Date
    Dec 2006
    Location
    Ireland
    Posts
    255
    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 Jan Pemöller View Post
    Is it possible to program inside pminstructor the failure of:

    - loosing hydraulic oil (quantity)
    - with the result of loosing the hydraulic pressure
    - increasing the vibration of an engine
    - fuel leak
    - failure ground/air system (=> Gear lock)
    - IRS system seperate for FO and CP

    I am building the instructor station at the moment.
    And I need some more codes the simulate all "non-normals" ..
    - loosing hydraulic oil (quantity)
    In FS there is a Offset to control / set this value

    - with the result of loosing the hydraulic pressure
    More tricky to control the Hydpress in combination with oil-Q. Because you would have to use a courve for the pressure to let this system be a bit more realistic and not only to say below this Q-Limit the pressure goes suddenly down.

    - increasing the vibration of an engine
    Not possible because FS gives the value

    - fuel leak
    No problem, I do the same with the "Fuel Handle" program, of course controlled with limits.

    - failure ground/air system (=> Gear lock)
    I don't know what you mean!

    - IRS system seperate for FO and CP
    Oh, this is a very very hard and tricky part. We are working on something for this in combination with the Ater Overhead, but FS (FS9 and FSX) gives limitations for this because FS has nothing of it. And to simulate all outside with real results makes it really hard to simulate. The most things are simulateable but ...
    It would be needed to have many many things changed in CDU / RCDU handling that this can work with two CDU's and one CDU and without CDU, with pmSystems and without ... you see a long way! Not just some changes and before some major things has to be fixed until to start with those integrations.
    Regards
    Thomas

  5. #5
    150+ Forum Groupie
    Join Date
    Dec 2006
    Location
    Ireland
    Posts
    255
    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 Jan Pemöller View Post

    - fuel leak

    Hi Jan

    I added this logic to the code in Fuel-Handle program, controlled by

    Offset 57F0 .0 / .1 / .2

    Center Tank = Bit0
    Left Main Tank = Bit1
    Right Main Tank = Bit2

    SetBit = loss of fuel (leak)
    ClrBit = leak sealed

    I moved the Program to download section

    http://mycockpit.org/forums/downloads.php?do=cat&id=9
    Regards
    Thomas

  6. #6
    150+ Forum Groupie
    Join Date
    Feb 2005
    Location
    Hamburg / Germany
    Posts
    174
    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 EW321 View Post
    -
    - failure ground/air system (=> Gear lock)
    I don't know what you mean!

    - IRS system seperate for FO and CP
    Oh, this is a very very hard and tricky part. We are working on something for this in combination with the Ater Overhead, but FS (FS9 and FSX) gives limitations for this because FS has nothing of it. And to simulate all outside with real results makes it really hard to simulate. The most things are simulateable but ...
    It would be needed to have many many things changed in CDU / RCDU handling that this can work with two CDU's and one CDU and without CDU, with pmSystems and without ... you see a long way! Not just some changes and before some major things has to be fixed until to start with those integrations.
    Hi Thomas,

    great that you jump in here. Seems that the old PM days are back )))

    - failure ground/air system = a sensor that tells the system that the plane is on ground - if this fails you can not lift the gear, you will hear the take off warning. Maybe possible with the ground offset ...

    - IRS system seperate for FO and CP = I allready simulate the IRS alligning steps, but i cannot seperate CP and the FO site. Maybe the offset "not Alligned" can be used one for the CP site and a NEW one for the FO site, like the QNH settings etc.

    The hydraulic thing I will try ...
    Thanks a lot ...

    Jan
    Visit my project on Facebook and become a fan www.facebook.de/homecockpit

  7. #7
    150+ Forum Groupie
    Join Date
    Dec 2006
    Location
    Ireland
    Posts
    255
    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 Jan Pemöller View Post
    great that you jump in here. Seems that the old PM days are back )))
    Sorry, not possible. We are really too busy with many things.
    When the time is there Jonathan and me takes sometimes a look for "relaxing" (not to fight)

    The IRS is not as easy as you think, I did also the logic. But the IRS source is also selectable crossover/ both left/ both right for the CDU's and don't forget the other systems that needs the IRS source also and would have to fail.
    It will take in any case longer to really integrate this, because nor FS9 neither FSX support anything of this.
    Regards
    Thomas

  8. #8
    150+ Forum Groupie
    Join Date
    Feb 2005
    Location
    Hamburg / Germany
    Posts
    174
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Hi Thomas,

    Ok, relaxing is good - no one wants to fight

    I understand the problem with the CDU´s, but how about just seperating the "not Alligned" offset to the displays (ND and PFD) for CP/FO?

    Example: "not aligned R" and "not aligned L"
    When "L" fail, you can switch both to "R" otherwise the CP display is in ATT mode.

    Viele Grüße
    Jan
    Visit my project on Facebook and become a fan www.facebook.de/homecockpit

  9. #9
    150+ Forum Groupie
    Join Date
    Dec 2006
    Location
    Ireland
    Posts
    255
    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 Jan Pemöller View Post

    I understand the problem with the CDU´s, but how about just seperating the "not Alligned" offset to the displays (ND and PFD) for CP/FO?

    Example: "not aligned R" and "not aligned L"
    When "L" fail, you can switch both to "R" otherwise the CP display is in ATT mode.

    Viele Grüße
    Jan
    Would not be correct work.
    Remember in Aft Overhead you have the complicate Align system for left and right (NORMAL source position in Overhead). But when one system fails its CDU don't get IRS pos and also the PFD/ND has to fail, then you can set the source to BOTH LEFT / RIGHTto get the same source for both CDU's from one side to let it work again.
    BUT what's about the Cockpits with only one CDU and F/O PFD/ND ?
    Also Both CDU's would have to work in any case like a "solo" CDU, not like what they do now.
    And I think with a 40% - 60% working system no one would be happy.
    Regards
    Thomas

  10. #10
    150+ Forum Groupie
    Join Date
    Feb 2005
    Location
    Hamburg / Germany
    Posts
    174
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    On this point I am not agree with you.
    For the moment the switch source IRS is not simulated at all!
    There is a differents between the source IRS and the source CDU, as you know. With my idea every cockpit which has displays for CP and FO can then simulate the lost of one IRS Unit. That has nothing to do with the CDU!
    Or am I missing something?

    I would not ask, when we could make this vie PM System available, but the ND/PFD display is your code ... I just need the offest not alligned for EACH site.

    Best regards
    Jan

    P.S. Better 40-60% then 0%
    Visit my project on Facebook and become a fan www.facebook.de/homecockpit

Page 1 of 2 12 LastLast

Similar Threads

  1. Low Fuel
    By gokhotit in forum FS2Phidget Users
    Replies: 5
    Last Post: 11-07-2010, 09:29 PM
  2. Fuel Handle and APU fuel consumption
    By eudoniga in forum PM General Q & A
    Replies: 9
    Last Post: 02-04-2008, 10:59 AM
  3. fuel system for 747
    By patrickm in forum PMSystems
    Replies: 0
    Last Post: 02-02-2008, 12:46 PM
  4. GC 434 & Fuel
    By Rodney Stagner in forum PM General Q & A
    Replies: 2
    Last Post: 02-04-2006, 11:55 PM