Technical Parameters
Technical parameter | Parameter value |
Brand | TRANBALL |
Smoke measuring range | 0~5000ppm |
Smoke allow deviation | ±7% |
Smoke Repeatability test | ±5% |
Smoke detection chip | Import digital |
Temperature characteristics | ±0.5%/℃ |
Temperature measuring range | -30℃~80℃ |
Temperature measuring accuracy | ±0.5℃ @25℃ |
PM2.5 range | 0~999ug/m3 |
PM2.5 accuracy | ±15% or ±10ug/m3 max @25℃ |
PM10 range | 0~999ug/m3 |
PM10 accuracy | ±15% or ±35ug/m3 max @25℃ |
Communication Interface | RS485 |
Default baud rate | 9600 8 n 1 |
Power | DC5~24V 1A |
Running temperature | -30~85℃ |
Working humidity | 5%RH~90%RH |
Product Size
Wiring instructions
Why choose this product?
How to use?
Application solution
Pictures
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 07 04 08 .
Address | Function Code | Start Address | Data Length | Check Code |
01 | 03 | 00 00 | 00 07 | 04 08 |
For the correct query frame, the device will respond with data: 01 03 0E 00 7F 00 00 00 00 00 00 00 00 00 00 00 00 44 2A , response format:
Address | Function Code | Length | Data 1 | Data 2 | Data 3 | Data 4 | Data 5 | Data 6 | Data 7 | Check Code |
01 | 03 | 0E | 00 79 | 00 7A | 00 7B | 00 7C | 00 7D | 00 7E | 00 7F | 44 2A |
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 |
40001 | 00 00 | conductivity | Read Only | 0~65535 |
40002 | 00 01 | temperature | Read Only | 0~65535 |
40003 | 00 02 | humidity | Read Only | 0~65535 |
40004 | 00 03 | CO2 | Read Only | 0~65535 |
40005 | 00 04 | CO | Read Only | 0~65535 |
40006 | 00 05 | PM2.5 | Read Only | 0~65535 |
40007 | 00 06 | PM10 | Read Only | 0~65535 |
40101 | 00 64 | Model Code | Read/Write | 0~65535 |
40102 | 00 65 | total number of measuring points | read/write | 1~20 |
40103 | 00 66 | device address | read/write | 1~249 |
40104 | 00 67 | baud rate | read/write | 0~6 |
40105 | 00 68 | communication mode | read/write | 1~4 |
40106 | 00 69 | protocol type | read/write | 1~10 |