Commit f4f2b038 authored by Claes Sjofors's avatar Claes Sjofors

Documentation of Ge dynamics DigTextColor and TimeoutColor

parent 599ba28d
...@@ -2912,7 +2912,9 @@ FillLevel <t>Float32 <t>Changes partly the fill color of the component. The l ...@@ -2912,7 +2912,9 @@ FillLevel <t>Float32 <t>Changes partly the fill color of the component. The l
<t> <t>the value of the signal. <t> <t>the value of the signal.
Invisible <t>Boolean String <t>Make the component invisible when the signal is high, <link>GeDynInvisible Invisible <t>Boolean String <t>Make the component invisible when the signal is high, <link>GeDynInvisible
<t> <t>or when the string is empty. <t> <t>or when the string is empty.
DigBorder <t>Boolean <t>Set specified border color when the signal is high. <link>GeDynDigBorder DigBorder <t>Boolean <t>Set specified border color when the signal is low. <link>GeDynDigBorder
TimeoutColor <t>Boolean <t>Set specified color when at subscription timeout. <link>GeDynTimeoutColor
DigTextColor <t>Boolean <t>Set specified text color when the signal is high. <link>GeDynDigTextColor
DigText <t>Boolean <t>Set specified text when the signal is low. <link>GeDynDigText DigText <t>Boolean <t>Set specified text when the signal is low. <link>GeDynDigText
AnalogText <t>Float32 Int32 <t>Set up till 32 different texts depending on the value of <link>GeDynAnalogText AnalogText <t>Float32 Int32 <t>Set up till 32 different texts depending on the value of <link>GeDynAnalogText
<t> <t>an analog signal. <t> <t>an analog signal.
...@@ -2936,8 +2938,8 @@ The default dynamic for an instance, is displayed by opening the object editor f ...@@ -2936,8 +2938,8 @@ The default dynamic for an instance, is displayed by opening the object editor f
and there open the subgraph folder. and there open the subgraph folder.
<h2>Xtt-commands <h2>Xtt-commands
There are a number of pushbuttons that executes xtt-commands. The most usual is to open another There are a number of pushbuttons that executes xtt-commands. The most usual is to open
graph, but you can also open trace or trends etc. Here follows some usable xtt-commands. another graph, but you can also open trace or trends etc. Here follows some usable xtt-commands.
<c>open graph GraphName [/width=][/height=][/scrollbar][/navigator] <c>open graph GraphName [/width=][/height=][/scrollbar][/navigator]
...@@ -3169,6 +3171,37 @@ DigBorder.Attribute <t><t>Signal in the database of type Boolean the should infl ...@@ -3169,6 +3171,37 @@ DigBorder.Attribute <t><t>Signal in the database of type Boolean the should infl
DigBorder.LowColor <t><t>Border color of the component when the signal is 0. DigBorder.LowColor <t><t>Border color of the component when the signal is 0.
</topic> </topic>
<topic>GeDynTimeoutColor <style>function
TimeoutColor
Set specified color at subscription timeout.
Checks the last arrival for the subscription, and sets the fill color to the specifed
color if the timeout time is exceeded.
TimeoutColor has to be combined with another dynamic specifying the attribute for the
subscription. If there are several dynamics, the subscription for the dynamic with the highest
priority is supervised.
<b>Attribute <t><t>Description
TimeoutColor.Time <t><t>Timeout time in seconds.
TimeoutColor.Color <t><t>Fill color of the component at timeout.
</topic>
<topic>GeDynDigTextColor <style>function
DigTextColor
Set specified text color when the signal is high.
The object is connected to a digital signal in the database. If the value is 1, the object is
drawn with DigTextColor.Color, if the value is 0, it is drawn with normal text color.
<b>Attribute <t><t>Description
DigTextColor.Attribute <t><t>Signal in the database of type Boolean the should influence
<t><t>the component.
DigTextColor.Color <t><t>Text color of the component when the signal is 1.
</topic>
<topic>GeDynDigText <style>function <topic>GeDynDigText <style>function
DigText DigText
......
...@@ -2890,7 +2890,9 @@ StatusColor <t>Status <t>S ...@@ -2890,7 +2890,9 @@ StatusColor <t>Status <t>S
FillLevel <t>Float32 <t>Ändrar fyllnadsfärgen på en del av komponenten. Nivån <link>GeDynFillLevel 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. <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 Invisible <t>Boolean String <t>Gör komponenten osynlig vid hög signal, eller vid tom sträng. <link>GeDynInvisible
DigBorder <t>Boolean <t>Sätter angiven kantfärgen vid hög signal. <link>GeDynDigBorder DigBorder <t>Boolean <t>Sätter angiven kantfärgen vid låg signal. <link>GeDynDigBorder
TimeoutColor <t>Boolean <t>Sätter angiven färg vid timeout på prenumerationen. <link>GeDynTimeoutColor
DigTextColor <t>Boolean <t>Sätter angiven textfärg vid hög signal. <link>GeDynDigTextColor
DigText <t>Boolean <t>Sätter angiven text vid låg signal. <link>GeDynDigText DigText <t>Boolean <t>Sätter angiven text vid låg signal. <link>GeDynDigText
AnalogText <t>Float32 Int32 <t>Sätter upp till 32 olika text beroende på värdet av <link>GeDynAnalogText AnalogText <t>Float32 Int32 <t>Sätter upp till 32 olika text beroende på värdet av <link>GeDynAnalogText
<t> <t>en analog signal. <t> <t>en analog signal.
...@@ -3137,8 +3139,8 @@ DigBorder ...@@ -3137,8 +3139,8 @@ DigBorder
Sätt angiven kantfärg när signalen är låg. Sätt angiven kantfärg när signalen är låg.
Objektet kopplas till en digital signal i rtdb. Om värdet är 1 ritas objektet med den normala Objektet kopplas till en digital signal i rtdb. Om värdet är 1 ritas objektet med den
kantfärgen, om värdet är 0 ritas det med DigBorder.Color som anges i objektseditorn. normala kantfärgen, om värdet är 0 ritas det med DigBorder.Color som anges i objektseditorn.
<b>Attribut <t><t>Beskrivning <b>Attribut <t><t>Beskrivning
DigBorder.Attribute <t><t>Signal i rtdb av typen Boolean som ska DigBorder.Attribute <t><t>Signal i rtdb av typen Boolean som ska
...@@ -3146,6 +3148,37 @@ DigBorder.Attribute <t><t>Signal i rtdb av typen Boolean som ska ...@@ -3146,6 +3148,37 @@ DigBorder.Attribute <t><t>Signal i rtdb av typen Boolean som ska
DigBorder.LowColor <t><t>Kantfärg på komponenten om signalen är 0. DigBorder.LowColor <t><t>Kantfärg på komponenten om signalen är 0.
</topic> </topic>
<topic>GeDynTimeoutColor <style>function
TimeoutColor
Sätter angiven färg vid timeout på prenumerationen.
Kontrollerar tiden för prenumerationen, och sätter fyllnadsfärgen till den angivna
färgen om timeout tiden har överskridits.
TimeoutColor måste kombineras med någon annan dynamik som anger attributet för
prenumerationen. Om det finns flera typer av dynamik, övervakas prenumerationen för
dynamiken med högst prioritet.
<b>Attribut <t><t>Beskrivning
TimeoutColor.Time <t><t>Timeout tid i sekunder.
TimeoutColor.Color <t><t>Fyllnadsfärg för komponenten vid timeout.
</topic>
<topic>GeDynDigTextColor <style>function
DigTextColor
Sätter angiven färg när signalen är hög.
Objektet kopplas till en digital signal i rtdb. Om värdet är 0 ritas objektet med den normala
textfärgen, om värdet är 1 ritas det med DigTextColor.Color som anges i objektseditorn.
<b>Attribut <t><t>Beskrivning
DigTextColor.Attribute <t><t>Signal i databasen av typen Boolean som ändrar textfärg
<t><t>på komponenten.
DigTextColor.Color <t><t>Färg som sätts på texter när signalen är 1.
</topic>
<topic>GeDynDigText <style>function <topic>GeDynDigText <style>function
DigText DigText
......
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