diff --git a/Aircraft/Instruments/egt-dual.xml b/Aircraft/Instruments/egt-dual.xml index 976f4fc1d..ef8e5abbd 100644 --- a/Aircraft/Instruments/egt-dual.xml +++ b/Aircraft/Instruments/egt-dual.xml @@ -89,12 +89,11 @@ properties' values. </transformation> <transformation> <type>rotation</type> - <!-- recalibrated gauge as per D Luff's suggestion --> <property alias="../../../../../params/engine-egt0-select"/> - <min>425.0</min><!-- 50 --> - <max>775.0</max><!-- 750 --> - <scale>-0.25</scale><!-- -0.18 --> - <offset>-120</offset><!-- 135 --> + <min>50.0</min> + <max>600.0</max> + <scale>-0.13</scale> + <offset>-230</offset> </transformation> <transformation> <type>y-shift</type> @@ -122,10 +121,10 @@ properties' values. <transformation> <type>rotation</type> <property alias="../../../../../params/engine-egt1-select"/> - <min>425.0</min> - <max>775.0</max> - <scale>0.25</scale> - <offset>120</offset> + <min>50.0</min> + <max>600.0</max> + <scale>0.13</scale> + <offset>230</offset> </transformation> <transformation> <type>y-shift</type> diff --git a/Aircraft/Instruments/egt.xml b/Aircraft/Instruments/egt.xml index 38831d925..ed20c57fb 100644 --- a/Aircraft/Instruments/egt.xml +++ b/Aircraft/Instruments/egt.xml @@ -88,12 +88,11 @@ properties' values. </transformation> <transformation> <type>rotation</type> - <!-- recalibrated gauge as per D Luff's suggestion --> <property alias="../../../../../params/engine-egt-select"/> - <min>425.0</min><!-- 50 --> - <max>775.0</max><!-- 750 --> - <scale>-0.25</scale><!-- -0.18 --> - <offset>-120</offset><!-- 135 --> + <min>50</min> + <max>550</max> + <scale>-0.12</scale> + <offset>-230</offset> </transformation> <transformation> <type>y-shift</type>