hello , i've still been working on my A300 recently & found out that the 3d altimeter drums and needle does not sync with the pfd screen or change the number of the altimeter setting in hg or mb, how do i get the 3d altimeter (altitude digits and mb/hg setting knob) to sync with the pfd mb and hg are stuck at 9, 9, 9, 9 and framed (9th keyframe) if pfd and the tooltip (156 meters, 511 feet) is the only source displaying correct altitude. the drums keeps resetting to zero when i try to set it or when the plane climbs or descends, no matter what i do. how do i fix this? this is p3dv5 specific.
photo:
modeldef.xml altimeter drum codes:
<PartInfo>
<Name>alt_drum_10000</Name>
<AnimLength>90</AnimLength>
<Animation>
<Parameter>
<Code>(A
LANE ALTITUDE, feet) 10000 / flr 10 mod</Code>
</Parameter>
<Type>Sim</Type>
</Animation>
</PartInfo>
<PartInfo>
<Name>alt_drum_1000</Name>
<AnimLength>90</AnimLength>
<Animation>
<Parameter>
<Code>(A
LANE ALTITUDE, feet) 1000 / flr 10 mod</Code>
</Parameter>
<Type>Sim</Type>
</Animation>
</PartInfo>
<PartInfo>
<Name>alt_drum_100</Name>
<AnimLength>90</AnimLength>
<Animation>
<Parameter>
<Code>(A
LANE ALTITUDE, feet) 100 / flr 10 mod</Code>
</Parameter>
<Type>Sim</Type>
</Animation>
</PartInfo>
<PartInfo>
<Name>alt_drum_10</Name>
<AnimLength>90</AnimLength>
<Animation>
<Parameter>
<Code>(A
LANE ALTITUDE, feet) 10 / flr 10 mod</Code>
</Parameter>
<Type>Sim</Type>
</Animation>
</PartInfo>
knob codes:
<PartInfo>
<Name>altimeter_setting_bug</Name>
<AnimLength>9</AnimLength>
<Animation>
<Parameter>
<Code>(A:KOHLSMAN SETTING HG, inHg) 28 - 3 *</Code>
</Parameter>
<Type>Sim</Type>
</Animation>
</PartInfo>
<PartInfo>
<Name>altimeter_setting_bug_mb</Name>
<AnimLength>9</AnimLength>
<Animation>
<Parameter>
<Code>(A:KOHLSMAN SETTING MB, Millibars)</Code>
</Parameter>
<Type>Sim</Type>
</Animation>
</PartInfo>
<PartInfo>
<Name>alt_knob_mb</Name>
<AnimLength>100</AnimLength>
<Animation>
<Parameter>
<Code>(A:KOHLSMAN SETTING MB, Millibars) 950 - 1 *</Code>
</Parameter>
<Type>Sim</Type>
</Animation>
<MouseRect>
<Cursor>Hand</Cursor>
<TooltipID>TOOLTIPTEXT_KOHLSMAN_MB</TooltipID>
<MouseFlags>LeftSingle+WheelUp+WheelDown</MouseFlags>
<CallbackCode>
(M:Event) 'WheelUp' scmp 0 == if{ (>K:KOHLSMAN_INC) }
(M:Event) 'WheelDown' scmp 0 == if{ (>K:KOHLSMAN_DEC) }
</CallbackCode>
</MouseRect>
</PartInfo>
<PartInfo>
<Name>alt_knob_hg</Name>
<AnimLength>100</AnimLength>
<Animation>
<Parameter>
<Code>(A:KOHLSMAN SETTING HG, inHg) 28 - 33.33 *</Code>
</Parameter>
<Type>Sim</Type>
</Animation>
<MouseRect>
<Cursor>Hand</Cursor>
<TooltipID>TOOLTIPTEXT_KOHLSMAN_HG</TooltipID>
<MouseFlags>LeftSingle+WheelUp+WheelDown</MouseFlags>
<CallbackCode>
(M:Event) 'WheelUp' scmp 0 == if{ (>K:KOHLSMAN_INC) }
(M:Event) 'WheelDown' scmp 0 == if{ (>K:KOHLSMAN_DEC) }
</CallbackCode>
</MouseRect>
</PartInfo>
photo:
modeldef.xml altimeter drum codes:
<PartInfo>
<Name>alt_drum_10000</Name>
<AnimLength>90</AnimLength>
<Animation>
<Parameter>
<Code>(A
</Parameter>
<Type>Sim</Type>
</Animation>
</PartInfo>
<PartInfo>
<Name>alt_drum_1000</Name>
<AnimLength>90</AnimLength>
<Animation>
<Parameter>
<Code>(A
</Parameter>
<Type>Sim</Type>
</Animation>
</PartInfo>
<PartInfo>
<Name>alt_drum_100</Name>
<AnimLength>90</AnimLength>
<Animation>
<Parameter>
<Code>(A
</Parameter>
<Type>Sim</Type>
</Animation>
</PartInfo>
<PartInfo>
<Name>alt_drum_10</Name>
<AnimLength>90</AnimLength>
<Animation>
<Parameter>
<Code>(A
</Parameter>
<Type>Sim</Type>
</Animation>
</PartInfo>
knob codes:
<PartInfo>
<Name>altimeter_setting_bug</Name>
<AnimLength>9</AnimLength>
<Animation>
<Parameter>
<Code>(A:KOHLSMAN SETTING HG, inHg) 28 - 3 *</Code>
</Parameter>
<Type>Sim</Type>
</Animation>
</PartInfo>
<PartInfo>
<Name>altimeter_setting_bug_mb</Name>
<AnimLength>9</AnimLength>
<Animation>
<Parameter>
<Code>(A:KOHLSMAN SETTING MB, Millibars)</Code>
</Parameter>
<Type>Sim</Type>
</Animation>
</PartInfo>
<PartInfo>
<Name>alt_knob_mb</Name>
<AnimLength>100</AnimLength>
<Animation>
<Parameter>
<Code>(A:KOHLSMAN SETTING MB, Millibars) 950 - 1 *</Code>
</Parameter>
<Type>Sim</Type>
</Animation>
<MouseRect>
<Cursor>Hand</Cursor>
<TooltipID>TOOLTIPTEXT_KOHLSMAN_MB</TooltipID>
<MouseFlags>LeftSingle+WheelUp+WheelDown</MouseFlags>
<CallbackCode>
(M:Event) 'WheelUp' scmp 0 == if{ (>K:KOHLSMAN_INC) }
(M:Event) 'WheelDown' scmp 0 == if{ (>K:KOHLSMAN_DEC) }
</CallbackCode>
</MouseRect>
</PartInfo>
<PartInfo>
<Name>alt_knob_hg</Name>
<AnimLength>100</AnimLength>
<Animation>
<Parameter>
<Code>(A:KOHLSMAN SETTING HG, inHg) 28 - 33.33 *</Code>
</Parameter>
<Type>Sim</Type>
</Animation>
<MouseRect>
<Cursor>Hand</Cursor>
<TooltipID>TOOLTIPTEXT_KOHLSMAN_HG</TooltipID>
<MouseFlags>LeftSingle+WheelUp+WheelDown</MouseFlags>
<CallbackCode>
(M:Event) 'WheelUp' scmp 0 == if{ (>K:KOHLSMAN_INC) }
(M:Event) 'WheelDown' scmp 0 == if{ (>K:KOHLSMAN_DEC) }
</CallbackCode>
</MouseRect>
</PartInfo>



