Hallo Zusammen!
Ich habe ein Problem mit meiner Master Caution Anzeige! Das Ding funktioniert irgendwie gar nicht!
Könnt Ihr irgend einen Fehler entdecken? Der Alarm sollte bei jeder Kleinigkeit aufleuchten und per klick ausgeschaltet werden.
Hier mein xml Code
PHP-Code:
- <Gauge Name="Master Caution Light" Version="1.0">
PHP-Code:
<Visible>(A:Circuit general panel on,bool) (L:Emergency Switch Mode, bool) || (L:Annunc Daynight Mode,bool) 0 == &&</Visible>
PHP-Code:
<Value>(L:Current cautions, mask) s0 (L:Acq cautions, mask) s1 & (>L:Acq cautions, mask) l0 l1 ~ & 0 !=</Value>
PHP-Code:
- <Case Value="1">
PHP-Code:
<Image Name="Annunc_Caution.bmp" Bright="Yes" ImageSizes="75,211" />
PHP-Code:
<Visible>(L:Annunciator Test,bool)</Visible>
PHP-Code:
<Position X="0" Y="0" />
PHP-Code:
<Image Name="Annunc_Caution2.bmp" Bright="Yes" ImageSizes="75,211" />
PHP-Code:
<Visible>(A:Circuit general panel on,bool) (L:Emergency Switch Mode, bool) || (L:Annunc Daynight Mode,bool) 1 == &&</Visible>
PHP-Code:
<Value>(L:Current cautions, mask) s0 (L:Acq cautions, mask) s1 & (>L:Acq cautions, mask) l0 l1 ~ & 0 !=</Value>
PHP-Code:
- <Case Value="1">
PHP-Code:
<Image Name="Annunc_Caution.bmp" Luminous="Yes" ImageSizes="75,211" />
PHP-Code:
<Visible>(L:Annunciator Test,bool)</Visible>
PHP-Code:
<Position X="0" Y="0" />
PHP-Code:
<Image Name="Annunc_Caution2.bmp" Luminous="Yes" ImageSizes="75,211" />
Gruss Beat