June 17, 200520 yr Howdy folks,Does anyone know how or where the XML Lvars for the master caution and warning in the default 747-400 are created. They are:L:Current warningsL:Acq warningsL:Current cautionsL:Acq cautionsThanksMitch
June 17, 200520 yr Author Commercial Member I'm a total newbie to this XML stuff so i may be all wet, but I'm wondering if this isn't what you're looking for. This is from "EICAS Display.xml": %( 0 (A:Stall warning, bool) 0 << | (A:Overspeed warning, bool) 1 << | d s0 (>L:Current warnings, mask) (L:Displayed warnings, mask) ~ & s1 if{ l1 (>L:Displayed warn, mask) } l0 (>L:Displayed warnings, mask) l0 (L:Displayed warn, mask) & s1 (>L:Displayed warn, mask))%(l1 2 &)%{if}OVERSPEED%{else}%(l1 1 &)%{if}STALL%{end}%{end}(L:Displayed warn, mask) 0 ==%(0 (A:Fuel selected quantity percent, percent) 10 < 0 << | (A:Vertical speed, ft/min) -7000 < 1 << | (A:Radio height, feet) s0 200 < (A:Airspeed select indicated or true, knots) 250 > && 2 << | d s0 (>L:Current cautions, mask) (L:Displayed cautions, mask) ~ & s1 if{ l1 (>L:Displayed caut, mask) } l0 (>L:Displayed cautions, mask) l0 (L:Displayed caut, mask) & s1 (>L:Displayed caut, mask))%(l1 4 &)%{if}Too low terrain%{else}%(l1 2 &)%{if}Sinkrate%{else}%(l1 1 &)%{if}Fuel low%{end}%{end}%{end}Jim
June 17, 200520 yr It sure the hec is, I searched high and low. Guess the eyes are giving out on me. Thanks a ton.Mitch
Create an account or sign in to comment