2001-04-17 21:09:01 +00:00
|
|
|
<?xml version="1.0"?>
|
2001-10-29 18:26:14 +00:00
|
|
|
<!--
|
|
|
|
MINMP: minimum manifold pressure in inches Hg
|
|
|
|
MAXMP: maximum manifold pressure in inches Hg
|
|
|
|
DISPLACEMENT: total cylinder space (??) in cubic inches
|
|
|
|
MAXHP: maximum horsepower produced (=BRAKEHORSEPOWER in the old
|
|
|
|
config)
|
|
|
|
CYCLES: cycles/power stroke
|
|
|
|
IDLERPM: minimum RPM when the engine is running
|
|
|
|
MAXTHROTTLE: maximum throttle setting (as before)
|
|
|
|
MINTHROTTLE: minimum throttle setting (as before)
|
|
|
|
SLFUELFLOWMAX: maximum fuel flow (as before; units unknown)
|
|
|
|
-->
|
2001-04-17 21:09:01 +00:00
|
|
|
<FG_PISTON NAME="IO360C">
|
2001-10-29 18:26:14 +00:00
|
|
|
MINMP 6.5
|
|
|
|
MAXMP 28.5
|
|
|
|
DISPLACEMENT 360.0
|
|
|
|
MAXHP 180.0
|
|
|
|
CYCLES 2.0
|
|
|
|
IDLERPM 900.0
|
2001-04-17 21:09:01 +00:00
|
|
|
MAXTHROTTLE 1.0
|
|
|
|
MINTHROTTLE 0.2
|
|
|
|
SLFUELFLOWMAX 8.7
|
|
|
|
</FG_PISTON>
|
|
|
|
|