- Messages
- 10,057
- Country
-
Hey everyone,
Trying to figure out a good route for doing bar readouts. Looking at the Boeing 747 FS2004 XML for the EICAS gauge and it has this...
What does 'part' (form of measure) and 'abs' mean?
(A:General eng1 throttle lever position, part) abs
Bill
LHC
Trying to figure out a good route for doing bar readouts. Looking at the Boeing 747 FS2004 XML for the EICAS gauge and it has this...
Code:
<Element>
<Image Name="EICAS1_EPR_Normal_GreenBar.bmp" Bright="Yes" ImageSizes="9,1,14,2"/>
<Shift>
<Value Maximum="1">(A:General eng1 throttle lever position, part) abs</Value>
<Nonlinearity>
<Item Value="1" X="7.5" Y="15"/>
<Item Value="0" X="7.5" Y="55"/>
</Nonlinearity>
</Shift>
</Element>
What does 'part' (form of measure) and 'abs' mean?
(A:General eng1 throttle lever position, part) abs
Bill
LHC