- Messages
- 167
- Country

Hello guys,
I've made this thread because I feel I'll get a lot of questions. (Especially because I have no experience in XML-coding and I have complex gauges like the Aspen 1000).
Question 1: What is wrong with this code:
The needle doesn't move in FSX (has an animation tag and an animation).
Question 2:
What is wrong with this code:
Same problem as the first one.
Question 3:
And.... this code:
The 2D Extra 300s panel says 68 degrees Celsius, my 3D Sukhoi says +- 5 degrees Celsius (keyframe 26/27)
Question 4:
I have 2 G-meters, each with their own reset button. But how can I make each button reset only the G-meter to which it belongs? Now they reset both G-meters
Lots of questions, probably lots to come. I hope you guys don't care and are willing to help me.
Cheers,
Daniël
I've made this thread because I feel I'll get a lot of questions. (Especially because I have no experience in XML-coding and I have complex gauges like the Aspen 1000).
Question 1: What is wrong with this code:
Code:
<Animation name="Su26_needle_rpm" guid="a5a4f839-fda7-4857-121d-e6ce397665b9"
type="Sim" typeParam="AutoPlay" typeParam2="Su26_needle_rpm" length="62"/>
<PartInfo>
<Name>Su26_needle_rpm</Name>
<AnimLength>62</AnimLength>
<Animation>
<Parameter>
<Code>(A:GENERAL ENG RPM:1, rpm) (1 / 50) *</Code>
</Parameter>
</Animation>
<MouseRect>
<TooltipID>TOOLTIPTEXT_RPM</TooltipID>
</MouseRect>
</PartInfo>
Question 2:
What is wrong with this code:
Code:
<Animation name="needle_asi_Su26" guid="fc746d67-e72d-4693-9214-9d5d80a4f31b"
type="Sim" typeParam="AutoPlay" length="200" typeParam2="needle_asi_Su26" />
<PartInfo>
<Name>needle_asi_Su26</Name>
<AnimLength>200</AnimLength>
<Animation>
<Parameter>
<Sim>
<Code>(A:AIRSPEED INDICATED, kph) (1/2.25) *</Code>
</Sim>
</Parameter>
</Animation>
<MouseRect>
<TooltipID>TOOLTIPTEXT_AIRSPEED_KPH</TooltipID>
</MouseRect>
</PartInfo>
Question 3:
And.... this code:
Code:
<Code>(A:RECIP ENG CYLINDER HEAD TEMPERATURE:1, celsius) .5 * 25 +</Code>
Question 4:
I have 2 G-meters, each with their own reset button. But how can I make each button reset only the G-meter to which it belongs? Now they reset both G-meters
Lots of questions, probably lots to come. I hope you guys don't care and are willing to help me.
Cheers,
Daniël

