![Samwontech TEMP1000 Series Communications Manual Download Page 14](http://html1.mh-extra.com/html/samwontech/temp1000-series/temp1000-series_communications-manual_3799368014.webp)
SAMWONTECH
1th Edition of TEMP1000_Series IM : Apr. 2014 Page 12 / 63
5.5 RRD Command
RRD Command is used to read data in arbitrary single D-Register.
▣ Request Message Frame
bytes
1
2
3
1
2
1
4
1
…
Frame
STX
Address
RRD
,
Count
Number
,
D-Reg.- 1
,
…
1
4
2
1
1
,
D-Reg.- n
SUM
CR
LF
▣ Response Message Frame
bytes
1
2
3
1
2
1
4
1
…
Frame
STX
Address
RRD
,
OK
,
Data - 1
,
…
1
4
2
1
1
,
Data - n
SUM
CR
LF
▪ Count Number : 1 ~ 64
▪ Data : Hexa-decimal 16bit string 4 character with no decimal point
◈ Example
To read the D-Register D0001 (NPV) and D0002 (NSP)
- Request
: [stx]01RRD,02,0001,0002[cr][lf]
- Request (with CheckSum)
: [stx]01RRD,02,0001,0002B2[cr][lf]
Response data will be same as below, when 50.0 of D0001 (NPV) and 30.0 of D0002 (NSP)
- Response
: [stx]01RRD,OK,01F4,012C[cr][lf]
- Response (with CheckSum)
: [stx]01RRD,OK,01F4,012C18[cr][lf]