Hello everyone, I’m having an issue with ELS on one of my vehicles and I can’t figure out what’s wrong. The vehicle has amber lights (Extra07, Extra08, Extra09), all correctly defined in the VCF:<Extra07 IsElsControlled="true" AllowEnvLight="true" Color="amber" />
<Extra08 IsElsControlled="true" AllowEnvLight="true" Color="amber" />
<Extra09 IsElsControlled="true" AllowEnvLight="true" Color="amber" /> The problem is: The amber lights never activate — not in Stage 1, not in Stage 2, and not even in Stage 3.My WRNL section looks like this: <WRNL LightingFormat="leds"> <PresetPatterns> <Lstg3 Enabled="true" Pattern="11" /> </PresetPatterns> </WRNL> From what I understand, WRNL only activates in Stage 3, but even then, nothing happens. It seems like WRNL is not linked to any extras, because there is no “ExtrasActiveAtLstgX” line in the WRNL block. So even if the pattern is enabled, ELS has no extras assigned to WRNL, which means the amber lights never turn on. My question:How do I properly assign Extra07, Extra08, and Extra09 to WRNL so they activate in Stage 3? Do I need to manually add something like: ExtrasActiveAtLstg3="7and8and9" Or is there another correct way to link WRNL to specific extras? Any help would be appreciated. Thanks in advance.