Instruction Manual
VTS reserves the right to implement changes without prior notice.
www.vtsgroup.com Page 12 of 16 ver. 2.0 (11.2021)
b01000 – RH&T transducer with SHT31-DIS-B sensor
T[1..0] – value 0..3 – type
0 – duct type
1 – room type
2, 3 - reserved
RH&T duct sensor in basic hardware version returns the value
b1100000010000000=0xC080.
4.1.2. SOFT_VER_REG (addr=12=0x000C) – read only
Bit no.
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
0
name
N[3..0]
A[3..0]
B[3..0]
REV[3..0]
Software version is represented as a sting of 4 characters: N.ABrev
where
N, A, B are digits in the the 0..9 range
rev (with values 0..9) is a letter in the range ‘a’...’j’.
Examples:
0x0000 represents software version: 0.00a; 0x4321 → 4.32b ; 0x2345 → 2.34f
4.2. Protocol functions
CODE
Name
0x03 (dec 3)
Reading N x 16-bit registers
0x06 (dec 6)
Writing single 16-bit registers
0x10 (dec 16)
Writing N x 16-bit registers
4.2.1. Reading the contents of a group of output registers (0x03)
Command format:
Description
Size [Bytes]
Values
Notes
Address
1
1 – 247
Function code
1
0x03
Data block address
2
0x0000 – 0xFFFF
Number of registers (N)
2
1 – 125
Check sum CRC
2
0x0000 – 0xFFFF
See section 4.4