Set the no. of data using @G@ and then
transfer the data
And then transfer the data depending on no.
of@G@
Indicate the progressing of ASCII
CODE data
If transfer the ASCII CODE data to the
controller one by one, can see the number
which is counting in STATUS[ ]
Comparioson function of ASCII
CODE digits
No. of transffered data is more than the digits
in the controller. In this case, can not be
marked.
No. of transffered data is less than the digits in
the controller. In this case, can not be marked
Several line marking of ASCII CODE
In case you need the marking more than
2lines, should use Sequence block. Function
of Sequence is activated pressing F3F3 twice.
(Refer to Pg.34)
Example of sequence mode at ASCII
CODE
When you use
single block
(Standard)
S000//H /B000 / H
Giving PLC start signal, [000] is only marked
after transfer ASCII data
When you use 3
block
[000][001][002]
S000//B000//B001/B002/H
Giving PLC start signal without contact point,
[000][001][002] blocks are marked after
transfer ASCII data
In this case, you may not input “H” in front
ofS000
Can compare between the transferring and
setting data. Sequence mode has to be used
for several lines marking.
Common start signal. Although the transfered
data is lack or more, marking performed. In
case the data is not enough, it marks only
received data. Serveral line marking doesn`
need to use Sequence mode.