Häufig verwendete Verhaltensregeln
Hintergrund eines Shapes bei Alarm rot einfärben
<rect id="Background" x="0" y="0" width="100" height="200" fill="#CCCCCC" />
<g id="Foreground">
<!-- Elements in the foreground -->
</g>
Bedingung |
|
---|---|
Eigenschaft |
<IN_ALARM> |
Funktion |
= |
Wert |
true |
Aktion |
|
---|---|
Aktionstyp |
Shape-Attribut setzen |
Element |
Background |
Attribut |
fill |
Wert |
rot |
Umriss eines Shapes außer Betrieb gelb einfärben
<rect id="Background" x="0" y="0" width="100" height="200" fill="#CCCCCC" stroke="none" stroke-width="2" />
<g id="Foreground">
<!-- Elements in the foreground -->
</g>
Bedingung |
|
---|---|
Eigenschaft |
OUT_OF_SERVICE |
Funktion |
= |
Wert |
true |
Aktion |
|
---|---|
Aktionstyp |
Shape-Attribut setzen |
Element |
Background |
Attribut |
stroke |
Wert |
gelb |
Text des Live-Wertes und der Einheit anzeigen
<text id="LiveValue" x="100" y="10" text-anchor="end" fill="#000000" />
<text id="Unit" x="110" y="10" text-anchor="start" fill="#999999" />
Verhaltensregel 1
Bedingung |
|
---|---|
Eigenschaft |
<LiveValue> |
Funktion |
Immer |
Aktion |
|
---|---|
Aktionstyp |
Dynamischer Text setzen |
Element |
LiveValue |
Verhaltensregel 2
Bedingung |
|
---|---|
Eigenschaft |
<Unit> |
Funktion |
Immer |
Aktion |
|
---|---|
Aktionstyp |
Dynamischer Text setzen |
Element |
Unit |
Linie von 0 bis 90° rotieren
<line id="Indicator" x1="0" y1="0" x2="100" x2="0" stroke="#000000" />
Bedingung |
|
---|---|
Eigenschaft |
<LiveValue> |
Funktion |
Immer |
Aktion |
|
---|---|
Aktionstyp |
Rotation |
Element |
Indicator |
Wert |
|