- Messages
- 1,468
- Country

Many thanks Tom,
I'll try that out. I did a "quick fix" on your original code this morning which mostly works shock horror. Your opinion??
I changed
And then added this
It's a fudge if ever there was one lol.
I'll try your code when I get back from Turin this evening. Alitalia pilot requiring a check-ride. Poverino!!
I'll try that out. I did a "quick fix" on your original code this morning which mostly works shock horror. Your opinion??
I changed
Code:
<Element>
<Select>
<Value>
<!-- 545 Celsius is peak temp at ISA -->
@Table1((A:Ambient Temperature, Celsius)) 545 / (>L:EGT_per_AmbTemp_correction,number)
(A:Eng3 N2 RPM, percent) 55 > (>L:Eng3 Stable,bool) I changed this to (>L:Eng3 StableA,bool)
</Value>
</Select>
</Element>
Code:
<Element>
<Select>
<Value>
(A:General eng3 exhaust gas temperature, celsius) 3 - (L:EGT3_read_out,number) < (L:Eng3 StableA,bool) 0 > and
if{ 1 (>L:Eng3 Stable,bool) }
</Value>
</Select>
</Element>
I'll try your code when I get back from Turin this evening. Alitalia pilot requiring a check-ride. Poverino!!


