Bug description:
It would be great if you can add another #hash tag# <HDG_ID>1</HDG_ID> to the template ASOBO_INSTRUMENT_Needle_Heading_SubTemplate
Only having this single tag and setting it to <HDG_ID>2</HDG_ID> forces the copilot knob to only move the heading bug index:2
Some autopilot system can only use nav 1. So this means we need the ability to have two knobs that animate independently but control the two bugs that animate together.
If you check the template there are 5 locations the #HDG_ID# gets set. To make this work for everyone we just need to have a separate tag for the IE name.<IE_NAME>Heading_Bug#HDG_ID#</IE_NAME>
IDEA#1
For now I made a copy of the template and point to it in my behaviors. And I created a second hash tag.
So i now call to the template with these tags.
<HDG_BUG_ID>1</HDG_BUG_ID>
<HDG_ID>2</HDG_ID>
Then I update the all the #HDG_ID# to #HDG_BUG_ID# except for the ie name. This stays the same.
So now devs can set both of these tags to use the index they need. This works very well.
If there is another method to overwrite the ie name tag
<IE_NAME>Heading_Bug#HDG_ID#</IE_NAME>
If we can overwrite this then the stock template would work.
IDEA#2
Another option is to update the ie name to use the ID index rather than the HDG_ID index. Since this will always need an ID index anyways.