AddOPCGroup (IOpcClient)
Adds an OPC group to the specified OPC server.
Inputs | Data Type | Description |
---|---|---|
OPC Server | DirectoryResource | Specifies the OPC server under which the group is created. |
Group Name | String | Specifies the name of the OPC group. |
Group Description | String | Specifies the description of the OPC group. |
Update Rate (ms) | int32 | Specifies the rate in milliseconds that the server is requested to update items in the group. |
Enabled | Boolean | Specifies whether the group is enabled. True if so; otherwise,
False. Note: The default is True. |
Device Read | Boolean | Specifies whether to read directly from the device or read from the OPC
server's cache. True if so; otherwise, False. Note: The default is True. If
false, reading is performed against the OPC server's
cache. |
Deadband (%) | Single | Specifies the minimum percentage of the value range of an item that a value in the group must change to trigger a data changed event. |
Outputs | Description |
---|---|
Response | Returns a response indicating creation of the OPC group. |