From OpenSCADAWiki
Linking and configuring the attributes
| Identifier | Name | Type | Configuration | Configuration template | Description |
|---|---|---|---|---|---|
| err | Parameter: error | Address | Input link | Parameter|err | Used as the address for accessing the DAQ-Parameter object of messages sending and the value also used for alarms generation. |
| NAME | Parameter: name | String (translate) | Input link | Parameter|NAME | Short name of the parameter to be inserted in the notification of violations and actions of the user-operator. |
| DESCR | Parameter: description | String (translate) | Input link | Parameter|DESCR | Description or long name of the parameter to be inserted in the notification of violations and actions of the user-operator. |
| st_open | Parameter: status-open | Boolean | Input link | Parameter|st_open | The state "Opened" of the parameter or the common state of the switch at missing the state signal "Closed". |
| st_close | Parameter: status-close | Boolean | Input link | Parameter|st_close | The state "Closed" of the parameter. |
| st_img | Parameter: status "{img}:{bCol}:{blink}" | String | Input link | Parameter|st_text | Image of the parameter state, at the mode "Code state", where:
|
| imgs | Images, for "{openedImage}-{bCol}:{closedImage}-{bCol}:{noOpenedClosedImage}-{bCol}:{OpenedClosedImage}-{bCol}:{errImage}-{bCol}" | String | Constant | Configuration of the parameter statuses with the structure {openedImage}-{bCol}:{closedImage}-{bCol}:{noOpenedClosedImage}-{bCol};{OpenedClosedImage}-{bCol};{errImage}-{bCol}, for the discrete block. | |
| digStts | Parameter: statuses | String (translate) | Input link | Parameter|digStts | Standard configuration of the parameter statuses with the structure {notUsed}-{openedColor};{notUsed}-{closedColor};{notUsed}-{noOpenedClosedColor};{notUsed}-{OpenedClosedColor};{notUsed}-{errColor}', for the discrete block and missing of the attribute imgs. |
| com | Parameter: command | Boolean | Full link | Parameter|com | The command "Open" of the parameter or the common command of the switch at missing the command signal "Close". |
| close | Parameter: close | Boolean | Full link | Parameter|close | The command "Close" of the parameter. |
| stop | Parameter: stop | Boolean | Full link | Parameter|stop | The command "Stop" of the parameter. |
| com_text | Parameter: command text (from digComs) | String | Full link | Parameter|com_text | Text of the parameter command, at the mode "Code state". |
| digComs | Parameter: commands | String (translate) | Input link | Parameter|digComs | Configuration of the parameter commands with the structure {openLabel}-{color};{closeLabel}-{color};{stopLabel}-{color}, for the discrete block, and {com1Label}-{color};{com2Label}-{color};...;{comNLabel}-{color}, for the code status. |
| ntf | Notification "{st}:{modes}:{Speech text}" | String (translate) | Constant | Configuration of the notification forming at the status (st) [0|1|2(both)|3(err)] and the notification modes-methods (modes), as a string of the digital methods, and by the speech, if pointed such method. The speech message for "3(err)" is taken from the "Error (err)" attribute. |