Page 7 of 22 FirstFirst ... 3456789101117 ... LastLast
Results 61 to 70 of 212

Thread: A320 FMGS B40

  1. #61
    75+ Posting Member skalarki's Avatar
    Join Date
    May 2008
    Location
    united kingdom
    Posts
    83
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: A320 FMGS B40

    Hi guys again.
    After consulting with JL, we came to the point that issues are related to missing dual state of buttons which should be defined for each button.
    I will add both events UP and DOWN to each ECAM buttons. Today I will do changes and will test tomorrow morning. Then once all is working back I will publish new Profiler version.

    Stay tuned, some news around mid day tomorrow.

    Regards, Marcin
    SKALARKI electronics - everything for your new A320 cockpit!
    http://www.skalarki-electronics.eu

  2. #62
    2000+ Poster - Never Leaves the Sim


    OmniAtlas's Avatar
    Join Date
    Jun 2012
    Location
    Sydney, Australia
    Posts
    2,107
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: A320 FMGS B40

    Hi all -- is reprogramming the FROM/TO page on the init section of the MCDU a big 'no no' when in the air?

    When this is done it the whole system resets with FMGS -- is this what happens in the real world systems, or is there a fail safe option?

    What is the best way to program in an alternative destination while in the air (e.g. if there is an emergency, and your list of destination is not in the alternative airport page, and you need to do an immediate landing).
    Soarbywire - Airbus Flight Simulation and Engineering | Jeehell FMGS - Free professional A320 avionics software for the cockpit enthusiast.


  3. #63
    300+ Forum Addict
    Join Date
    Sep 2010
    Location
    LGTS
    Posts
    424
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: A320 FMGS B40

    Quote Originally Posted by jeehell View Post
    The "profiler" is only for skalarki hardware.
    I did test a cockpitsonic panel with latest version and it worked flawlessly.
    JL
    Weird... I've reinstalled B.40.1 without success! What else could I try?

  4. #64
    150+ Forum Groupie
    Join Date
    Nov 2011
    Location
    Italy
    Posts
    294
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: A320 FMGS B40

    ben the alternate is always present in the flight plan and inserted when programming the route (altn field in init a page).
    should u divert to a different alternate while enroute (emergency) best way is making a LAT REVISION of the next waypoint and inserting the alternate icao in the NEW DEST field from there.
    cheers
    fil

  5. #65
    75+ Posting Member skalarki's Avatar
    Join Date
    May 2008
    Location
    united kingdom
    Posts
    83
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: A320 FMGS B40

    Ok guys, looks like we have ECAM issue fixed. In 15-30 minutes I will publish new version of SkalarkiIO Profiler which will be available through autoupdater version or by direct download from this link. Latest build will be "4.3.3105.1000". Actually there will be only change in JLFMGS. Release notes can be found here.
    What was changed?
    I have added/changed events for each ECAM button. Now each button needs two actions DOWN and UP defined. Users with P&P ECAM as well as users with older version of hardware (non P&P) needs to use Edit Profile feature and appy changes to all ECAM buttons.


    For P&P hardware ONLY! - It is possible as well to replace piece of .xml file. Please find all ECAM related switches inside .xml file and replace with this:
    Code:
    <switch name="[ECAM] ALL" group="ECAM" device="ECAM" index="22" actAsPushbutton="False">
            <on module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM ALL DOWN" />
            <off module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM ALL UP" />
          </switch>
          <switch name="[ECAM] APU" group="ECAM" device="ECAM" index="36" actAsPushbutton="False">
            <on module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM APU DOWN" />
            <off module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM APU UP" />
          </switch>
          <switch name="[ECAM] BLEED" group="ECAM" device="ECAM" index="33" actAsPushbutton="False">
            <on module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM BLEED DOWN" />
            <off module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM BLEED UP" />
          </switch>
          <switch name="[ECAM] CLR1" group="ECAM" device="ECAM" index="35" actAsPushbutton="False">
            <on module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM CLR DOWN" />
            <off module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM CLR UP" />
          </switch>
          <switch name="[ECAM] CLR2" group="ECAM" device="ECAM" index="23" actAsPushbutton="False">
            <on module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM CLR DOWN" />
            <off module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM CLR UP" />
          </switch>
          <switch name="[ECAM] COND" group="ECAM" device="ECAM" index="34" actAsPushbutton="False">
            <on module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM COND DOWN" />
            <off module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM COND UP" />
          </switch>
          <switch name="[ECAM] DOOR" group="ECAM" device="ECAM" index="25" actAsPushbutton="False">
            <on module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM DOOR DOWN" />
            <off module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM DOOR UP" />
          </switch>
          <switch name="[ECAM] ELEC" group="ECAM" device="ECAM" index="29" actAsPushbutton="False">
            <on module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM ELEC DOWN" />
            <off module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM ELEC UP" />
          </switch>
          <switch name="[ECAM] ENG" group="ECAM" device="ECAM" index="37" actAsPushbutton="False">
            <on module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM ENG DOWN" />
            <off module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM ENG UP" />
          </switch>
          <switch name="[ECAM] F/CTL" group="ECAM" device="ECAM" index="30" actAsPushbutton="False">
            <on module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM F/CTL DOWN" />
            <off module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM F/CTL UP" />
          </switch>
          <switch name="[ECAM] FUEL" group="ECAM" device="ECAM" index="21" actAsPushbutton="False">
            <on module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM FUEL DOWN" />
            <off module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM FUEL UP" />
          </switch>
          <switch name="[ECAM] HYD" group="ECAM" device="ECAM" index="31" actAsPushbutton="False">
            <on module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM HYD DOWN" />
            <off module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM HYD UP" />
          </switch>
          <switch name="[ECAM] PRESS" group="ECAM" device="ECAM" index="24" actAsPushbutton="False">
            <on module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM CAB PRESS DOWN" />
            <off module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM CAB PRESS UP" />
          </switch>
          <switch name="[ECAM] RCL" group="ECAM" device="ECAM" index="27" actAsPushbutton="False">
            <on module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM RCL DOWN" />
            <off module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM RCL UP" />
          </switch>
          <switch name="[ECAM] STS" group="ECAM" device="ECAM" index="26" actAsPushbutton="False">
            <on module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM STS DOWN" />
            <off module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM STS UP" />
          </switch>
          <switch name="[ECAM] T.O CONFIG" group="ECAM" device="ECAM" index="32" actAsPushbutton="False">
            <on module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM TO CONFIG DOWN" />
            <off module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM TO CONFIG UP" />
          </switch>
          <switch name="[ECAM] WHEEL" group="ECAM" device="ECAM" index="28" actAsPushbutton="False">
            <on module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM WHEEL DOWN" />
            <off module="FSX JEEHELLAirbus" function="[PEDESTAL] - ECAM WHEEL UP" />
          </switch>
    Please report behaviour after upgrade.
    Attached Images Attached Images
    SKALARKI electronics - everything for your new A320 cockpit!
    http://www.skalarki-electronics.eu

  6. #66
    75+ Posting Member
    Join Date
    Sep 2007
    Location
    Netherlands
    Posts
    77
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: A320 FMGS B40

    Hallo Marcin,

    Just installed the new Profiler and fixed-up the .xml file. On the ground all seems to be working fine. I'll make a flight later on.

    Thanks for the expedient support.

    Best regards,

    --pim

  7. #67
    150+ Forum Groupie
    Join Date
    Nov 2011
    Location
    Italy
    Posts
    294
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: A320 FMGS B40

    thx for your support both JL and MARCIN.
    sorry for my bad memory about up & down events...programmed it years ago didn't remember only few buttons had both events in the older version!
    thx again
    fil

  8. #68
    2000+ Poster - Never Leaves the Sim


    OmniAtlas's Avatar
    Join Date
    Jun 2012
    Location
    Sydney, Australia
    Posts
    2,107
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: A320 FMGS B40

    Quote Originally Posted by filippoporcari View Post
    ben the alternate is always present in the flight plan and inserted when programming the route (altn field in init a page).
    should u divert to a different alternate while enroute (emergency) best way is making a LAT REVISION of the next waypoint and inserting the alternate icao in the NEW DEST field from there.
    cheers
    fil
    Thank you Fil, using the lateral revision seems to have done the trick

    Regards.
    Soarbywire - Airbus Flight Simulation and Engineering | Jeehell FMGS - Free professional A320 avionics software for the cockpit enthusiast.


  9. #69
    150+ Forum Groupie
    Join Date
    Nov 2011
    Location
    Italy
    Posts
    294
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: A320 FMGS B40

    always welcome sir!
    fil

  10. #70
    New Member
    Join Date
    Feb 2010
    Location
    Germany
    Posts
    4
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Airbus Re: A320 FMGS B40

    Hello,

    in my configuration i use FSUIPC Offsets to Change the ECAM Pages and i have the same issues. I can only set the Engine Page with Offset 78ED, Value 5. The other Values doesn´t work anymore...

    Any Ideas??


    Greetings
    Joe

Page 7 of 22 FirstFirst ... 3456789101117 ... LastLast