SAMWONTECH
4th Edition of TEMI880 IM : Jan. 29. 2007 Page 97 / 119
4.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 ,
Para.
number
, D-Reg. No1 , dddd-1 , …
1 4 1 4 2 1 1
C L
, D-Reg. No(n) , dddd-(n) SUM
R F
▶ Response
Byte 1 2 3 1 2 2 1 1
S
T
Command
element
X
Addr WRD , OK SUM
C
R
L
F
- Para. number : 1~32.
- dddd : Indicates a character string in hexadecimal format.
ex) When the writing Temp. SP(D0102) and Temp. SLOPE(D0106) as the FIX Running.
- Setting Temp. SP : 50.0 ℃ → Delete decimal point(500) → Hexadecimal(0x01F4)
- Setting Temp. SLOPE : 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]