![Siemens SIMATIC CC712 Operating Instructions Manual Download Page 74](http://html.mh-extra.com/html/siemens/simatic-cc712/simatic-cc712_operating-instructions-manual_1265334074.webp)
Configuration
4.9 Cloud configuration
SIMATIC CC712
74
Operating Instructions, 05/2019, C79000-G8976-C503-01
●
Start of data with separator or special character
<DATAPOINTS_BEGIN SEPARATOR=,\n>
Start of a text block that is repeated for sending data with separator string. The text block
can contain variables.
During the transfer of values or properties of data points, a separator string is added
between each text block to ensure reliable evaluation of the data. In this version, the
character string "comma + line break" is added after each text block but not after the last
block.
"
SEPARATOR=
" is the separator.
You declare the "
,\n
" separator string after the equal sign "
=
":
"
,
" is the separator.
"
\n
" causes a line break.
Line breaks as well as the characters "
<
" and "
>
" are not permitted in the separator string
after "
SEPARATOR=
".
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 "\"
●
200
200
Function code (MindConnect IoT Extension)
●
Data point
<DATAPOINT_NAME>
Name of the data point
●
Data point ID
Number":"<DATAPOINT_ID>
Automatically assigned ID of the data point
●
Group Name
<GROUP>
Group Name
●
Value
<DATAPOINT_VALUE>
Value of the data point
●
Attribute
<ADDITIONAL_ATTRIBUTE>
Attribute (MindConnect IoT Extension)