From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
(Importing a new version from external source)
Line 1: Line 1:
{{CntHdr|Linking attributes}}
+
{{CntHdr|Linking and configuring the attributes}}
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! ID !! Parameter !! Data type !! Config !! Config template !! Description
+
! Identifier !! Name !! Type !! Configuration !! Configuration template !! Description
 
|-
 
|-
| title || Title || String || Constant || || It is displayed above the graph. If the title is missing the trend's field will expand up.  
+
| title || Title || String || Constant || || Displays at the top of the graphs, in the absence the graphs field expands up.
 
|-
 
|-
| colspan="6" | ''Trend {n} from 1 to 5.''  
+
| colspan="6" | ''Parameter {n} from 1 to 5.''
 
|-
 
|-
| p{n}_addr || Parameter{n}:address || Address || Input link || Parameter_{n}|var || Address to the value's attribute for {n} trend's building.  
+
| p1_addr || Parameter{n}: address || Address || Input link || Parameter {n}|var || Address to the parameter attribute for plotting the graph {n}.
 
|-
 
|-
| p{n}_clr || Parameter{n}:color || Color || Constant || Parameter_{n} ||
+
| p1_clr || Parameter{n}: color || Color || From style || labColorGrph{n} ||  
 
|-
 
|-
| p{n}_max || Parameter{n}:maximum || Real || Input link || Parameter_{n}|max || Upper limit of the trend.  
+
| p1_max || Parameter{n}: maximum || Real || Input link || Parameter {n}|max || Upper limit of the trend.
 
|-
 
|-
| p{n}_min || Parameter{n}:minimum || Real || Input link || Parameter_{n}|min || Lower limit of the trend.  
+
| p1_min || Parameter{n}: minimum || Real || Input link || Parameter {n}|min || Lower limit of the trend.
 
|-
 
|-
| p{n}_name || Parameter{n}:name || String || Input link || Parameter_{n}|NAME || The short name of the parameter to display in the field on the left.  
+
| p1_name || Parameter{n}: name || String || Input link || Parameter {n}|NAME || Short name of the parameter to display in the field on the left.
 
|}
 
|}

Revision as of 13:00, 5 January 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Libs/Main graphical elements)
{{CntHdr|Linking and configuring the attributes}}
{| class="wikitable"
|-
! Identifier !! Name !! Type !! Configuration !! Configuration template !! Description
|-
| title || Title || String || Constant || || Displays at the top of the graphs, in the absence the graphs field expands up.
|-
| colspan="6" | ''Parameter {n} from 1 to 5.''
|-
| p{n}_addr || Parameter{n}: address || Address || Input link || Parameter {n}|var || Address to the parameter attribute for plotting the graph {n}.
|-
| p{n}_clr || Parameter{n}: color || Color || From style || labColorGrph{n} || 
|-
| p{n}_max || Parameter{n}: maximum || Real || Input link || Parameter {n}|max || Upper limit of the trend.
|-
| p{n}_min || Parameter{n}: minimum || Real || Input link || Parameter {n}|min || Lower limit of the trend.
|-
| p{n}_name || Parameter{n}: name || String || Input link || Parameter {n}|NAME || Short name of the parameter to display in the field on the left.
|}
Translation{{CntHdr|Linking and configuring the attributes}}
{| class="wikitable"
|-
! Identifier !! Name !! Type !! Configuration !! Configuration template !! Description
|-
| title || Title || String || Constant || || Displays at the top of the graphs, in the absence the graphs field expands up.
|-
| colspan="6" | ''Parameter {n} from 1 to 5.''
|-
| p1_addr || Parameter{n}: address || Address || Input link || Parameter {n}|var || Address to the parameter attribute for plotting the graph {n}.
|-
| p1_clr || Parameter{n}: color || Color || From style || labColorGrph{n} || 
|-
| p1_max || Parameter{n}: maximum || Real || Input link || Parameter {n}|max || Upper limit of the trend.
|-
| p1_min || Parameter{n}: minimum || Real || Input link || Parameter {n}|min || Lower limit of the trend.
|-
| p1_name || Parameter{n}: name || String || Input link || Parameter {n}|NAME || Short name of the parameter to display in the field on the left.
|}

Linking and configuring the attributes

Identifier Name Type Configuration Configuration template Description
title Title String Constant Displays at the top of the graphs, in the absence the graphs field expands up.
Parameter {n} from 1 to 5.
p1_addr Parameter{n}: address Address Input link Parameter {n}|var Address to the parameter attribute for plotting the graph {n}.
p1_clr Parameter{n}: color Color From style labColorGrph{n}
p1_max Parameter{n}: maximum Real Input link Parameter {n}|max Upper limit of the trend.
p1_min Parameter{n}: minimum Real Input link Parameter {n}|min Lower limit of the trend.
p1_name Parameter{n}: name String Input link Parameter {n}|NAME Short name of the parameter to display in the field on the left.