From OpenSCADAWiki
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 2: | Line 2: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | ! | + | ! Identifier !! Name !! Type !! Configuration !! Configuration template !! Description |
|- | |- | ||
− | | name || Name || String || Input link || Parameter|NAME || Parameter name | + | | 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 | + | | 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 || | + | | 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
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. |