Temp too low on the OAT Gauge and no labeling

Locked
User avatar
Raller
Posts: 91
Joined: Sun Oct 02, 2016 10:28 pm
Location: Germany
Temp too low on the OAT Gauge and no labeling

Post by Raller » Sat May 12, 2018 6:59 am

Hi,

i noticed, that the OAT Gauge has no Celsius labeling. So i made a labeling by my own and by the way i put 2 little light bulbs in the Gauge above (inop).

But the main thing is, the OAT Gauge is a little inaccurate. It shows the temperature approximately 3-4 °C resp. 5-7 °F too low!

Is there a way to correct this by ourselfs or can you put it in the next update?!
OAT_Gauge.jpg
OAT_Gauge.jpg (111.72 KiB) Viewed 630 times
Regards
Raller

User avatar
ThomasAH
Posts: 90
Joined: Wed Dec 20, 2017 4:45 pm
Re: Temp too low on the OAT Gauge and no labeling

Post by ThomasAH » Sat May 12, 2018 8:01 am

The labeling is nice!
Regarding the difference: I think this is a problem of the flight sim internals not using the exact OAT values provided by ActiveSKy, and therefore can't be easily fixed in any aircraft.
Could you verify with a different aircraft at the same location?

User avatar
Raller
Posts: 91
Joined: Sun Oct 02, 2016 10:28 pm
Location: Germany
Re: Temp too low on the OAT Gauge and no labeling

Post by Raller » Sat May 12, 2018 8:42 am

The attachment OAT_Gauge_1.jpg is no longer available
OAT_Gauge_1.jpg
OAT_Gauge_1.jpg (95.11 KiB) Viewed 623 times

User avatar
Raller
Posts: 91
Joined: Sun Oct 02, 2016 10:28 pm
Location: Germany
Re: Temp too low on the OAT Gauge and no labeling

Post by Raller » Sat May 12, 2018 8:43 am

OAT_Gauge_2.jpg
OAT_Gauge_2.jpg (120.26 KiB) Viewed 623 times

User avatar
Raller
Posts: 91
Joined: Sun Oct 02, 2016 10:28 pm
Location: Germany
Re: Temp too low on the OAT Gauge and no labeling

Post by Raller » Sat May 12, 2018 8:59 am

At high altitude i had

with the M20R Ovation
-11 °C

with the 310R Redux
-7 °C

So, the 310R shows in the positiv section 4 °C too low and in the negative section 4 °C too high!

User avatar
Raller
Posts: 91
Joined: Sun Oct 02, 2016 10:28 pm
Location: Germany
Re: Temp too low on the OAT Gauge and no labeling

Post by Raller » Sat May 12, 2018 9:13 am

The OAT Gauge-Value multiplied by 1.4 should show the corecct Value in both directions (pos. and neg.).

But i don't know where to do it in the responsible xml file...

User avatar
ThomasAH
Posts: 90
Joined: Wed Dec 20, 2017 4:45 pm
Re: Temp too low on the OAT Gauge and no labeling

Post by ThomasAH » Sat May 12, 2018 9:19 am

Raller wrote:
Sat May 12, 2018 8:59 am
So, the 310R shows in the positiv section 4 °C too low and in the negative section 4 °C too high!
OK, then you're right, this doesn't look like the usual AS vs FS difference. Thank you for the analysis!

N4GIX
Posts: 1023
Joined: Mon Sep 06, 2010 3:47 pm
Re: Temp too low on the OAT Gauge and no labeling

Post by N4GIX » Sat May 12, 2018 4:31 pm

Raller wrote:
Sat May 12, 2018 9:13 am
The OAT Gauge-Value multiplied by 1.4 should show the corecct Value in both directions (pos. and neg.).

But i don't know where to do it in the responsible xml file...
That is "baked" into the compiled model, so is not able to be 'calibrated' externally.

I have however gone ahead and updated the core modeldef.xml file for the C310R Redux, so it will read correctly in any future update(s).

Code: Select all

  <PartInfo>
    <Name>C310_needle_OAT</Name>
    <AnimLength>160</AnimLength>
    <Animation>
      <Parameter>
        <Code>50 (A:TOTAL AIR TEMPERATURE, fahrenheit) 1.4 * +</Code>
        <Lag>100</Lag>
      </Parameter>
    </Animation>
  </PartInfo>

User avatar
Raller
Posts: 91
Joined: Sun Oct 02, 2016 10:28 pm
Location: Germany
Re: Temp too low on the OAT Gauge and no labeling

Post by Raller » Sat May 12, 2018 9:04 pm

Thx to the Development-Team, that's why i like Milviz, they pay attention to there customers and to details.

With a little change, it makes your airplanes even more fun to fly.
(Carenado might take inspiration from it...)

Greatings from Germany
Raller

User avatar
Raller
Posts: 91
Joined: Sun Oct 02, 2016 10:28 pm
Location: Germany
Re: Temp too low on the OAT Gauge and no labeling

Post by Raller » Mon May 14, 2018 9:26 pm

Hi Bill,

i'm sorry, but i have to correct my suggestion. Multiplied by 1.4 would cause the Gauge to show totaly wrong Values !!! This won't work that way!

That correction has to be: -2 <----- 0°F -----> +3

Somthing like this (i don't know the syntax):
if (A:TOTAL AIR TEMPERATURE, fahrenheit) below or equal 0 -> "Variable" -2
else (A:TOTAL AIR TEMPERATURE, fahrenheit) -> "Variable" +3

Please excuse the troubles...

N4GIX
Posts: 1023
Joined: Mon Sep 06, 2010 3:47 pm
Re: Temp too low on the OAT Gauge and no labeling

Post by N4GIX » Tue May 15, 2018 12:42 am

Raller wrote:
Mon May 14, 2018 9:26 pm
Please excuse the troubles...
No problem, truly. I think it would be easier to simply re-calibrate the needle than worry about iffy math. 8-)


Locked

Return to “310 Redux Support Forum”