F-63
FX Series PLC User's Manual - Data Communication Edition
Non-Protocol Communication (RS/RS2 Instruction)
8 Creating Programs (RS2 Instruction)
8.2 How to Use RS2 Instruction
A
Common Items
B
N:N Network
C
Parallel Link
D
Computer Link
E
Inverter
Communication
F
Non-Protocol
Communication
(RS/RS2 Instruction)
G
Non-Protocol
Communication
(FX
2N
-232IF)
H
Programming
Communication
I
Remote
Maintenance
Apx.
Discontinued
models
2. Time at which receiving is completed
Receiving is completed in the following three conditions. When either condition is established, receiving is
completed.
1) When the PLC receives the amount of receive data specified by the RS2 instruction
2) When the "terminators", "sum check" and "CR + LF" set in the communication format are received normally.
3) When data receiving is suspended and the PLC does not receive the next set of data within the time set
within the time-out time setting device (D8379, D8409 or D8429), the time-out check flag (M8379, M8409
or M8429) turns ON.
3. Operation of time-out check flag
When data receiving is suspended, if the PLC does not receive the next set of data within the preset time-out
time setting, the time-out check flag is set to ON.
At this time, the receiving complete flag is also set to ON.
The time-out time setting can be set to a value from 1 to 255 (10 ms to 2550 ms).
The time-out check flag does not turn OFF automatically. Set it to OFF in the sequence program. (When the
receiving complete flag is set to OFF, the time-out check flag is also set to OFF.)
By using this function, the PLC can receive data from equipment where the amount of send data varies
without the terminator.
4. When the control line is set to the interlink mode
When the interlink mode is selected in the communication format, the following sequence is adopted from
start of receiving to completion of receiving:
1) When the amount of data already received becomes "preset amount of received data -30", the control line
ER (DTR) turns OFF.
When the control line ER (DTR) turns OFF, the external equipment should suspend data sending.
After the control line ER (DTR) turns OFF, the PLC can receive up to 30 characters (bytes).
2) When the external equipment suspends data sending, the PLC sets the time-out check flag and receiving
complete flag to ON after the preset time-out time setting.
Move the received data in a sequence program, and then set the receiving complete flag and time-out
check flag to OFF.
3) When the receiving complete flag is set to OFF, the control line ER (DTR) turns ON.
When the control line ER (DTR) turns ON, restart data sending from the external equipment.
4) Repeat steps 1) to 3) until data receiving is completed.
Name ch0 ch1 ch2
Time-out check flag M8379 M8409 M8429
Time-out time setting D8379 D8409 D8429
Data CR+LF..........
Data
Terminator..........
Data
Terminator.......... CR+LF
Data
Terminator.......... Sum check
Data
Terminator.......... Sum check CR+LF
Receive data is suspended.
Set to OFF in sequence program.
Receiving
D8409
×
10 ms
Data
ON
Time-out check flag
M8409
ON
Receiving complete
M8403