102
Appe
ndix
L
ad
d
e
r Pr
og
ramm
in
g Exam
ple for Co
nn
ecting
to
a PL
C
V400-F050/250/350
User’s Manual
Appendix
Sample Programming for CJ-series PLC Using a Software Trigger
With the following programming, the V400-F will start reading when the Read Start Bit
(CIO 0.00) turns ON. The reading results will be stored in DM200 to DM220.
This programming example assumes that the read data is 20 digits or less.
A200.11
First
Cycle Flag
END(001)
MOV(021)
#474C
D0
0.00
A392.06
W0.00
DIFU(013)
W0.00
TXD(236)
D0
#0000
#0002
@BSET(071)
#0000
D200
D220
RXD(235)
D200
#0000
A393
A392.05
Stores SEND command (GL ('474C'))
in DM000.
Turns ON W0.00 when CIO 0.00 turns
ON.
Sends the SEND command stored in
DM000 if the Send Ready Flag is OFF
(i.e., ready to send) when W0.00 turns
ON.
Clears the data from DM200 to DM220.
(A392.06 automatically turns ON when
data is sent from the V400-F. )
Stores the data sent from the V400-F
starting from DM200.
Read
Start Bit
Work bit
Send
Ready
Flag
Reception
Completed
Flag
Содержание 2D CODE READER
Страница 1: ...USER S MANUAL 2D Code Reader V400 F050 250 350 Cat No Z242 E1 03...
Страница 13: ...12 Introduction Contents V400 F050 250 350 User s Manual Introduction MEMO...
Страница 85: ...84 Section 6 Troubleshooting V400 F050 250 350 User s Manual Section 6 Troubleshooting MEMO...
Страница 112: ...111 V400 F050 250 350 User s Manual MEMO...
Страница 113: ...112 V400 F050 250 350 User s Manual MEMO...