Related Products: |
EMMK-101, EMMK-102, EMMK-103 |
Related Documents: |
ISCM-0380, ISCM-0385 |
Type: |
Operations |
Keywords/Labels: |
Modbus, OPC UA, historian software, data source properties |
Summary: |
This article describes the various types of data sources and how to create and configure them. |
The InsightCM monitoring devices can read data using Modbus TCP or serial communication. Modbus data will be included in the trend points stored on the server and can be used in collection triggers and alarms.
-
Serial communication—The device can address one or more Modbus slaves and the Modbus slaves can communicate directly with the device.
-
Ethernet communication—The device establishes a TCP connection with a Modbus slave on a specific IP address and port. The device can support TCP connections to multiple Modbus slaves.
The device acts as an OPC UA (Open Platform Communications Unified Architecture) client and initiates queries from the OPC UA Server. The device establishes a connection with the specific URL of the OPC UA Server. The device typically connects through TCP.
Configure a data source from external sources, such as a Modbus Register, an OPC UA Tag, or a Historian Input.
-
Click Configuration () and select Assets.
-
Click the Action menu () and select Data Sources to display the Data Sources dialog box.
-
Click Add and select the type of data source you want to create.
-
Specify a name for the data source and click OK.
-
Select the new data source in the asset tree and configure the appropriate properties in the configuration panel.
-
Select the Registers (for Modbus), Tags (for OPC UA), or Points (for Historian Input) tab.
-
Click Add and configure the appropriate data source item properties.
-
Click Close.
-
Click Configuration () and select Devices.
-
Double-click a device and click the Data Sources tab in the device configuration page.
-
Click Add and select the data source you created.
-
Select the Modbus Register, OPC Tag, or Historian Input checkbox and click OK.
The Modbus register supports properties that affect how the device reads data.
The Modbus Serial data source supports configurable properties that affect how the device communicates with the Modbus slave.
Note
Modbus Serial properties are available only after you add a Modbus Serial data source.
The Modbus TCP data source supports configurable properties that affect how the device communicates with the Modbus slave.
Note
Modbus TCP properties are available only after you add a Modbus TCP data source.
Property Name |
Description |
---|---|
IP Address |
The TCP/IP address of the Modbus slave with which you want to communicate. |
Port |
The TCP port of the Modbus slave with which you want to communicate. The default is 502. |
Interval (sec) |
How often the InsightCM device process reads the Modbus slave device, in seconds. |
Read Timeout (sec) |
How long the read process waits for a response from the Modbus slave device when initializing or reading from the device. If the Modbus slave device does not respond within the specified timeout, the InsightCM device attempts to re-open a connection after 30 seconds. |