CPU Communication Port Setup Parameters:
DL05 and DL06 Non Sequence (ASCII)
WORD
1
0yyy 0ttt mmmm mxxx |
RTS On-delay
yyy |
Communication Timeout
(in % of standard timeout)
ttt |
Protocol Mode
mmmmm |
RTS Off-delay
xxx |
05, 06: V7655 |
000 = 0mS 001 = 2mS 010 = 5mS 011 = 10mS 100 = 20mS 101 = 50mS 110 = 100mS 111 = 500mS |
000 = 100% 001 = 120% 010 = 150% 011 = 200% 100 = 500% 101 = 1000% 110 = 2000% 111 = 5000% |
00010 = Non Sequence |
000 = 0mS 001 = 2mS 010 = 5mS 011 = 10mS 100 = 20mS 101 = 50mS 110 = 100mS 111 = 500mS |
WORD 2
pps0 ebbb aaaa aaaa |
Parity
pp |
StopBits
s |
Echo Suppression
(DL06 only)
e
|
Baud Rate
bbb |
Protocol Mode
aaaaaaaa |
05, 06: V7656 |
00 = None 10 = Odd 11 = Even |
0 = 1 bit 1 = 2 bits |
0 = 232 or 422 1 = 485 2 wire |
000 = 300 001 = 600 010 = 1200 011 = 2400 100 = 4800 101 = 9600 110 = 19200 111 = 38400 |
01110000 = No
flow control
01110001 = Xon/Xoff
flow control
01110010 = RTS
flow control
01110011 = Xon/Xoff
and RTS flow control
|
WORD 3 |
05, 06: V7650 |
V memory address for data
Hex value of the V location to temporary store the ASCII data coming
in to the PLC. Set this parameter to an unused V location |
WORD 4 |
05, 06: V7657 |
The CPU will accept the setup values
when a 'setup complete' flag is written to this V-memory location.
For the 05/06 this flag is a value of K0500, representing the available
port. When the CPU checks this value, it will change the '5' to an
'A' if the port settings have been accepted, or an 'E' if there was
an error. |
|