Configuration
4.9 Cloud configuration
SIMATIC CC7
Operating Instructions, 10/2019, C79000-G8976-C503-02
93
To still be able to add "<" and ">" to the user data, you can use the masking character "\"
together with one of the following placeholders:
"
\n" for a line break
"
\l" for "<"
"
\g" for ">"
"
\\" for "\"
Start of data
<DATAPOINTS_BEGIN>
Start of a text block that is repeated for sending data. "
<DATAPOINTS_BEGIN>" must be
before "
<DATAPOINTS_END>" (end of the text block, see below).
Separator
SEPARATOR=
The separator is only permitted after the "
<DATAPOINTS_BEGIN>" component.
The separator is followed by the escape sequence for the "New line" separator.
Example:
Syntax:
<DATAPOINTS_BEGIN SEPARATOR=\n> ...
results in: String with inserted new line as separator between the values and after the last
sent value.
●
200
200
Function code (MindConnect IoT Extension)
●
Station
<STATION_NAME>
Station name of the data point
Configuration only for publisher
●
Data point / Tag
<DATAPOINT_NAME>
Name of the data point
●
Group
<GROUP>
Group name
●
Value
<DATAPOINT_VALUE>
Value of the data point
●
Attribute
<ADDITIONAL_ATTRIBUTE>
Attribute (MindConnect IoT Extension)