From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
(Importing a new version from external source)
Line 2: Line 2:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! ID !! Parameter !! Data type !! Config !! Config template !! Description
+
! Identifier !! Name !! Type !! Configuration !! Configuration template !! Description
 
|-
 
|-
| name || Name || String || Input link || Parameter|NAME || Parameter name, code, for display in the name's field.  
+
| name || Name || String || Input link || Parameter|NAME || Parameter name (code) for display in the name's field.
 
|-
 
|-
| addr || Address || Address || Input link || Parameter|var || Address to the attribute of the parameter's values for trend's building.  
+
| addr || Address || Address || Input link || Parameter|var || Address to the value attribute of the parameter to construct the trend.
 
|-
 
|-
| var || Variable || Real || Input link || Parameter|var || Direct value of the parameter to display in value's field.  
+
| var || Variable || Real || Input link || Parameter|var || Directly the parameter value to be displayed in the value field.
 
|}
 
|}

Revision as of 20:27, 4 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
|-
| name || Name || String || Input link || Parameter|NAME || Parameter name (code) for display in the name's field.
|-
| addr || Address || Address || Input link || Parameter|var || Address to the value attribute of the parameter to construct the trend.
|-
| var || Variable || Real || Input link || Parameter|var || Directly the parameter value to be displayed in the value field.
|}
Translation{{CntHdr|Linking attributes}}
{| class="wikitable"
|-
! Identifier !! Name !! Type !! Configuration !! Configuration template !! Description
|-
| name || Name || String || Input link || Parameter|NAME || Parameter name (code) for display in the name's field.
|-
| addr || Address || Address || Input link || Parameter|var || Address to the value attribute of the parameter to construct the trend.
|-
| var || Variable || Real || Input link || Parameter|var || Directly the parameter value to be displayed in the value field.
|}

Linking attributes

Identifier Name Type Configuration Configuration template Description
name Name String Input link Parameter|NAME Parameter name (code) for display in the name's field.
addr Address Address Input link Parameter|var Address to the value attribute of the parameter to construct the trend.
var Variable Real Input link Parameter|var Directly the parameter value to be displayed in the value field.