Thanks to everyone who helped me in my putting sounds with my annunciators. Struggled with some and went a different route. My struggle now is getting the sound to turn off with a mouse click. decided would like the sound continous until clicked, as it is in most equipment. Once again I really struggle with this learning curve, (Need someone to run the deck of your ship, Im good at that) and any help with this is greatly appreaciated.
<Gauge Name="annunciator_low_oil_left" Version="1.0">
<Size X="118" Y="59"/>
<Element>
<Select>
<Value Minimum="0" Maximum="100">(A:Eng1 oil pressure,PSI) s0 30 < s1 l0 100 > l1 ||</Value>
<Failures>
<SYSTEM_ELECTRICAL_PANELS Action="0"/>
</Failures>
<Case Value="0">
<Image Name="Low_Oil_Off.bmp" UseTransparency="Yes"/>
</Case>
<Case Value="1">
<Image Name="Low_Oil_On.bmp" Bright="Yes" UseTransparency="Yes"/>
</Case>
</Select>
</Element>
<Element>
<Select>
<Value Minimum="0" Maximum="100">(A:Eng1 oil pressure,PSI) 30 < if{ 1 (>L:dsd_fsx_sound_id_02,number) } els{ 0 }</Value>
</Select>
</Element>
<Mouse>
<Tooltip ID="Silence"/>
<Area>
<Cursor Type="Hand"/>
<Click>(L:StopSound,bool) 1 (>L:dsd_fsx_sound_id_02,number) 0 (>L:StopSound,bool)</Click>
</Area>
</Mouse>
</Gauge>
<Gauge Name="annunciator_low_oil_left" Version="1.0">
<Size X="118" Y="59"/>
<Element>
<Select>
<Value Minimum="0" Maximum="100">(A:Eng1 oil pressure,PSI) s0 30 < s1 l0 100 > l1 ||</Value>
<Failures>
<SYSTEM_ELECTRICAL_PANELS Action="0"/>
</Failures>
<Case Value="0">
<Image Name="Low_Oil_Off.bmp" UseTransparency="Yes"/>
</Case>
<Case Value="1">
<Image Name="Low_Oil_On.bmp" Bright="Yes" UseTransparency="Yes"/>
</Case>
</Select>
</Element>
<Element>
<Select>
<Value Minimum="0" Maximum="100">(A:Eng1 oil pressure,PSI) 30 < if{ 1 (>L:dsd_fsx_sound_id_02,number) } els{ 0 }</Value>
</Select>
</Element>
<Mouse>
<Tooltip ID="Silence"/>
<Area>
<Cursor Type="Hand"/>
<Click>(L:StopSound,bool) 1 (>L:dsd_fsx_sound_id_02,number) 0 (>L:StopSound,bool)</Click>
</Area>
</Mouse>
</Gauge>

