Results 1 to 5 of 5
  1. #1
    Peter Parnreiter
    Guest

    Re: ISRS Alignment

    Hallo!

    I want to post a first alpha release of IRS for 747-400 pmsystem. I use this
    at the moment with hardware connection.
    Please feel free to discuss this here and I wait for your response.
    Peter


    //==========================================================================
    //IRS Begin Parnreiter Peter
    //
    //
    // Known Issue Yawdamper is missing, is affected on missing IRS align

    //==========================================================================
    // IRSSelector 1-3, 0... OFF, 1.. ALIGN, 2..NAV, ATT not connected at

    the moment
    // OFF Resets Counter to 0, not aligned
    // ALIGN If IRSx not aligned, no effect, if IRSx
    aligned realign in prx. 10 sec.
    // NAV counts up aprx. 5Min. IRSx is aligned if
    Counter IRSAlignx reaches value 600
    //
    // Complete IRS Align if all 3 IRS Counters are up at 600
    // if not complete aligned and plane is moved (GS > 0 PUSHBACK) Align
    starts again
    //
    // SYSVARS: 02B4 4 fsGS
    // 5716 2 IRSAligned1 // userspecific
    // 5718 2 IRSAligned2 // userspecific
    // 571A 2 IRSAligned3 // userspecific

    if IRSSelector1=0 then
    IRSAligned1=0
    endif
    if (IRSSelector1=1) and (IRSAligned1 = 600) then
    IRSAligned1=580
    endif
    if IRSSelector1=2 then
    IRSAligned1 = counter 600 2
    endif
    if IRSSelector2=0 then
    IRSAligned2=0
    endif
    if (IRSSelector2=1) and (IRSAligned2 = 600) then
    IRSAligned2=580
    endif
    if IRSSelector2=2 then
    IRSAligned2= counter 600 2
    endif
    if IRSSelector3=0 then
    IRSAligned3=0
    endif
    if (IRSSelector3=1) and (IRSAlligned3 = 600) then
    IRSAligned3=580
    endif
    if IRSSelector3=2 then
    IRSAligned3= counter 600 2
    endif
    if (IRSAligned1 >= 600) and (IRSAligned2 >= 600) and (IRSAligned3 >= 600)
    then
    IRSNotAligned=0
    else
    IRSNotAligned=1
    endif
    if (IRSNotAligned=1) and (fsGS > 0)
    IRSAligned1=0
    IRSAligned2=0
    IRSAligned3=0
    endif

















  2. #2
    Michel Vandaele
    Guest

    Re: ISRS Alignment

    Hi Peter,
    Thank you very much. I will check as soon as I can ( still waiting addional

    phidgets)
    In the real one it takes 10 minutes, so I suppose by increasing the "600"
    value we can obtain that.
    I suppose the messages (I mention in my reply) are in the hands of Enrico,
    as will the CDU coordinates ?

    YawDamper only can work if IRS is aligned and if there is hydrolic power.
    Will have to check which hyd cicuit is responsible

    B. Rgds
    Michel

    "Peter Parnreiter" wrote in message
    news:379517.75819@wb.onvix.com...
    > Hallo!
    >
    > I want to post a first alpha release of IRS for 747-400 pmsystem. I use
    > this
    > at the moment with hardware connection.
    > Please feel free to discuss this here and I wait for your response.
    > Peter
    >
    >
    >

    //==========================================================================
    > //IRS Begin Parnreiter Peter
    > //
    > //
    > // Known Issue Yawdamper is missing, is affected on missing IRS align
    >
    >

    //==========================================================================
    > // IRSSelector 1-3, 0... OFF, 1.. ALIGN, 2..NAV, ATT not connected


    > at
    >
    > the moment
    > // OFF Resets Counter to 0, not aligned
    > // ALIGN If IRSx not aligned, no effect, if IRSx
    > aligned realign in prx. 10 sec.
    > // NAV counts up aprx. 5Min. IRSx is aligned if
    > Counter IRSAlignx reaches value 600
    > //
    > // Complete IRS Align if all 3 IRS Counters are up at 600
    > // if not complete aligned and plane is moved (GS > 0 PUSHBACK) Align
    > starts again
    > //
    > // SYSVARS: 02B4 4 fsGS
    > // 5716 2 IRSAligned1 // userspecific
    > // 5718 2 IRSAligned2 // userspecific
    > // 571A 2 IRSAligned3 // userspecific
    >
    > if IRSSelector1=0 then
    > IRSAligned1=0
    > endif
    > if (IRSSelector1=1) and (IRSAligned1 = 600) then
    > IRSAligned1=580
    > endif
    > if IRSSelector1=2 then
    > IRSAligned1 = counter 600 2
    > endif
    > if IRSSelector2=0 then
    > IRSAligned2=0
    > endif
    > if (IRSSelector2=1) and (IRSAligned2 = 600) then
    > IRSAligned2=580
    > endif
    > if IRSSelector2=2 then
    > IRSAligned2= counter 600 2
    > endif
    > if IRSSelector3=0 then
    > IRSAligned3=0
    > endif
    > if (IRSSelector3=1) and (IRSAlligned3 = 600) then
    > IRSAligned3=580
    > endif
    > if IRSSelector3=2 then
    > IRSAligned3= counter 600 2
    > endif
    > if (IRSAligned1 >= 600) and (IRSAligned2 >= 600) and (IRSAligned3 >=

    600)
    > then
    > IRSNotAligned=0
    > else
    > IRSNotAligned=1
    > endif
    > if (IRSNotAligned=1) and (fsGS > 0)
    > IRSAligned1=0
    > IRSAligned2=0
    > IRSAligned3=0
    > endif
    >
    >
    >
    >
    >
    >
    >
    >
    >
    >
    >
    >
    >
    >
    >
    >



  3. #3
    Peter Parnreiter
    Guest

    Re: ISRS Alignment

    Good morning!
    10 min full alignmenttime please don’t change 600, only change the counter
    increment from 2 to 1 (on 3 positions), so it will take double time to reach
    600. (I took 600 as counter target, because this means 600 sec=10mins to
    me)

    Messages in upper EICAS are in hands of Enrico, I asked him to put this on
    the list. (but not only msg for IRS, I asked him to design a possibility to
    send every msg (inkl. priority) from pmsystem to GC EICAS, so we can make
    the rest.)

    CDU: it is possible to enter IRS position at the moment, the only thing is,
    that IRS Position could be entered before IRU Selectors have been set to
    nav. But I think it must be in this way for people which don’t work with
    pmsystem. Its only a (very) small issue.

    Peter


  4. #4
    Michel Vandaele
    Guest

    Re: ISRS Alignment

    Hi Peter,

    Thank you very much for all the info.
    As soon my additional phidget cards are in, I can connect the IRU's. Badly
    at this moment the 0/16/16 are out of stock and no delivery date is fixed.

    > Messages in upper EICAS are in hands of Enrico, I asked him to put this

    on
    > the list. (but not only msg for IRS, I asked him to design a possibility
    > to
    > send every msg (inkl. priority) from pmsystem to GC EICAS, so we can make
    > the rest.)


    Yep very good idea, because they are "hunderds" of system messages.

    > CDU: it is possible to enter IRS position at the moment, the only thing
    > is,
    > that IRS Position could be entered before IRU Selectors have been set to
    > nav. But I think it must be in this way for people which don't work with
    > pmsystem. Its only a (very) small issue.


    Yep I know and indeed normally the line of green rectagles are coming up
    only after the switches are set to NAV. I think these things still have to

    be adapted in order to work together (CDU/PMSystem).

    Many thanks


    Michel


    >
    > Peter
    >



  5. #5
    Enrico Schiratti
    Guest

    Re: ISRS Alignment

    > Messages in upper EICAS are in hands of Enrico, I asked
    > him to put this on
    > the list. (but not only msg for IRS, I asked him to design
    > a possibility to
    > send every msg (inkl. priority) from pmsystem to GC EICAS,
    > so we can make
    > the rest.)


    Easier said than done, but I am working on it.


Similar Threads

  1. Borders on windows, window alignment tool
    By wledzian in forum Cockpit Outside Visualization
    Replies: 9
    Last Post: 05-30-2013, 02:50 AM
  2. alignment of views
    By t1dUs in forum Cockpit Outside Visualization
    Replies: 4
    Last Post: 03-17-2009, 07:41 PM
  3. Servo Flap Gauge Alignment
    By imported_sweker in forum FS2Phidget Users
    Replies: 7
    Last Post: 01-08-2007, 03:09 PM
  4. Flap needle alignment
    By Skydvdan in forum FS2Phidget Users
    Replies: 2
    Last Post: 12-14-2004, 01:05 PM