Configuration
4.12 Data point configuration
CP 1243-7 LTE
Operating Instructions, 04/2017, C79000-G8976-C381-03
83
After the assignment repair make sure that you check whether the newly assigned PLC tags
are correct.
4.12.2
Datapoint types
During the configuration of the user data to be transferred by the CP, each data point is
assigned a data point type. The data point types supported by the CP along with the
compatible S7 data types are listed below. They are grouped according to format (memory
requirements).
As of the firmware version named in the preface along with STEP 7Basic V14, the CP
supports the following data point types and data types.
The direction relates to the direction of transfer:
●
"in": Monitoring direction:
●
"out": Control direction
Data point types
Table 4- 1
Supported data point types and compatible S7 data types
Format (memory requirements)
Data point type
Direction
S7 data types
Address area
Bit
Digital input
in
Bool
I, Q, M, DB
Digital output
in
Bool
Q, M, DB
Byte
Digital input
in
Byte, Char, USInt
I, Q, M, DB
Digital output
out
Byte, Char, USInt
Q, M, DB
Integer with sign (16 bits)
Analog input
in
Int
I, Q, M, DB
Analog output
out
Int
Q, M, DB
Counter (16 bits)
Counter input
in
Word, UInt
I, Q, M, DB
Integer with sign (32 bits)
Analog input
in
DInt
Q, M, DB
Analog output
out
DInt
Q, M, DB
Counter (32 bits)
Counter input
in
UDInt, DWord
I, Q, M, DB
Floating-point number with sign (32
bits)
Analog input
in
Real
Q, M, DB
Analog output
out
Real
Q, M, DB
Floating-point number with sign (64
bits)
Analog input
out
LReal
Q, M, DB
Analog output
out
LReal
Q, M, DB
Block of data (1 .. 64 bytes)
Data
in / out
ARRAY
1)
DB
Data
in / out
ARRAY
1)
DB
1)
For the possible formats of the ARRAY data type, refer to the following section.