Adding data points to TCP devices - Industrial IoT 5.2.0.0 | BACnet | Modbus | OPC Client | SNMP Manager

Industrial IoT Plugin Guide 5.2.0.0

Product
Industrial IoT
Content type
Guides > Plugin and extension guides
Version
5.2
Release
5.2.0.0
ft:locale
en-US
Last updated
2024-05-08

To monitor the data points of a TCP device or entity, you must add them to the device or entity in Security Center.

Before you begin

Best Practice: For optimal performance of the plugin, it is recommended to limit the number of data points and rules to 5000 respectively.

What you should know

The Industrial IoT plugin role acts as the TCP server. It must be configured to identify data and events by evaluating the payload sent by the devices against regular expressions.
NOTE: To capture a value with a regular expression, a capture group (delimited by parentheses) must be present. The plugin role uses the value returned by the first capture group. If there is no capture group in the regular expression, no value is returned. For help with regular expression syntax, see the Regular Expression Cheat Sheet.

Procedure

  1. From the Config Tool homepage, open the Plugins task.
  2. In the entity browser, select the Industrial IoT role and click on the Devicestab.
  3. Select the TCP device from the Devices list.
  4. In the Data points section of the device, click Add a data point ()
    The Add a data point dialog box opens.
    Dialog box for adding an MQTT data point.
  5. Enter the following information:
    Name
    The name of the data point.
    Regular expression
    Regular expression used to capture the value of the data point in the data message.
    Value type
    The type of information captured by the regular expression.
    Access level
    Indicates whether the selected data point is read-only or read-write. This field is automatically displayed by the plugin role.
    Conversion
    The conversion to be applied to the argument.
    Unit name
    (Optional) The measurement unit of the data point.
    Unit symbol
    (Optional) The symbol representing the measurement unit.
  6. Click Add to add another data point or click Add and Close.
    The data point is displayed in the Data points section.
  7. (Optional) To deactivate a data point, right-click on the data point and select Deactivate.
  8. (Optional) To duplicate a data point, right-click on the data point and select Duplicate.
  9. Click Apply.

After you finish

Add events to the device.