--. 0

Product

 [SM8701B]  Infrared temperature sensor

SM8701B SM8701B

Technical Parameters

Technical parameterParameter value
BrandSONBEST
Temperature measurement range 0~+300℃ (Max 380℃)
Temperature measurement accuracy ±1 or %1 take the maximum value (maximum ±3℃)
Repeat measurement accuracy ±0.5 or %0.5 take the maximum value (maximum ±2℃)
Optical Resolution 1.6:1
Spectral range 18-14um
Response time 100ms
Emissivity0.96
InterfaceRS485/4-20mA/DC0-5V/DC0-10V
PowerDC12~24V 1A
DimensionsΦ24mm×80mm

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
SM8701BRS485总线
SM8701M4-20mA
SM8701V5DC0-5V
SM8701V10DC0-10V

Product Size

SM8701B SM8701B SM8701B SM8701B SM8701B SM8701B

Why choose this product?

SM8701B SM8701B SM8701B SM8701B

How to use?

SM8701B SM8701B SM8701B

Application solution

SM8701B SM8701B SM8701B

Product List

SM8701B

Pictures

SM8701B

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 01 84 0A .
Address Function code Starting address Data length Checksum
010300 0000 0184 0A
    For a correct inquiry frame, the device will respond with data: 01 03 02 02 18 B9 2E , and the response format is:
Address Function code LengthData 1 Checksum
0103 0202 18 B9 2E
    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
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

  For example, the range is 0~300℃, 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(300-0)*(4-4)÷(20-4)+0
518.8(300-0)*(5-4)÷(20-4)+0
637.5(300-0)*(6-4)÷(20-4)+0
756.3(300-0)*(7-4)÷(20-4)+0
875.0(300-0)*(8-4)÷(20-4)+0
993.8(300-0)*(9-4)÷(20-4)+0
10112.5(300-0)*(10-4)÷(20-4)+0
11131.3(300-0)*(11-4)÷(20-4)+0
12150.0(300-0)*(12-4)÷(20-4)+0
13168.8(300-0)*(13-4)÷(20-4)+0
14187.5(300-0)*(14-4)÷(20-4)+0
15206.3(300-0)*(15-4)÷(20-4)+0
16225.0(300-0)*(16-4)÷(20-4)+0
17243.8(300-0)*(17-4)÷(20-4)+0
18262.5(300-0)*(18-4)÷(20-4)+0
19281.3(300-0)*(19-4)÷(20-4)+0
20300.0(300-0)*(20-4)÷(20-4)+0
    As shown in the above formula, when measuring 8mA, current current is 79℃。
  For example, the range is 0~300℃, 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(300-0)*(0-0)÷(5-0)+0
160.0(300-0)*(1-0)÷(5-0)+0
2120.0(300-0)*(2-0)÷(5-0)+0
3180.0(300-0)*(3-0)÷(5-0)+0
4240.0(300-0)*(4-0)÷(5-0)+0
5300.0(300-0)*(5-0)÷(5-0)+0
    As shown in the above formula, when measuring 2.5V, current DC0-5Vvoltage is 150℃。
  For example, the range is 0~300℃, 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(300-0)*(0-0)÷(10-0)+0
130.0(300-0)*(1-0)÷(10-0)+0
260.0(300-0)*(2-0)÷(10-0)+0
390.0(300-0)*(3-0)÷(10-0)+0
4120.0(300-0)*(4-0)÷(10-0)+0
5150.0(300-0)*(5-0)÷(10-0)+0
6180.0(300-0)*(6-0)÷(10-0)+0
7210.0(300-0)*(7-0)÷(10-0)+0
8240.0(300-0)*(8-0)÷(10-0)+0
9270.0(300-0)*(9-0)÷(10-0)+0
10300.0(300-0)*(10-0)÷(10-0)+0
    As shown in the above formula, when measuring 5V, current DC0-10Vvoltage is 150℃。
software for test product
After downloading, please read the readme.txt documentation

-RV1000- DEGBUG AND TEST SOFTWARE

software for test product
After downloading, please read the readme.txt documentation

[RV1000] DEGBUG AND TEST SOFTWARE

Data and Software

 Online shop 

 Contact Online 

Email: sale@sonbest.com

TYPE: SM8701B

WeChat: 13918126020

SKYPE: SOOBUU

Phone: +86-021-66862075

QQ1: 71182854 QQ2:613035997