- Messages
- 236
- Country

Hi all, quick question if anyone has a second. I have a rotary knob on my overhead panel which controls cockpit flood lighting, it is labeled : LIGHTING_Knob_SidePanel
I use the following to control it and it works perfectly.
<Component ID="SIDE_PANEL">
<DefaultTemplateParameters>
<POTENTIOMETER>6</POTENTIOMETER>
</DefaultTemplateParameters>
<UseTemplate Name="ASOBO_LIGHTING_Knob_Potentiometer_Template">
<NODE_ID>LIGHTING_Knob_SidePanel</NODE_ID>
<ANIM_NAME>LIGHTING_Knob_SidePanel</ANIM_NAME>
<TOOLTIP_TITLE>@TT_Package.LIGHTING_SWITCH_LIGHT_SIDEPANEL_BRIGHTNESS_TITLE</TOOLTIP_TITLE>
<TT_DESCRIPTION_ID>@TT_Package.LIGHTING_SWITCH_LIGHT_SIDEPANEL_BRIGHTNESS_ACTION</TT_DESCRIPTION_ID>
</UseTemplate>
<UseTemplate Name="ASOBO_LIGHTING_Panel_Emissive_Template">
<NODE_ID>LIGHTING_Breakers_Emissive</NODE_ID>
</UseTemplate>
</Component>
However, one thing is driving me absolutely crazy, It only works after the toggle lights button is pressed, i.e. SHIFT+L in my case.
After that it works as it should. Is there any way I can get it to work without having to toggle all lights?
Thanks in advance TJ
I use the following to control it and it works perfectly.
<Component ID="SIDE_PANEL">
<DefaultTemplateParameters>
<POTENTIOMETER>6</POTENTIOMETER>
</DefaultTemplateParameters>
<UseTemplate Name="ASOBO_LIGHTING_Knob_Potentiometer_Template">
<NODE_ID>LIGHTING_Knob_SidePanel</NODE_ID>
<ANIM_NAME>LIGHTING_Knob_SidePanel</ANIM_NAME>
<TOOLTIP_TITLE>@TT_Package.LIGHTING_SWITCH_LIGHT_SIDEPANEL_BRIGHTNESS_TITLE</TOOLTIP_TITLE>
<TT_DESCRIPTION_ID>@TT_Package.LIGHTING_SWITCH_LIGHT_SIDEPANEL_BRIGHTNESS_ACTION</TT_DESCRIPTION_ID>
</UseTemplate>
<UseTemplate Name="ASOBO_LIGHTING_Panel_Emissive_Template">
<NODE_ID>LIGHTING_Breakers_Emissive</NODE_ID>
</UseTemplate>
</Component>
However, one thing is driving me absolutely crazy, It only works after the toggle lights button is pressed, i.e. SHIFT+L in my case.
After that it works as it should. Is there any way I can get it to work without having to toggle all lights?
Thanks in advance TJ

