Commit b951a0c5 authored by claes's avatar claes

StatusColor added

parent 355dbbc3
......@@ -1690,6 +1690,7 @@ DigWarning <t>Boolean <t>Set yellow fillcolor when the signal is high. <link>G
DigFlash <t>Boolean <t>Flash with specified color when the signal is high. <link>GeDynDigFlash
AnalogColor <t>Float32 Int32 <t>Set specified fillcolor when the signal <link>GeDynAnalogColor
<t> <t>goes beyond or below the specified limit.
StatusColor <t>Status <t>Set fillcolor dependent on a status signal severity. <link>GeDynStatusColor
FillLevel <t>Float32 <t>Changes partly the fillcolor of the component. The level <link>GeDynFillLevel
<t> <t>for the borderline of the colored part is determined by
<t> <t>the value of the signal.
......@@ -1833,6 +1834,25 @@ AnalogColor2.LimitType <t><t>Type of limit for instance number 2.
AnalogColor3.Color <t><t>Fillcolor for instance number 3.
</topic>
<topic>GeDynStatusColor <style>function
StatusColor
StatusColor is connected to an attribute of type Status. A status is defined by
a text and a severity, where the severity is one of the categories Success, Info
Warning, Error and Fatal. The status value can also be 0, NoStatus. StatusColor
set fillcolor from the status severity.
Success, Info <t>Original color.
Warning <t>Yellow.
Error <t>Red.
Fatal <t>Flashing red.
<b>Attribute <t><t>Description
StatusColor.Attribute <t><t>Signal in rtdb of type Status. The color of the component
<t><t>is set from the severity of the status value.
StatusColor.NoStatusColor <t><t>Color when the status value is 0.
</topic>
<topic>GeDynDigWarning <style>function
DigWarning
......@@ -1996,8 +2016,8 @@ For the following attributes types, some additional format strings are defined.
%5t<t>Compressed date. Ex 07-05-24
<b>pwr_tDeltaTime
%t<t>Time with hundredth. Ex 1:23:45
%1t<t>Time without hundredth. Ex 1:23:45.43
%t<t>Time with hundredth. Ex 1:23:45.43
%1t<t>Time without hundredth. Ex 1:23:45
<b>pwr_tEnum
%d<t>The enumeration value is displayed as in UInt32.
......
......@@ -1690,7 +1690,8 @@ DigError <t>Boolean <t>S
DigWarning <t>Boolean <t>Sätter gul fyllnadsfärg vid hög signal. <link>GeDynDigWarning
DigFlash <t>Boolean <t>Blinkar med angiven färg vid hög signal. <link>GeDynDigFlash
AnalogColor <t>Float32 Int32 <t>Sätter angiven fyllnadsfärg när signalen <link>GeDynAnalogColor
<t> <t>över- eller underskrider ett angivet värde.
<t> <t>över- eller underskrider ett angivet värde.
StatusColor <t>Status <t>Sätter fyllnadsfärg efter ett status värde. <link>GeDynStatusColor
FillLevel <t>Float32 <t>Ändrar fyllnadsfärgen på en del av komponenten. Nivån <link>GeDynFillLevel
<t> <t>som avgränsar den färgade delen bestäms av värdet på signalen.
Invisible <t>Boolean String <t>Gör komponenten osynlig vid hög signal, eller vid tom sträng. <link>GeDynInvisible
......@@ -1832,6 +1833,25 @@ AnalogColor2.LimitType <t><t>Typ av gr
AnalogColor3.Color <t><t>Fyllnadsfärg för instans 3.
</topic>
<topic>GeDynStatusColor <style>function
StatusColor
StatusColor kopplas till ett attribut av typen Status. En status definieras av en text,
och tillhör en av följande fem kategorier: Success, Info, Warning, Error, Fatal.
Statusvärdet kan även vara 0, NoStatus. StatusColor sätter fyllnadsfärgen utgående från
vilken kategori statusvärdet tillhör.
Success, Info <t>Ursprunglig färg
Warning <t>Gul
Error <t>Röd
Fatal <t>Blinkande röd.
<b>Attribut <t><t>Beskrivning
StatusColor.Attribute <t><t>Signal i rtdb av typen Status. Färgen på komponenten
<t><t>sätt utgående från den kategori statusvärdet tillhör.
StatusColor.NoStatusColor <t><t>Färg om statusvärdet är 0.
</topic>
<topic>GeDynDigWarning <style>function
DigWarning
......@@ -1992,8 +2012,8 @@ F
%5t<t>Komprimerat datum. Ex 07-05-24
<b>pwr_tDeltaTime
%t<t>Tid med hundradelar. Ex 1:23:45
%1t<t>Tid utan hundradelar. Ex 1:23:45.43
%t<t>Tid med hundradelar. Ex 1:23:45.43
%1t<t>Tid utan hundradelar. Ex 1:23:45
<b>pwr_tEnum
%d<t>Uppräkningsvärdet visas som en UInt32.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment