Instance Attributes (Instance #1)
# | Name | Access | Data Type | Description | ||||||
---|---|---|---|---|---|---|---|---|---|---|
1 | OPC UA Model | Get | UINT8 | Defines the model of OPC UA functionality.
| ||||||
2 | Application/ Localnamespace URI | Get | Array of CHAR | Application URI, also used as Local server namespace URI of the server. Default value: “urn:<hostname/serialnumber>:anybus:compactcom40”. If the host name is available, it is used as a part of the URI. If no host name is available, use the serial number instead. Max length: 128. | ||||||
3 | Vendor namespace URI | Get | Array of CHAR | Vendor namespace URI. This namespace collects type definitions specific for the product. Default value: “http://hms-networks.com/UA/Anybus/CompactCom40”. Max length: 128. | ||||||
4 | DeviceType Name | Get | Array of CHAR | The name of the DeviceType. Default value = “CompactCom40DeviceType”. Max length: 64. | ||||||
5 | Device instance name | Get | Array of CHAR | The name of the instance of the DeviceType above that represents the device in the local namespace. Default value = “CompactCom40”. Max length: 64. | ||||||
6 | Product URI | Get | Array of CHAR | URI that identifies the software. Part of the BuildInfo structure in the Server object. Default value = “http://hms-networks.com/UA/Anybus/CompactCom40/[networktype]/[softwareversion]” [networktype] = Abbreviation of network [softwareversion] = String representation of software version. Max length: 128. | ||||||
7 | Limits | Get | Struct of: UINT16 UINT32 | Configuration of server limits. See the table below for structure description. If one of the provided values are out of range none of the values will be used and the discard counter will be incremented. Warning: The limits are configurable as these options are highly dependent on the response time of the host application. Setting too low/high values may result in a scenario where the Anybus CompactCom is unable to publish all monitored items within the expected interval. Please verify configuration while using other interfaces required by the module such as process data and web interface. |
Name | Data type | Default | Min | Max |
---|---|---|---|---|
Max number of monitored items | UINT16 | 8 | 8 | 100 |
Minimum sampling/publishing interval in milliseconds | UINT32 | 1000 | 1000 | 1000*3600*24 |