- Messages
- 42
- Country
-
Hi all,
I've done a works code for power ON a Led into the cockpit as soon as I switch ON the the Circuit n.20
Follow the code
<Component ID="BKP_BATTERY_LED" Node="BKP_BATTERY_LED">
<UseTemplate Name="ASOBO_GT_Material_Emissive_Code">
<EMISSIVE_CODE>(A:CIRCUIT ON:20, Bool) 1 ==</EMISSIVE_CODE>
<EMISSIVE_CODE_FACTOR>3</EMISSIVE_CODE_FACTOR>
</UseTemplate>
</Component>
My question is.. now If I want to power off this LED using another condition for example turning ON the Engine, how do I have to change this code? Or do I have to do it in another way?
thanks
I've done a works code for power ON a Led into the cockpit as soon as I switch ON the the Circuit n.20
Follow the code
<Component ID="BKP_BATTERY_LED" Node="BKP_BATTERY_LED">
<UseTemplate Name="ASOBO_GT_Material_Emissive_Code">
<EMISSIVE_CODE>(A:CIRCUIT ON:20, Bool) 1 ==</EMISSIVE_CODE>
<EMISSIVE_CODE_FACTOR>3</EMISSIVE_CODE_FACTOR>
</UseTemplate>
</Component>
My question is.. now If I want to power off this LED using another condition for example turning ON the Engine, how do I have to change this code? Or do I have to do it in another way?
thanks