From OpenSCADAWiki
(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" | ||
|- | |- | ||
− | ! | + | ! 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, to display in the name field. |
|- | |- | ||
− | | | + | | dscr || Description || Text || Input link || Parameter|DESCR || Parameter description, to place in the tooltip and statusbar. |
|- | |- | ||
− | | | + | | addr || Address || Address || Input link || Parameter|var || Address to the parameter attribute for the trend building. |
|- | |- | ||
− | | | + | | color || Graphic color || String || No || || Working color of the trend |
|- | |- | ||
− | | | + | | colorDef || Default color from the style || String || No || || Default color of the trend on the cadre level |
|- | |- | ||
− | | | + | | colspan="6" | ''Analog parameters'' |
|- | |- | ||
− | | | + | | ed || Dimension || String || Input link || Parameter|ed || |
|- | |- | ||
− | | | + | | prec || Precision || Integer || Input link || Parameter|prec || Number of decimal places in parameter. |
|- | |- | ||
− | | | + | | log || Logarithmic scale || Boolean || Input link || Parameter|log || |
|- | |- | ||
− | | | + | | max || Maximum || Real || Input link || Parameter|max || Upper limit value of the parameter. |
|- | |- | ||
− | | | + | | min || Minimum || Real || Input link || Parameter|min || Minimum limit values of the parameter. |
|- | |- | ||
− | | | + | | aMax || Border up alarm || Real || Input link || Parameter|aMax || |
|- | |- | ||
− | | | + | | aMin || Border down alarm || Real || Input link || Parameter|aMin || |
|- | |- | ||
− | | | + | | wMax || Border up warning || Real || Input link || Parameter|wMax || |
|- | |- | ||
− | | | + | | wMin || Border down warning || Real || Input link || Parameter|wMin || |
|- | |- | ||
− | | | + | | pModeA || Regulator mode: auto || Boolean || Input link || Parameter|auto || The regulator mode "Automatic". |
|- | |- | ||
− | | | + | | pModeC || Regulator mode: cascade || Boolean || Input link || Parameter|casc || The regulator mode "Cascade". |
|- | |- | ||
− | | digRevers || | + | | colspan="6" | ''Discrete parameters'' |
+ | |- | ||
+ | | digComs || Digital: commands || String || Constant || || Names and colors of the buttons of the commands in the format '''{On}[-color]:{Off}[-color][:{Stop}[-color]]'''. Default colors are: green, red and yellow. | ||
+ | |- | ||
+ | | digStts || Digital: states || String || Constant || || Names and colors of the labels of the states in the format '''{On}[-color]:{Off}[-color]'''. Default colors are: green and red. | ||
+ | |- | ||
+ | | digRevers || Digital: reversion || Boolean || Constant || || Discrete signal reverse. | ||
|} | |} |
Revision as of 20:59, 8 August 2019
Linking and configuring the attributes
Identifier | Name | Type | Configuration | Configuration template | Description |
---|---|---|---|---|---|
name | Name | String | Input link | Parameter|NAME | Parameter name-code, to display in the name field. |
dscr | Description | Text | Input link | Parameter|DESCR | Parameter description, to place in the tooltip and statusbar. |
addr | Address | Address | Input link | Parameter|var | Address to the parameter attribute for the trend building. |
color | Graphic color | String | No | Working color of the trend | |
colorDef | Default color from the style | String | No | Default color of the trend on the cadre level | |
Analog parameters | |||||
ed | Dimension | String | Input link | Parameter|ed | |
prec | Precision | Integer | Input link | Parameter|prec | Number of decimal places in parameter. |
log | Logarithmic scale | Boolean | Input link | Parameter|log | |
max | Maximum | Real | Input link | Parameter|max | Upper limit value of the parameter. |
min | Minimum | Real | Input link | Parameter|min | Minimum limit values of the parameter. |
aMax | Border up alarm | Real | Input link | Parameter|aMax | |
aMin | Border down alarm | Real | Input link | Parameter|aMin | |
wMax | Border up warning | Real | Input link | Parameter|wMax | |
wMin | Border down warning | Real | Input link | Parameter|wMin | |
pModeA | Regulator mode: auto | Boolean | Input link | Parameter|auto | The regulator mode "Automatic". |
pModeC | Regulator mode: cascade | Boolean | Input link | Parameter|casc | The regulator mode "Cascade". |
Discrete parameters | |||||
digComs | Digital: commands | String | Constant | Names and colors of the buttons of the commands in the format {On}[-color]:{Off}[-color][:{Stop}[-color]]. Default colors are: green, red and yellow. | |
digStts | Digital: states | String | Constant | Names and colors of the labels of the states in the format {On}[-color]:{Off}[-color]. Default colors are: green and red. | |
digRevers | Digital: reversion | Boolean | Constant | Discrete signal reverse. |