105BCommunication processor
12.3 Point-to-Point (PtP) communication
S7-1200 Programmable controller
546
System Manual, 11/2011, A5E02486680-05
STATUS (W#16#...) Description
0099
Message terminated because of end sequence was satisfied
833A
The DB for the BUFFER parameter does not exist.
12.3.1.7
RCV_RST instruction
Table 12- 26 RCV_RST (Receiver Reset) instruction
LAD / FBD
SCL
Description
"RCV_RST_DB"(
REQ:=_bool_in_,
PORT:=_uint_in_,
DONE=>_bool_out_,
ERROR=>_bool_out_,
STATUS=>_word_out_);
RCV_RST clears the receive buffers in the CM or CB.
1
STEP 7 automatically creates the DB when you insert the instruction.
Table 12- 27 Data types for parameters
Parameter and type
Data type
Description
REQ
IN
Bool
Activates the receiver reset on the rising edge of this enable input (Default
value: False)
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)
DONE
OUT
Bool
When TRUE for one scan, indicates that the last request was completed
without errors.
ERROR
OUT
Bool
When TRUE, shows that the last request was completed with errors. Also,
when this output is TRUE, the STATUS output will contain related error codes.
STATUS
OUT
Word
Error code (Default value: 0)