FPΣ User's Manual
8.6 Program Controlled Communication
217
ST Body
Buffer statuses
The following shows the statuses of the send and receive buffers when the sample program is
run.
Status of the send buffer before sending:
When the program is executed, the following read command is sent to the remote FP series
PLC: "%01RDD00000 00001**".
16#30 16#25(0) (%)
19
16#23 16#31(#) (1)
16#44 16#52(D) (R)
16#30 16#44(0) (D)
16#30 16#30(0) (0)
16#30 16#30(0) (0)
16#30 16#30(0) (0)
16#30 16#30(0) (0)
16#2A 16#31(*) (1)
16#2A(*)
1
2
3
4
5
6
7
8
9
10
0
Offset
At the end of transmission, the value in offset 0 is automatically reset to 0.
Status of the receive buffer when the reception is completed:
The remote FP series PLC returns the values 100 in DT0 and 200 in DT1 with the following
response: "%01$RD6400C8006F
C
R
".
The number of bytes received is stored in offset 0. The received data is stored in order from
the low-order byte.