Tag Write Functionality - Manual - SLMP Connector - Industrial Edge - Industrial Edge App - SLMP provides easy connectivity with third party PLCs communication channel for tags. You can use the configured connections to transfer the measured value series of selected data points to the Runtime of the respective IED. - Mitsubishi iQF Services - SLMP Connector - TIA Portal - Mitsubishi iQR Services

SLMP Connector

Portfolio
Industrial Edge
Product
SLMP Connector
Software version
v2.1.0
Edition
03/2023
Language
English

SLMP Connector supports the 'Tag Write' functionality. This enables you to write a tag. You can add a topic in IE Databus in following format to write a tag:

ie/d/j/simatic/v1/slmp1/dp/w/<connection-name>

For example, ie/m/j/simatic/v1/dp/w/TPD

The JSON payload structure for Bulk subscribe is as follows:

147309013643-d2e883

The JSON payload structure for Single subscribe is as follows:

147309022347-d2e887

Where, seq: unique sequence number of the payload.

vals: array of data points published in the payload.

id: unique identification of data point. It holds the name of the tag.

qc: quality code. It provides specific integer value to indicate the quality of the data point value.

ts: timestamp of the data point. it is in ISO 8601 Zulu format.

val: value of the Tag. Based on the data type of the data point, the value can be simple scalar value, an array, or an object.

For more information on Bulk Publish, refer Bulk Publish Tags.

For more information on topic format structure, refer Topic Structure for Data and Metadata.