--. 0

Product

 [XD9770]  Explosion proof carbon dioxide sensor

XD9770 XD9770

Technical Parameters

Technical parameterParameter value
BrandXUNCHIP
CO2 range0~5000ppm
CO2 accuracy±100ppm
InterfaceRS485/4-20mA/DC0-5V/DC0-10V
PowerDC12~24V 1A
Running temperature-30~85℃
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
XD9770BRS485总线
XD9770M4-20mA
XD9770V5DC0-5V
XD9770V10DC0-10V

Product Size

XD9770

Why choose this product?

XD9770 XD9770 XD9770 XD9770

How to use?

XD9770

Application solution

XD9770

Pictures

XD9770 XD9770 XD9770

Communication Protocol

    The product uses RS485 MODBUS-RTU standard protocol format, all operation or reply commands are hexadecimal data. The default device address is 1 when the device leaves the factory, and the module or NON-Recorder default baud rate is 9600,8,n,1 ,but data recorder default baud rate is 115200 .
1. Read data (function code 0x03)
    Inquiry frame (hexadecimal), sending example: query 1 data of 1# device, the upper computer sends the command: 01 03 00 00 00 01 84 0A .
Address Function Code Start Address Data Length Check Code
010300 0000 0184 0A
    For the correct query frame, the device will respond with data: 01 03 02 00 79 79 A6 , response format:
Address Function Code LengthData 1Check Code
0103 0200 79 79 A6
    Data description: The data in the command is hexadecimal, take data 1 as an example, 00 79 is converted to decimal value as 121, assuming the data magnification is 100, then the real value is 121/100=1.21, Others and so on.
2. Common data address table
Configuration Address Register Address Register Description Data Type Value Range
4000100 00carbon dioxideRead Only0~65535
4010100 64Model CodeRead/Write0~65535
4010200 65 total number of measuring points read/write 1~20
4010300 66device addressread/write1~249
4010400 67baud rateread/write0~6
4010500 68communication moderead/write1~4
4010600 69protocol typeread/write1~10

  For example, the range is 0~5000ppm, the analog output is 4~20mA current signal, carbon dioxide and current The calculation relationship is as shown in the formula: C = (A2-A1) * (X-B1) / (B2-B1) + A1, where A2 is carbon dioxide 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 carbon dioxide value, and C is the calculated current value. The list of commonly used values is as follows:
current(mA)carbon dioxideValue (ppm) Calculation Process
40.0(5000-0)*(4-4)÷(20-4)+0
5312.5(5000-0)*(5-4)÷(20-4)+0
6625.0(5000-0)*(6-4)÷(20-4)+0
7937.5(5000-0)*(7-4)÷(20-4)+0
81250.0(5000-0)*(8-4)÷(20-4)+0
91562.5(5000-0)*(9-4)÷(20-4)+0
101875.0(5000-0)*(10-4)÷(20-4)+0
112187.5(5000-0)*(11-4)÷(20-4)+0
122500.0(5000-0)*(12-4)÷(20-4)+0
132812.5(5000-0)*(13-4)÷(20-4)+0
143125.0(5000-0)*(14-4)÷(20-4)+0
153437.5(5000-0)*(15-4)÷(20-4)+0
163750.0(5000-0)*(16-4)÷(20-4)+0
174062.5(5000-0)*(17-4)÷(20-4)+0
184375.0(5000-0)*(18-4)÷(20-4)+0
194687.5(5000-0)*(19-4)÷(20-4)+0
205000.0(5000-0)*(20-4)÷(20-4)+0
    As shown in the above formula, when measuring 8mA, current current is 1254ppm。
  For example, the range is 0~5000ppm, the analog output is 0~5V DC0-5Vvoltage signal, carbon dioxide and DC0-5Vvoltage The calculation relationship is as shown in the formula: C = (A2-A1) * (X-B1) / (B2-B1) + A1, where A2 is carbon dioxide 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 carbon dioxide value, and C is the calculated DC0-5Vvoltage value. The list of commonly used values is as follows:
DC0-5Vvoltage(V)carbon dioxideValue (ppm) Calculation Process
00.0(5000-0)*(0-0)÷(5-0)+0
11000.0(5000-0)*(1-0)÷(5-0)+0
22000.0(5000-0)*(2-0)÷(5-0)+0
33000.0(5000-0)*(3-0)÷(5-0)+0
44000.0(5000-0)*(4-0)÷(5-0)+0
55000.0(5000-0)*(5-0)÷(5-0)+0
    As shown in the above formula, when measuring 2.5V, current DC0-5Vvoltage is 2500ppm。
  For example, the range is 0~5000ppm, the analog output is 0~10V DC0-10Vvoltage signal, carbon dioxide and DC0-10Vvoltage The calculation relationship is as shown in the formula: C = (A2-A1) * (X-B1) / (B2-B1) + A1, where A2 is carbon dioxide 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 carbon dioxide value, and C is the calculated DC0-10Vvoltage value. The list of commonly used values is as follows:
DC0-10Vvoltage(V)carbon dioxideValue (ppm) Calculation Process
00.0(5000-0)*(0-0)÷(10-0)+0
1500.0(5000-0)*(1-0)÷(10-0)+0
21000.0(5000-0)*(2-0)÷(10-0)+0
31500.0(5000-0)*(3-0)÷(10-0)+0
42000.0(5000-0)*(4-0)÷(10-0)+0
52500.0(5000-0)*(5-0)÷(10-0)+0
63000.0(5000-0)*(6-0)÷(10-0)+0
73500.0(5000-0)*(7-0)÷(10-0)+0
84000.0(5000-0)*(8-0)÷(10-0)+0
94500.0(5000-0)*(9-0)÷(10-0)+0
105000.0(5000-0)*(10-0)÷(10-0)+0
    As shown in the above formula, when measuring 5V, current DC0-10Vvoltage is 2500ppm。
software for test product
After downloading, please read the readme.txt documentation

RV1000 DEGBUG AND TEST SOFTWARE

Data and Software
software for test product
Data and 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: XD9770

WeChat: 13918126020

SKYPE: SOOBUU

Phone: +86-021-66862075

QQ1: 71182854 QQ2:613035997