Communication processor and Modbus TCP
12.3 Point-to-point (PtP) communication
S7-1200 Programmable controller
690 System Manual, 03/2014, A5E02486680-AG
Table 12- 14 Data types for the parameters
REQ IN Bool Activate the configuration change on the rising edge of this input.
PORT IN PORT After you install and configure a CM or CB communication device,
the port identifier appears in the parameter helper drop-list available
at the PORT box connection. The assigned CM or CB port value is
the device configuration property "hardware identifier". The port
symbolic name is assigned in the "System constants" tab of the PLC
tag table. (Default value: 0)
CONDITIONS IN CONDITIONS The Conditions data structure specifies the starting and ending
message conditions as described below.
DONE OUT Bool TRUE for one scan, after the last request was completed with no
ERROR OUT Bool TRUE for one scan, after the last request was completed with an
Execution condition code (Default value: 0)
Start conditions for the RCV_PTP instruction
The RCV_PTP instruction uses the configuration specified by the RCV_CFG instruction to
determine the beginning and ending of point-to-point communication messages. The start of
a message is determined by the start conditions. The start of a message can be determined
by one or a combination of start conditions. If more than one start condition is specified, all
the conditions must be satisfied before the message is started.
See the topic "Configuring receive parameters (Page 676)" for a description of the message
start conditions.
Parameter CONDITIONS data type structure part 1 (start conditions)
Table 12- 15 CONDITIONS structure for START conditions
STARTCOND IN UInt Specifies the start condition (Default value: 1)
• 01H - Start Char
• 02H - Any Char
• 04H - Line Break
• 08H - Idle Line
• 10H - Sequence 1
• 20H - Sequence 2
• 40H - Sequence 3
• 80H - Sequence 4
IDLETIME IN UInt The number of bit times required for idle line timeout. (Default value:
40). Only used with an idle line condition. 0 to 65535
STARTCHAR IN Byte The start character used with the start character condition. (Default