- Messages
- 18
- Country
Is there anyone who can help me with an issue I have with multiple Avionics circuits?
I have 2 separate avionics circuits which can be activated with 2 separate switches.
I have my model set-up (different node id's for the switches and different animation names - triple checked this).
I have 2 separate pieces of XML, one for each switch, but somehow they keep controlling only one avionics bus.
The result is also that both switches always move together (reacting on the state change of the same avionics bus)... My XML code looks as follows:
I have 2 separate avionics circuits which can be activated with 2 separate switches.
I have my model set-up (different node id's for the switches and different animation names - triple checked this).
I have 2 separate pieces of XML, one for each switch, but somehow they keep controlling only one avionics bus.
The result is also that both switches always move together (reacting on the state change of the same avionics bus)... My XML code looks as follows:
<UseTemplate Name="ASOBO_ELECTRICAL_Switch_Avionics_Bus_Template">
<Parameters Type="Default">
<ID>1</ID>
</Parameters>
<AVIONICS_BUS_ID>1</AVIONICS_BUS_ID>
<SOURCE_BUS_ID>1</SOURCE_BUS_ID>
<AVIONICS_CIRCUIT_ID>14</AVIONICS_CIRCUIT_ID>
<NODE_ID>ELECTRICAL_Switch_Avionics_1</NODE_ID>
<ANIM_NAME>ELECTRICAL_Switch_Avionics_1</ANIM_NAME>
</UseTemplate>
<UseTemplate Name="ASOBO_ELECTRICAL_Switch_Avionics_Bus_Template">
<Parameters Type="Default">
<ID>2</ID>
</Parameters>
<AVIONICS_BUS_ID>2</AVIONICS_BUS_ID>
<SOURCE_BUS_ID>1</SOURCE_BUS_ID>
<AVIONICS_CIRCUIT_ID>15</AVIONICS_CIRCUIT_ID>
<NODE_ID>ELECTRICAL_Switch_Avionics_2</NODE_ID>
<ANIM_NAME>ELECTRICAL_Switch_Avionics_2</ANIM_NAME>
</UseTemplate>