- Messages
- 236
- Country

Could anyone help me please, I am creating a turboprop using the Kingair 350s engine config. I have run into a bit of a problem. I am animating the engine gauges using the following XML for both the N1 and N2 gauges.
<PartInfo>
<Name>INSTRUMENT_Needle_N1_R</Name>
<AnimLength>100</AnimLength>
<Animation>
<Parameter>
<Code>(A:TURB ENG N1:2,Percent) 1 / 104 %</Code>
</Parameter>
</Animation>
</PartInfo>
and
<PartInfo>
<Name>INSTRUMENT_Needle_N2_R</Name>
<AnimLength>100</AnimLength>
<Animation>
<Parameter>
<Code>(A:TURB ENG N2:2,Percent) 1 / 104 %</Code>
</Parameter>
</Animation>
</PartInfo>
When I start up, both gauges animate to exactly the same value.
I thought that the values would be different. What am I doing wrong?
<PartInfo>
<Name>INSTRUMENT_Needle_N1_R</Name>
<AnimLength>100</AnimLength>
<Animation>
<Parameter>
<Code>(A:TURB ENG N1:2,Percent) 1 / 104 %</Code>
</Parameter>
</Animation>
</PartInfo>
and
<PartInfo>
<Name>INSTRUMENT_Needle_N2_R</Name>
<AnimLength>100</AnimLength>
<Animation>
<Parameter>
<Code>(A:TURB ENG N2:2,Percent) 1 / 104 %</Code>
</Parameter>
</Animation>
</PartInfo>
When I start up, both gauges animate to exactly the same value.
I thought that the values would be different. What am I doing wrong?
