This is for my Fire control pnl. Offsets listed below. Right now, this is
all that works out of this code, left bott discharge , rt bott discharge,
and APU fire handle lights when firetest switched on. Rest is inop. Thanks
for your help!

5648 1 FireStatus
5649 .0 FireBell

564A .0 FireDet1
564A .1 FireDet2
564A .2 FireDet3
564A .3 FireDet4
564A .4 FireDet5
564A .5 FireDetTest
564A .6 FireBottTest
564B .0 FireBott1
564B .1 FireBott2
564B .2 FireBott3
564B .3 FireHandle1
564B .4 FireHandle2
564B .5 FireHandleAPU
564B .6 Eng1Ovht
564B .7 Eng2Ovht



//Fire Pnl

if (fs1n1 > 100) then Eng1Ovht = 1
else
Eng1Ovht = 0
endif

if (fs2n1 > 100) then Eng2Ovht = 1
else
Eng2Ovht = 0
endif

FireDet1 = (FireDetTest = 1)
FireDet2 = (FireDetTest = 1)
FireDet5 = (FireDetTest = 1)

if FireBott1 = 1 then LeftDisch = 1 [3]
else
LeftDisch = 0
endfif

if FireBott2 = 1 then RightDisch = 1 [3]
else
RightDisch = 0
endif

if FireHandle1 = 1 then Cutoff1 = 0
endif

if FireHandle2 = 1 then fsCutoff2 = 0
endif

if FireHandleAPU = 1 then APUFault = 1 and APUMode = 4
endif

if Eng1Ovht = 1 [15] then FireDet1 = 1
else
FireDet1 = 0
endif

if Eng2Ovht = 1 then FirDet2 = 1 [10]
else
FireDet2 = 0
endif


//End Fire Pnl



--
Rob Archer

Hoosier Performance Specialist
"No Horse Play Just Horse Power"