PDA

View Full Version : Re: ISRS Alignment



Peter Parnreiter
01-07-2006, 01:06 PM
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

Michel Vandaele
01-07-2006, 04:10 PM
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
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>

Peter Parnreiter
01-08-2006, 01:29 AM
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

Michel Vandaele
01-08-2006, 07:00 AM
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
>

Enrico Schiratti
01-08-2006, 08:54 AM
> 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.