Chapter6 Communication Mode
6 - 13
Sample program [ Initial setting ]
(1) Ladder program
[EH-CPU]
[EHV-CPU]
* This is a sample program for initial setting. When communicating, it is necessary to add the communication
program to the above sample program. Please refer to the sample program of “Data receiving” and “Receiving
after sending” for details.
TRNS 9 ( WY14 , WR0 , M0 )
WR7 = H0000 … Initial setting command
WR8 = 200 … Command timeout time
DR9 =ADR(WR100) … I/O address of sending data area
( WR100 )
DRB = ADR(WR200) … I/O address of receiving data area
( WR200 )
WRD = H0400 … Size of receiving data area
WR100 = H000E … No. of send data (byte)
WR101 = H0000 … Communication mode
WR102 = H1300 … Message composition, others
WR103 = H02FF … Start character
WR104 = H0D0A … Stop character
WR105 = H0003 … Check code calculation type
WR106 = 100 … Receiving timeout time
WR107 = H0000 … Data interval time
Sending data area
(parameter for initial
setting)
WR7 = H0000 … Initial setting command
WR8 = 200 … Command timeout time
WR9 = H000A I/O address of sending data area
WRA = H0100 ( WR100 )
WRB = H000A I/O address of receiving data area
WRC = H0200 ( WR200 )
WRD = H0400 … Size of receiving data area
TRNS 9 ( WY14 , WR0 , M0 )
WR100 = H000E … No. of send data (byte)
WR101 = H0000 … Communication mode
WR102 = H1300 … Message composition, others
WR103 = H02FF … Start character
WR104 = H0D0A … Stop character
WR105 = H0003 … Check code calculation type
WR106 = 100 … Receiving timeout time
WR107 = H0000 … Data interval time
Sending data area
(parameter for initial
setting)