SONBEST SM3713B High Temperature Humidity Sensor
RS232,RS485,CAN,4
20mA, DC0~5V 10V, ZIGBEE, LoRa, WIFI, GPRS, and other output methods.
Parameter teknis
Parameter teknis | Nilai parameter |
Merk | SONBEST |
Range pangukuran suhu | -30 ℃ ~ 80 ℃ |
Akurasi pangukuran suhu | ± 0.5 ℃ @25 ℃ |
Range pangukuran kelembapan | 0-100% RH |
Akurasi asor | ± 3% RH @25 ℃ |
Antarmuka | RS485/4-20mA/DC0-5V/DC0-10V |
daya | DC12~24V 1A |
Suhu mlaku | -30~80 ℃ |
Kelembapan kerja | 5% RH ~ 90% RH |
Pilihan Produk
Desain ProdukRS485,4 20mA, DC0 5V, DC0 10VMultiple metode output, produk dipérang dadi model ing ngisor iki gumantung saka cara output.
Model produk | cara output |
SM3713B | RS-485Product Size |
SM3713M | 4-20mA |
SM3713V5 | DC0-5V |
SM3713V10 | DC0-10V |
Ukuran produk
STRUKTUR PRODUK
Depending on your needs, choose kits with different structures
METODE WIRING
PLEASE WIRE ACCORDING TO THE WIRING MARK
Cathetan: When wiring, the positive and negative poles are supplied first, and then the signal line is connected. Models that are not marked “No dialing” have dialing codes. The temperature range can be adjusted by dialing the code on site, and the default temperature range is 0~50°\ RS-485 does not have a dialing function and needs to be set up in software.
Ing kasus kabel rusak, kabel kabel minangka ditampilake ing gambar. Yen produk kasebut ora duwe timbal, warna inti kanggo referensi.
Carane nggunakake
PLACE OF APPLICATION
High temperature and humidity sensors can be widely used in environmental monitoring, agricultural production, warehouse storage, production workshop, construction engineering and other measurement fields, heat source, heat pump, machine room workshop, library, museum, office, archive room, and other indoor temperature measurement fields
Solusi aplikasi
- Komunikasi RS485
- 4~20mA current
- DCO~5V/10V voltage
Daftar Produk
Protokol Komunikasi
The product uses the RS485 MODBUS RTU standard protocol format, and all operation or reply commands are in hexadecimal data. When the device leaves the factory, the default device address is 1, and the default baud rate is: for modules and non recording instruments: 9600, 8, n, 1 (for the recorder series products, the default is: 115200, 8, n, 1).
Waca data (Kode fungsi 0x03)
Bingkai pitakon (ing heksadesimal). Example of sending: To query 1 piece of data of device No. 1, the host computer sends the command: 01 03 00 00 00 02 C4 0B .
alamat | Kode fungsi | Alamat wiwitan | Dawane data | Checksum |
01 | 03 | 00 00 | 00 02 | C4 0B |
For a correct inquiry frame, the device will respond with data: 01 03 04 02 19 00 00 2A 4C, and the response format is:
alamat | Kode fungsi | dawa | pacaran 1 | pacaran 2 | Checksum |
01 | 03 | 04 | 02 18 | 02 19 | 2A 4C |
Katrangan data: Data ing printah ana ing heksadesimal. Njupuk Data 1 minangka example, 02 18 converted to da ecimal value is 536. Assuming the data magnification factor is 100, then the true value is 536/100 = 5.36, and the others can be deduced by analogy.
Tabel Alamat Data Umum
Konfigurasi
alamat |
Alamat Register | Ndaftar
Katrangan |
Jinis data | Range Nilai |
40001 | 00 00 | suhu | Waca Mung | 0~65535 |
40002 | 00 01 | asor | Waca Mung | 0~65535 |
40101 | 00 64 | Kode Model | Mung diwaca | 0~59999 |
40102 | 00 65 | Jumlah Total
Titik Pengukuran |
Mung diwaca | 1~1600 |
40103 | 00 66 | Alamat piranti | Maca / Nulis | 1~249 |
40104 | 00 67 | Baud Rate | Maca / Nulis | 0~6 |
40105 | 00 68 | Komunikasi
Mode |
Maca / Nulis | 1 Pitakon |
40106 | 00 69 | Tipe Protokol | Maca / Nulis | 1 MODBUS-RTU |
Maca lan ngowahi alamat piranti
- Waca utawa takon alamat piranti
Yen sampeyan ora ngerti alamat piranti saiki lan mung ana siji piranti ing bis, sampeyan bisa takon alamat piranti liwat printah FA 03 00 66 00 01 71 9E .
Alamat piranti | Kode fungsi | Alamat wiwitan | Dawane data | Checksum |
FA | 03 | 00 66 | 00 01 | 71 9E |
FA, which is 250, is the universal address. When you don’t know the address, you can use 250 to obtain the real device address. 00 66 is the register of the device address. For a correct query command, the device will respond. For example, data respon: 01 03 02 00 01 79 84. Analisis format ditampilake ing tabel ing ngisor iki:
Alamat piranti | Kode fungsi | Alamat wiwitan | ID alamat | Checksum |
01 | 03 | 02 | 00 01 | 79 84 |
Ing data respon, byte pisanan 01 makili alamat nyata piranti saiki.
Ganti alamat piranti
Kanggo example, yen alamat piranti saiki 1 lan sampeyan pengin ngganti menyang 02, printah: 01 06 00 66 00 02 E8 14 .
Alamat piranti | Kode fungsi | Ndhaptar alamat | Alamat target | Checksum |
01 | 06 | 00 66 | 00 02 | E8 14 |
Ing data respon, sawise modifikasi sukses, byte pisanan yaiku alamat piranti anyar. Umumé, sawise alamat piranti diganti, iku langsung ditrapake. Ing wektu iki, pangguna kudu ngowahi perintah pitakon ing piranti lunak dhewe.
Maca lan ngowahi baud rate
- Maca baud rate
Baud rate pabrik standar piranti punika 9600. Yen sampeyan kudu ngganti, sampeyan bisa nindakake operasi pangowahan miturut tabel ing ngisor iki lan protokol komunikasi sing cocog. Kanggo example, to read the baud rate ID of the current device, the command is: 01 03 00 67 00 01 35 D5. The format analysis is as follows.
Alamat piranti | Kode fungsi | Alamat wiwitan | Dawane data | Checksum |
01 | 03 | 00 67 | 00 01 | 35 D5 |
Read the baud rate code of the current device. Baud rate codes: 1 for 2400; 2 for 4800; 3 for 9600; 4 for 19200; 5 for 38400; 6 for 115200. For a correct query command, the device will respond. For example, the response data i s: 01 03 02 00 03 F8 45. The format analysis is shown in the following table:
Alamat piranti | Kode fungsi | Dawane data | Kode baud rate | Checksum |
01 | 03 | 02 | 00 03 | F8 45 |
According to the baud rate code, 03 represents 9600, which means the current baud ra te of the device is 9600.
Ngganti baud rate
Kanggo example, kanggo ngganti tingkat baud saka 9600 kanggo 38400, sing, ngganti kode saka 3 kanggo 5, printah: 01 06 00 67 00 05 F8 16 .
Alamat piranti | Kode fungsi | Ndhaptar alamat | Target baud rate | Checksum |
01 | 06 | 00 67 | 00 05 | F8 16 |
Ngganti tingkat baud saka 9600 dadi 38400, yaiku, ngganti kode saka 3 dadi 5. Tingkat baud anyar bakal langsung ditrapake. Ing wektu iki, piranti bakal mandheg nanggapi, lan prentah pitakon kanggo tingkat baud piranti kudu diowahi.
Maca lan ngowahi nilai koreksi (valid kanggo sawetara produk)
- Maca nilai koreksi
Nalika ana kesalahan ing antarane data lan standar referensi, kita bisa nyuda kesalahan tampilan kanthi nyetel "Nilai koreksi". Jangkoan sing bisa diatur saka prabédan koreksi yaiku plus utawa minus 1000, yaiku, kisaran nilai 0 - 1000 utawa 64535 - 65535. Kanggo example, nalika Nilai katampil 100 kurang saka Nilai nyata, kita bisa mbenerake kanthi nambah 100. printah punika: 01 03 00 6B 00 01 F5 D6 . Ing printah kasebut, 100 minangka nilai heksadesimal 0x64. Yen sampeyan kudu nyuda regane, sampeyan bisa nyetel nilai negatif. Kanggo example, - 100 cocog karo nilai heksadesimal FF 9C. Cara pitungan yaiku 100 – 65535 = 65435, banjur diowahi dadi heksadesimal, yaiku 0x FF 9C. Nilai koreksi piranti diwiwiti saka 00 6B. Kita njupuk parameter pisanan minangka example kanggo ilustrasi. Nalika ana sawetara paramèter, cara kanggo maca lan ngowahi nilai koreksi padha.
Alamat piranti | Kode fungsi | Alamat wiwitan | Dawane data | Checksum |
01 | 03 | 00 6B | 00 01 | F5 D6 |
Kanggo printah pitakon sing bener, piranti bakal nanggapi. Kanggo example, data respon: 01 03 02 00 64 B9 AF. Analisis format ditampilake ing tabel ing ngisor iki:
Alamat piranti | Kode fungsi | Dawane data | Nilai koreksi | Checksum |
01 | 03 | 02 | 00 64 | B9 AF |
Ing data respon, byte pisanan 01 nggantosi alamat nyata saka piranti saiki, lan 00 6B ndhaftar kanggo Nilai koreksi saka variabel negara pisanan. Yen piranti duwe sawetara paramèter, cara operasi kanggo paramèter liyane padha. Umume, sensor suhu lan kelembapan duwe parameter iki, dene sensor cahya biasane ora.
Ngganti nilai koreksi
Kanggo example, if the current state variable value is too small and we want to increase its real value by 1, the command to correct the current value by adding 100 is: 01 06 00 6B 00 64 F9 FD .
Alamat piranti | Kode fungsi | Ndhaptar alamat | Alamat target | Checksum |
01 | 06 | 00 6B | 00 64 | F9 FD |
Sawise operasi sukses, piranti bakal ngasilake informasi: 01 06 00 6B 00 64 F9 FD. Sawise pangowahan sukses, parameter kasebut langsung ditrapake.
suhu lan hubungan komputasi saiki
Kanggo example, sawetara 0 ~ 50 ℃, output analog 4 ~ 20mA sinyal saiki, suhu lan saiki Hubungan pitungan minangka ditampilake ing rumus: C = (A2-A1) * (X-B1) / (B2- B1) + A1, ing ngendi A2 minangka wates ndhuwur kisaran suhu, A1 minangka wates ngisor kisaran, B2 minangka wates ndhuwur kisaran output saiki, B1 minangka wates ngisor, X minangka nilai suhu sing saiki diwaca, lan C minangka arus sing diwilang. nilai. Dhaptar nilai sing umum digunakake kaya ing ngisor iki:
saiki (mA) | Nilai suhu (℃) | Proses Petungan |
4 | 0.0 | (50-0)*(4-4)÷(20-4)+0 |
5 | 3.1 | (50-0)*(5-4)÷(20-4)+0 |
6 | 6.3 | (50-0)*(6-4)÷(20-4)+0 |
7 | 9.4 | (50-0)*(7-4)÷(20-4)+0 |
8 | 12.5 | (50-0)*(8-4)÷(20-4)+0 |
9 | 15.6 | (50-0)*(9-4)÷(20-4)+0 |
10 | 18.8 | (50-0)*(10-4)÷(20-4)+0 |
11 | 21.9 | (50-0)*(11-4)÷(20-4)+0 |
12 | 25.0 | (50-0)*(12-4)÷(20-4)+0 |
13 | 28.1 | (50-0)*(13-4)÷(20-4)+0 |
14 | 31.3 | (50-0)*(14-4)÷(20-4)+0 |
15 | 34.4 | (50-0)*(15-4)÷(20-4)+0 |
16 | 37.5 | (50-0)*(16-4)÷(20-4)+0 |
17 | 40.6 | (50-0)*(17-4)÷(20-4)+0 |
18 | 43.8 | (50-0)*(18-4)÷(20-4)+0 |
19 | 46.9 | (50-0)*(19-4)÷(20-4)+0 |
20 | 50.0 | (50-0)*(20-4)÷(20-4)+0 |
Kaya sing dituduhake ing rumus ing ndhuwur, nalika ngukur 8mA, saiki saiki 16.5 ℃.
asor lan hubungan komputasi saiki
Kanggo example, sawetara 0 ~ 100% RH, output analog 4 ~ 20mA sinyal saiki, asor lan saiki Hubungan pitungan minangka ditampilake ing rumus: C = (A2-A1) * (X-B1) / (B2 -B1) + A1, ing ngendi A2 minangka wates ndhuwur kisaran kelembapan, A1 minangka wates ngisor kisaran, B2 minangka wates ndhuwur kisaran output saiki, B1 minangka wates ngisor, X minangka nilai kelembapan sing diwaca saiki, lan C minangka diitung. nilai saiki. Dhaptar nilai sing umum digunakake kaya ing ngisor iki:
saiki (mA) | Nilai kelembapan (%RH) | Proses Petungan |
4 | 0.0 | (100-0)*(4-4)÷(20-4)+0 |
5 | 6.3 | (100-0)*(5-4)÷(20-4)+0 |
6 | 12.5 | (100-0)*(6-4)÷(20-4)+0 |
7 | 18.8 | (100-0)*(7-4)÷(20-4)+0 |
8 | 25.0 | (100-0)*(8-4)÷(20-4)+0 |
9 | 31.3 | (100-0)*(9-4)÷(20-4)+0 |
10 | 37.5 | (100-0)*(10-4)÷(20-4)+0 |
11 | 43.8 | (100-0)*(11-4)÷(20-4)+0 |
12 | 50.0 | (100-0)*(12-4)÷(20-4)+0 |
13 | 56.3 | (100-0)*(13-4)÷(20-4)+0 |
14 | 62.5 | (100-0)*(14-4)÷(20-4)+0 |
15 | 68.8 | (100-0)*(15-4)÷(20-4)+0 |
16 | 75.0 | (100-0)*(16-4)÷(20-4)+0 |
17 | 81.3 | (100-0)*(17-4)÷(20-4)+0 |
18 | 87.5 | (100-0)*(18-4)÷(20-4)+0 |
19 | 93.8 | (100-0)*(19-4)÷(20-4)+0 |
20 | 100.0 | (100-0)*(20-4)÷(20-4)+0 |
Kaya sing dituduhake ing rumus ing ndhuwur, nalika ngukur 8mA, saiki saiki 29% RH.
suhu lan DC0-5Vvoltage hubungan komputasi
Kanggo example, kisaran 0 ~ 50 ℃, output analog 0 ~ 5V DC0-5Vvoltagsinyal e, suhu lan DC0-5Vvoltage Hubungan pitungan kaya sing ditampilake ing rumus: C = (A2-A1) * (X-B1) / (B2-B1) + A1, ing ngendi A2 minangka wates suhu ndhuwur, A1 minangka wates ngisor kisaran, B2 punika DC0-5Vvoltage wates ndhuwur sawetara output, B1 minangka wates ngisor, X minangka nilai suhu sing diwaca saiki, lan C minangka DC0-5Vvol sing diwilang.tage nilai. Dhaptar nilai sing umum digunakake kaya ing ngisor iki:
DC0-5VVtage (V) | Nilai suhu (℃) | Proses Petungan |
0 | 0.0 | (50-0)*(0-0)÷(5-0)+0 |
1 | 10.0 | (50-0)*(1-0)÷(5-0)+0 |
2 | 20.0 | (50-0)*(2-0)÷(5-0)+0 |
3 | 30.0 | (50-0)*(3-0)÷(5-0)+0 |
4 | 40.0 | (50-0)*(4-0)÷(5-0)+0 |
5 | 50.0 | (50-0)*(5-0)÷(5-0)+0 |
Minangka ditampilake ing rumus ndhuwur, nalika ngukur 2.5V, saiki DC0-5Vvoltage iku 25 ℃.
humidity and DC0-5V voltage hubungan komputasi
Kanggo example, kisaran 0 ~ 100% RH, output analog 0 ~ 5V DC0-5Vvoltagsinyal e, asor lan DC0-5Vvoltage Hubungan pitungan kaya sing ditampilake ing rumus: C = (A2-A1) * (X-B1) / (B2-B1) + A1, ing ngendi A2 minangka wates ndhuwur asor, A1 minangka wates ngisor kisaran, B2 punika DC0-5Vvoltage output range upper limit, B1 is the lower limit, X is the currently read humidity value, and C is the calculated
DC0-5V Voltage nilai. Dhaptar nilai sing umum digunakake kaya ing ngisor iki:
DC0-5VVtage (V) | Nilai kelembapan (%RH) | Proses Petungan |
0 | 0.0 | (100-0)*(0-0)÷(5-0)+0 |
1 | 20.0 | (100-0)*(1-0)÷(5-0)+0 |
2 | 40.0 | (100-0)*(2-0)÷(5-0)+0 |
3 | 60.0 | (100-0)*(3-0)÷(5-0)+0 |
4 | 80.0 | (100-0)*(4-0)÷(5-0)+0 |
5 | 100.0 | (100-0)*(5-0)÷(5-0)+0 |
Minangka ditampilake ing rumus ndhuwur, nalika ngukur 2.5V, saiki DC0-5Vvoltagiku 50% RH.
temperature and DC0-10V voltage hubungan komputasi
Kanggo example, kisaran 0 ~ 50 ℃, output analog 0 ~ 10V DC0-10Vvoltagsinyal e, suhu lan DC0-10Vvoltage Hubungan pitungan kaya sing ditampilake ing rumus: C = (A2-A1) * (X-B1) / (B2-B1) + A1, ing ngendi A2 minangka wates suhu ndhuwur, A1 minangka wates ngisor kisaran, B2 punika DC0-10Vvoltage output range upper limit, B1 is the lower limit, X is the currently read temperature val
DC0-10VVtage (V) | Nilai suhu (℃) | Proses Petungan |
0 | 0.0 | (50-0)*(0-0)÷(10-0)+0 |
1 | 5.0 | (50-0)*(1-0)÷(10-0)+0 |
2 | 10.0 | (50-0)*(2-0)÷(10-0)+0 |
3 | 15.0 | (50-0)*(3-0)÷(10-0)+0 |
4 | 20.0 | (50-0)*(4-0)÷(10-0)+0 |
5 | 25.0 | (50-0)*(5-0)÷(10-0)+0 |
6 | 30.0 | (50-0)*(6-0)÷(10-0)+0 |
7 | 35.0 | (50-0)*(7-0)÷(10-0)+0 |
8 | 40.0 | (50-0)*(8-0)÷(10-0)+0 |
9 | 45.0 | (50-0)*(9-0)÷(10-0)+0 |
10 | 50.0 | (50-0)*(10-0)÷(10-0)+0 |
ue, and C is the calculated DC0-10V voltage value. The list of commonly used values is as follows: As shown in the above formula, when measuring 5V, the current DC0-10V voltage iku 25 ℃.
humidity and DC0-10V voltage hubungan komputasi
Kanggo example, kisaran 0 ~ 100% RH, output analog 0 ~ 10V DC0-10Vvoltagsinyal e, asor lan DC0-10Vvoltage Hubungan pitungan kaya sing ditampilake ing rumus: C = (A2-A1) * (X-B1) / (B2-B1) + A1, ing ngendi A2 minangka wates ndhuwur asor, A1 minangka wates ngisor kisaran, B2 punika DC0-10Vvoltage output sawetara watesan ndhuwur, B1 iku wates ngisor, X punika lembab diwaca saiki
DC0-10VVtage (V) | Nilai kelembapan (%RH) | Proses Petungan |
0 | 0.0 | (100-0)*(0-0)÷(10-0)+0 |
1 | 10.0 | (100-0)*(1-0)÷(10-0)+0 |
2 | 20.0 | (100-0)*(2-0)÷(10-0)+0 |
3 | 30.0 | (100-0)*(3-0)÷(10-0)+0 |
4 | 40.0 | (100-0)*(4-0)÷(10-0)+0 |
5 | 50.0 | (100-0)*(5-0)÷(10-0)+0 |
6 | 60.0 | (100-0)*(6-0)÷(10-0)+0 |
7 | 70.0 | (100-0)*(7-0)÷(10-0)+0 |
8 | 80.0 | (100-0)*(8-0)÷(10-0)+0 |
9 | 90.0 | (100-0)*(9-0)÷(10-0)+0 |
10 | 100.0 | (100-0)*(10-0)÷(10-0)+0 |
I value, and C is the calculated DC0-10V voltage value. The list of commonly used values is as follows: As shown in the above formula, when measuring 5V, the current DC0-10V voltagiku 50% RH.
Penafian
- This document provides all information about the product, does not grant any license to intellectual property, does not express or imply, and prohibits any other means of granting any intellectual property rights, such as the statement of sales terms and conditions of this product, other issues. No liability is assumed.
- Furthermore, our company makes no warranties, express or implied, regarding the sale and use of this product, including the suitability for the specific use of the product, the marketability or the infringement liability for any patent, copyright or other intellectual property rights, etc. Product specifications and product descriptions may be modified at any time without notice.
Kontak
- Perusahaan: Shanghai Sonbest Industrial Co., Ltd
- Address: Building 8, No.215 North East Road, Baoshan District, Shanghai, China Web: http://www.sonbest.com
- Web: http://www.sonbus.com
- SKYPE: mbuh
- Email: sale@sonbest.com
- Telpon: 86-021-51083595 / 66862055 / 66862075 / 66861077
Dokumen / Sumber Daya
![]() |
SONBEST SM3713B High Temperature Humidity Sensor [pdf] Manual pangguna SM3713B, SM3713M, SM3713V5, SM3713V10, SM3713B High Temperature Humidity Sensor, SM3713B, High Temperature Humidity Sensor, Temperature Humidity Sensor, Humidity Sensor |