I have been trying to work out how to produce a 3D combined Mach and IAS linear tape gauge.
I have a fixed IAS scale from 0 to 900 knots with a moving tape type pointer. The animation has 90 frames. This part of the gauge seems to be calibrated and working fine (apart from the tape indictor sticking out the side of the panel at lower IAS).
The Mach scale should move along the bottom of the gauge with the actual Mach number lining up with the moving tape pointer.
The Mach scale has 220 frames and keyframe zero starts at IAS zero and is parented to the moving tape needle. although I can get the Mach scale moving as the IAS tape needle moves it is not indicating the correct Mach number at the pointer.
Any help or pointers would be gratefully received.
Also any suggestions of how to hide the Mach scale and Indicator tape needle from sticking out of the side of the panel?
Thanks,
Tyler
I have a fixed IAS scale from 0 to 900 knots with a moving tape type pointer. The animation has 90 frames. This part of the gauge seems to be calibrated and working fine (apart from the tape indictor sticking out the side of the panel at lower IAS).
The Mach scale should move along the bottom of the gauge with the actual Mach number lining up with the moving tape pointer.
The Mach scale has 220 frames and keyframe zero starts at IAS zero and is parented to the moving tape needle. although I can get the Mach scale moving as the IAS tape needle moves it is not indicating the correct Mach number at the pointer.
Any help or pointers would be gratefully received.
Also any suggestions of how to hide the Mach scale and Indicator tape needle from sticking out of the side of the panel?
Code:
<Animation name="needle_asi_T188_tape" guid="aaf8eb1d-f2e7-4e79-f425-2a3337e1cb76" type="Sim" typeParam="AutoPlay" length="90" typeParam2="needle_asi_T188_tape" />
<PartInfo>
<Name>needle_asi_T188_tape</Name>
<AnimLength>90</AnimLength>
<Animation>
<Parameter>
<Code> (A:AIRSPEED INDICATED,KNOTS) 10 /</Code>
</Parameter>
</Animation>
<MouseRect>
<TooltipID>TOOLTIPTEXT_AIRSPEED_KNOTS</TooltipID>
</MouseRect>
</PartInfo>
<Animation name="T188needle_mach" guid="9490dacc-72a8-43c3-476d-8ca3e080de7b" length="220" type="Sim" typeParam2="T188needle_mach" typeParam="AutoPlay" />
<PartInfo>
<Name>T188needle_mach</Name>
<AnimLength>220</AnimLength>
<Animation>
<Parameter>
<Code> (A:AIRSPEED MACH, mach) 2.2 *</Code>
</Parameter>
</Animation>
<MouseRect>
<TooltipID>TOOLTIPTEXT_AIRSPEED_MACH</TooltipID>
</MouseRect>
</PartInfo>
Thanks,
Tyler