Panasonic FP7 Series Command Reference Manual page 1092

Cpu unit
Hide thumbs Also See for FP7 Series:
Table of Contents

Advertisement

17.40 RECV (MC Protocol Master)
Execution result code [D2]
Code
Description
H0
Normal end
The communication port is being used in the
H1
master communication.
The communication port is being used in the
H2
slave communication.
The number of master communication
H3
instructions simultaneously used is exceeded.
(Note 1)
It occurs when an abnormal telegram is received. When there is a format error in the header of an
individual protocol, the communication discards the received data and a response reception timeout
occurs.
(Note 2)
It occurs when the communication control I/O relays corresponding to the communication port (master
communication clear to send flag, master communication send active flag, master communication
send done result relay)are not allocated as I/O words of the CPU unit in the I/O map. It occurs only
when the number of user connections of ET-LAN is expanded and this instruction is executed
specifying the expanded connections.
(Note 3)
For details of the execution result codes that may be set if a communication error occurs, refer to "Exit
codes when communication error occurs""P.17-205".
Sample program
● An MC protocol command (bulk read) is sent from the LAN port of the CPU unit, and data in
the addresses D000100 to D000101 of an external device is read and stored in the data
registers DT300 to DT301 of FP7.
● After it is confirmed that connection 1 is established in master mode (X90) and no
transmissions are currently being executed for the same port (Y90), the RECV instruction is
started.
● The UNITSEL instruction is used to specify a slot number (LAN port: U100) and the
connection number (U1).
● The RECV instruction is executed with the code (H500) that indicates the device type and
the upper address of the partner unit, the lower address (H64=100), the number of data (U2),
and the storage address (DT300) of FP7.
● It is possible to check if a send error occurs by the sent flag (Y70) when the sending flag
(Y90) turns OFF.
R0
(
DF
)
Master
communication
R100
clear to send flag
RECV.US
Y90
(
DF/
)
Send result flag
Send active flag
ON in abnormal state/OFF in normal state
(Note 1)
The above program example holds the send result hold relay (R101). Insert a program that resets the
relay after the relay is checked.
17-204
X90
Y90
Master
communication
send active flag
H500
H64
S1
S2
Y70
Code
Description
H4
Transmission timeout
H5
Response reception timeout
H6
Reception error
H7
I/O allocation shortage error
R100
RECV
execution relay
UNITSEL U100
U1
S1
S2
U2
DT300
DT0
n
D1
D2
R101
<
SET
Send result
hold relay
(Note 1)
(Note 2)
RECV execution conditions
Clear to send flag: ON
Send active flag: OFF
Communication port settings
S1: CPU LAN port (U100)
S2: Connection 1 (U1)
RECV instruction execution
S1: MC device type (H5)
MC upper address (H00)
S2: MC lower address (H64=100)
n: Amount of received data (U2)
D2: Data storage location (DT300)
>
D3: Execution result code (DT0)
WUME-FP7CPUPGR-12

Advertisement

Table of Contents
loading

Table of Contents