Siemens SIMATIC CloudConnect CC7 Series Operating Instructions Manual page 91

Industrial ethernet
Table of Contents

Advertisement

● Apply
Applies the current settings in the topic editor.
User data format - JSON PubSub
{ "Timestamp": "<PUBLISH_TIMESTAMP>", "DataItems": [
<DATAPOINTS_BEGIN SEPARATOR=,\n>: { "Variable": "<DATAPOINT_NAME>",
"Type": "<DATAPOINT_TYPE>", "Value": "<DATAPOINT_VALUE>",
"QualityCode": "<DATAPOINT_QUALITY_CODE>" }
<DATAPOINTS_END> ] }
User data format - JSON
{
"Timestamp": "<PUBLISH_TIMESTAMP>",
<DATAPOINTS_BEGIN SEPARATOR=,\\n>"<DATAPOINT_NAME>":
{ "Value": "<DATAPOINT_VALUE>", "Station": "<STATION_NAME>",
"Type": "<DATAPOINT_TYPE>", "QualityCode": "<DATAPOINT_QUALITY_CODE>"
}<DATAPOINTS_END>
}
User data format - XML
<Timestamp><PUBLISH_TIMESTAMP></Timestamp>
<DATAPOINTS_BEGIN SEPARATOR=\\n><<DATAPOINT_NAME>><Value><DATAPOINT_VALUE></Value>
<Station><STATION_NAME></Station><Type><DATAPOINT_TYPE></Type>
<QualityCode><DATAPOINT_QUALITY_CODE></QualityCode><</DATAPOINT_NAME>>
<DATAPOINTS_END>
User data format - MindConnect IoT Extension
<DATAPOINTS_BEGIN SEPARATOR=\\n>200,<DATAPOINT_NAME>,<GROUP>,<DATAPOINT_VALUE>,
<ADDITIONAL_ATTRIBUTE>,<DATAPOINT_QUALITY_CODE><DATAPOINTS_END>
Code: Syntax and meaning
Description of the syntax
The description of the individual keys is structured as follows:
● Name
<Syntax>
Meaning
Code key
The code for formatting the user data can consist of the following keys listed below.
If you want to use not only the keys for the transfer of user data but also want to add text,
you can add the text in front of or after a key.
SIMATIC CC7
Operating Instructions, 10/2019, C79000-G8976-C503-02
Configuration
4.9 Cloud configuration
91

Advertisement

Table of Contents
loading

Table of Contents