WACO YMF is causing HSI problems in PA44 seminole

Thanks for the tip! It fixed my HSI issue with the PA44!!! I found also that OBS NAV2 was not working either, from/to flag was working but interception needles were not.

I fixed by adding the following lines to the instrument.xml file of the carenado-aircraft-wymf5 file ( havent tested the WAKO or any other Carenado airplane yet) but PA44 is working fine so far.

Make sure you backup your Instrument.xml file before changing anything…

<Template Name="CARENADO_INSTRUMENT_CDI_2_Template">
	<DefaultTemplateParameters>
		<ID>1</ID>
		<NODE_ID>CUSTOM_INSTRUMENT_CDI</NODE_ID>
		<ANIM_NAME>CUSTOM_INSTRUMENT_CDI</ANIM_NAME>
	</DefaultTemplateParameters>
	<UseTemplate Name="ASOBO_GT_Anim_Code">
		<ANIM_CODE>(A:NAV CDI:2,Number) 127 + 0 max 254 min</ANIM_CODE>
		<ANIM_LENGTH>254</ANIM_LENGTH>
		<Lag>150</Lag>
	</UseTemplate>
</Template>

<Template Name="CARENADO_INSTRUMENT_GSI_2_Template">
	<DefaultTemplateParameters>
		<ID>1</ID>
		<NODE_ID>CUSTOM_INSTRUMENT_GSI</NODE_ID>
		<ANIM_NAME>CUSTOM_INSTRUMENT_GSI</ANIM_NAME>
	</DefaultTemplateParameters>
	<UseTemplate Name="ASOBO_GT_Anim_Code">
		<ANIM_CODE>(A:NAV GSI:2,Number) 119 + 0 max 238 min</ANIM_CODE>
		<ANIM_LENGTH>238</ANIM_LENGTH>
		<Lag>150</Lag>
	</UseTemplate>
</Template>