III : COMMUNICATION
IM TEMI 770E_C 2nd Edition: Sep. 1. 2003. 8/21
3.7 WRD Command
This command for writing D-Register random.
■ Transmission Format
Byte 1 2 3 1 2 1 4 1 4 1 …
S
T
Command
element
X
Addr WRD ,
Parameter
number
, D-Reg. No1 , dddd-1 , …
1 4 1 4 2 1 1
CL
, D-Reg. No(n) , dddd-(n) SUM
RF
■ Response
Byte 1 2 3 1 2 2 1 1
S C L
T
Command
element
X
Addr WRD , OK SUM
RF
- Parameter number : 1 ~ 32
- dddd : Indicates a character string in hexadecimal format.
ex) When the writing Temp SP(D0102) and Humi SP(D0106) as the FIX Running.
- Setting Temp SP : 50.0 ℃→Delete decimal point(500)→Hexadecimal(0x01F4)
- Setting Temp SLOP : 0.5 ℃→Delete decimal point(5)→Hexadecimal(0x0005)
- Transmission : [stx]01WRD,02,0102,01F4,0106,0005[cr][lf]
- Transmission(Include Check Sum) : [stx]01WRD,02,0102,01F4,0106,0005B6[cr][lf]