[SM3713B]  Imported probe high temperature temperature and humidity sensor

SM3713B SM3713B

Technical Parameters

Technical parameterParameter value
BrandSONBEST
Temperature measuring range-30℃~80℃
Temperature measuring accuracy±0.5℃ @25℃
Humidity measuring range0~100%RH
Humidity accuracy±3%RH @25℃
InterfaceRS485/4-20mA/DC0-5V/DC0-10V
PowerDC12~24V 1A
Running temperature-30~80℃
Working humidity5%RH~90%RH

Product Selection

    Product DesignRS485,4-20mA,DC0-5V,DC0-10VMultiple output methods, the products are divided into the following models depending on the output method.
Product model output method
SM3713BRS485总线
SM3713M4-20mA
SM3713V5DC0-5V
SM3713V10DC0-10V

Product Size

SM3713B SM3713B SM3713B SM3713B SM3713B

Why choose this product?

SM3713B

Why choose this product?

SM3713B SM3713B SM3713B

How to use?

SM3713B

Application solution

SM3713B SM3713B SM3713B

Product List

SM3713B

Pictures

SM3713B SM3713B SM3713B SM3713B

Communication Protocol

    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).
1. Read data (Function code 0x03)
    The inquiry frame (in hexadecimal). 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 .
Address Function code Starting address Data length Checksum
010300 0000 02C4 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:
Address Function code LengthData 1Data 2 Checksum
0103 0402 1802 19 2A 4C
    Data description: The data in the command is in hexadecimal. Taking Data 1 as an example, 02 18 converted to decimal 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.
2. Common Data Address Table
Configuration Address Register Address Register Description Data Type Value Range
4000100 00temperatureRead Only0~65535
4000200 01humidityRead Only0~65535
4010100 64 Model Code Read-only 0~59999
4010200 65 Total Number of Measuring Points Read-only 1~1600
4010300 66 Device Address Read/Write 1~249
4010400 67 Baud Rate Read/Write 0~6
4010500 68 Communication Mode Read/Write 1 Query
2 Active Upload4010600 69 Protocol Type Read/Write
1 MODBUS-RTU Others Unused

1. temperature and current computing relationship

  For example, the range is 0~50℃, the analog output is 4~20mA current signal, temperature and current The calculation relationship is as shown in the formula: C = (A2-A1) * (X-B1) / (B2-B1) + A1, where A2 is temperature range upper limit, A1 is the lower limit of the range, B2 is current output range upper limit, B1 is the lower limit, X is the currently read temperature value, and C is the calculated current value. The list of commonly used values is as follows:
current(mA)temperatureValue (℃) Calculation Process
40.0(50-0)*(4-4)÷(20-4)+0
53.1(50-0)*(5-4)÷(20-4)+0
66.3(50-0)*(6-4)÷(20-4)+0
79.4(50-0)*(7-4)÷(20-4)+0
812.5(50-0)*(8-4)÷(20-4)+0
915.6(50-0)*(9-4)÷(20-4)+0
1018.8(50-0)*(10-4)÷(20-4)+0
1121.9(50-0)*(11-4)÷(20-4)+0
1225.0(50-0)*(12-4)÷(20-4)+0
1328.1(50-0)*(13-4)÷(20-4)+0
1431.3(50-0)*(14-4)÷(20-4)+0
1534.4(50-0)*(15-4)÷(20-4)+0
1637.5(50-0)*(16-4)÷(20-4)+0
1740.6(50-0)*(17-4)÷(20-4)+0
1843.8(50-0)*(18-4)÷(20-4)+0
1946.9(50-0)*(19-4)÷(20-4)+0
2050.0(50-0)*(20-4)÷(20-4)+0
    As shown in the above formula, when measuring 8mA, current current is 16.5℃。

2. humidity and current computing relationship

  For example, the range is 0~100%RH, the analog output is 4~20mA current signal, humidity and current The calculation relationship is as shown in the formula: C = (A2-A1) * (X-B1) / (B2-B1) + A1, where A2 is humidity range upper limit, A1 is the lower limit of the range, B2 is current output range upper limit, B1 is the lower limit, X is the currently read humidity value, and C is the calculated current value. The list of commonly used values is as follows:
current(mA)humidityValue (%RH) Calculation Process
40.0(100-0)*(4-4)÷(20-4)+0
56.3(100-0)*(5-4)÷(20-4)+0
612.5(100-0)*(6-4)÷(20-4)+0
718.8(100-0)*(7-4)÷(20-4)+0
825.0(100-0)*(8-4)÷(20-4)+0
931.3(100-0)*(9-4)÷(20-4)+0
1037.5(100-0)*(10-4)÷(20-4)+0
1143.8(100-0)*(11-4)÷(20-4)+0
1250.0(100-0)*(12-4)÷(20-4)+0
1356.3(100-0)*(13-4)÷(20-4)+0
1462.5(100-0)*(14-4)÷(20-4)+0
1568.8(100-0)*(15-4)÷(20-4)+0
1675.0(100-0)*(16-4)÷(20-4)+0
1781.3(100-0)*(17-4)÷(20-4)+0
1887.5(100-0)*(18-4)÷(20-4)+0
1993.8(100-0)*(19-4)÷(20-4)+0
20100.0(100-0)*(20-4)÷(20-4)+0
    As shown in the above formula, when measuring 8mA, current current is 29%RH。

1. temperature and DC0-5Vvoltage computing relationship

  For example, the range is 0~50℃, the analog output is 0~5V DC0-5Vvoltage signal, temperature and DC0-5Vvoltage The calculation relationship is as shown in the formula: C = (A2-A1) * (X-B1) / (B2-B1) + A1, where A2 is temperature range upper limit, A1 is the lower limit of the range, B2 is DC0-5Vvoltage output range upper limit, B1 is the lower limit, X is the currently read temperature value, and C is the calculated DC0-5Vvoltage value. The list of commonly used values is as follows:
DC0-5Vvoltage(V)temperatureValue (℃) Calculation Process
00.0(50-0)*(0-0)÷(5-0)+0
110.0(50-0)*(1-0)÷(5-0)+0
220.0(50-0)*(2-0)÷(5-0)+0
330.0(50-0)*(3-0)÷(5-0)+0
440.0(50-0)*(4-0)÷(5-0)+0
550.0(50-0)*(5-0)÷(5-0)+0
    As shown in the above formula, when measuring 2.5V, current DC0-5Vvoltage is 25℃。

2. humidity and DC0-5Vvoltage computing relationship

  For example, the range is 0~100%RH, the analog output is 0~5V DC0-5Vvoltage signal, humidity and DC0-5Vvoltage The calculation relationship is as shown in the formula: C = (A2-A1) * (X-B1) / (B2-B1) + A1, where A2 is humidity range upper limit, A1 is the lower limit of the range, B2 is DC0-5Vvoltage output range upper limit, B1 is the lower limit, X is the currently read humidity value, and C is the calculated DC0-5Vvoltage value. The list of commonly used values is as follows:
DC0-5Vvoltage(V)humidityValue (%RH) Calculation Process
00.0(100-0)*(0-0)÷(5-0)+0
120.0(100-0)*(1-0)÷(5-0)+0
240.0(100-0)*(2-0)÷(5-0)+0
360.0(100-0)*(3-0)÷(5-0)+0
480.0(100-0)*(4-0)÷(5-0)+0
5100.0(100-0)*(5-0)÷(5-0)+0
    As shown in the above formula, when measuring 2.5V, current DC0-5Vvoltage is 50%RH。

1. temperature and DC0-10Vvoltage computing relationship

  For example, the range is 0~50℃, the analog output is 0~10V DC0-10Vvoltage signal, temperature and DC0-10Vvoltage The calculation relationship is as shown in the formula: C = (A2-A1) * (X-B1) / (B2-B1) + A1, where A2 is temperature range upper limit, A1 is the lower limit of the range, B2 is DC0-10Vvoltage output range upper limit, B1 is the lower limit, X is the currently read temperature value, and C is the calculated DC0-10Vvoltage value. The list of commonly used values is as follows:
DC0-10Vvoltage(V)temperatureValue (℃) Calculation Process
00.0(50-0)*(0-0)÷(10-0)+0
15.0(50-0)*(1-0)÷(10-0)+0
210.0(50-0)*(2-0)÷(10-0)+0
315.0(50-0)*(3-0)÷(10-0)+0
420.0(50-0)*(4-0)÷(10-0)+0
525.0(50-0)*(5-0)÷(10-0)+0
630.0(50-0)*(6-0)÷(10-0)+0
735.0(50-0)*(7-0)÷(10-0)+0
840.0(50-0)*(8-0)÷(10-0)+0
945.0(50-0)*(9-0)÷(10-0)+0
1050.0(50-0)*(10-0)÷(10-0)+0
    As shown in the above formula, when measuring 5V, current DC0-10Vvoltage is 25℃。

2. humidity and DC0-10Vvoltage computing relationship

  For example, the range is 0~100%RH, the analog output is 0~10V DC0-10Vvoltage signal, humidity and DC0-10Vvoltage The calculation relationship is as shown in the formula: C = (A2-A1) * (X-B1) / (B2-B1) + A1, where A2 is humidity range upper limit, A1 is the lower limit of the range, B2 is DC0-10Vvoltage output range upper limit, B1 is the lower limit, X is the currently read humidity value, and C is the calculated DC0-10Vvoltage value. The list of commonly used values is as follows:
DC0-10Vvoltage(V)humidityValue (%RH) Calculation Process
00.0(100-0)*(0-0)÷(10-0)+0
110.0(100-0)*(1-0)÷(10-0)+0
220.0(100-0)*(2-0)÷(10-0)+0
330.0(100-0)*(3-0)÷(10-0)+0
440.0(100-0)*(4-0)÷(10-0)+0
550.0(100-0)*(5-0)÷(10-0)+0
660.0(100-0)*(6-0)÷(10-0)+0
770.0(100-0)*(7-0)÷(10-0)+0
880.0(100-0)*(8-0)÷(10-0)+0
990.0(100-0)*(9-0)÷(10-0)+0
10100.0(100-0)*(10-0)÷(10-0)+0
    As shown in the above formula, when measuring 5V, current DC0-10Vvoltage is 50%RH。
software for test product
Setup Software
Development File

 Online shop 

 Contact Online 

Email: sale@sonbest.com

TYPE: SM3713B

WeChat: 13918126020

SKYPE: SOOBUU

Phone: 021-51083595

QQ1: 71182854 QQ2:613035997