CC01 Differential Pressure Temperature 2-in-1 Sensor Product Manual

freeFree Technical Resource

This content is free to read, suitable for basic learning and search traffic.

CC01 Differential Pressure Temperature 2-in-1 Sensor Product Manual缩略图

Product Overview

The CC01 pressure difference temperature two in one sensor is a high-precision industrial grade measuring device, which adopts an aluminum alloy high protection level shell and has dustproof and waterproof characteristics. It is designed specifically for harsh industrial environments. This product integrates pressure difference measurement and temperature measurement, with an accuracy of up to 0.2% FS. It can quickly respond to pressure changes and provide reliable data support in scenarios that require high measurement accuracy, such as pipeline pressure monitoring, negative pressure ward environment control, and dust removal system monitoring.


Product Specifications

Basic Parameters

  • Product model: CC01
  • Measurement type: pressure difference+temperature two in one
  • Product weight: 0.1kg
  • Appearance dimensions: 102.9mm × 60mm × 27.5mm
  • Shell material: Aluminum alloy
  • Protection level: IP67 (dustproof and waterproof)
  • Baota joint specification: M10 × 1 thread, outer diameter 8mm
  • High Pagoda Head: Connected to Indoor Negative Pressure Environment
  • Low Pagoda Head: Connected to Outdoor Atmospheric Environment

Technical Parameters

  • Differential Pressure Measurement Range: -100Pa~+100Pa (Customizable)
  • Temperature Measurement Range: -20 ℃~80 ℃
  • Measurement Accuracy: 0.2% FS (Differential Pressure)
  • Response Time:<100ms
  • Working Voltage: DC12V-24V
  • Output Signal: Modbus RTU
  • Default Communication Parameters: 9600bps, 8 Data Bits, No Verification, 1 Stop Bit (8N1)

Product Features

  1. High Precision Measurement: 0.2% FS Accuracy, Accurate Measurement Minor pressure difference variation
  2. Quick ResponseFast response time of<100ms, real-time feedback of pressure changes
  3. Sturdy and durableAluminum alloy shell, IP67 protection level, suitable for harsh industrial environments
  4. compact designCompact size for easy installation on devices and pipelines with limited space
  5. Dual parameter measurementSimultaneously measuring pressure difference and temperature to reduce equipment configuration complexity
  6. long-term stabilityStrict aging testing and quality control, small drift, long service life

Detailed explanation of Modbus communication protocol

1. Basic communication parameters

  • Protocol type: Modbus RTU
  • Default slave address: 0x01 (modifiable range 0x01-0xFE)
  • Default baud rate: 9600bps (can be modified to 2400/4800/14400/19200/38400/56000/57600/115200)
  • Data format: 8-bit data bits, no checksum, 1-bit stop bit (8N1)

2. Register Mapping Table

decimal addressHexadecimal addressparameter nameRead/Writedata typevalue rangeExplanation
16 (0x0010)0x10Device AddressR/W16 Bit Unmatched1-254Device Modbus Address, FF is Universal Address
17 (0x0011)0x11Baud RateR/W16 Bit Unmatched0-80:9600, 1:2400, 2:4800, 3:14400, 4:19200, 5: 38400, 6:56000, 7:57600, 8:115200
3 (0x0003)0x03Temperature ValueR16 Bit Signed-200~800Actual Temperature=Register Value/10 (Unit ℃)
4 (0x0004)0x04Current Pressure DifferenceR32-bit Floating Point-100.0~100.0Big Endian Format (Unit Pa)

3. Function Code Description

Function Code 03H: Read and Hold Register

  • Request format:
  [从站地址][03][起始地址高][起始地址低][寄存器数高][寄存器数低][CRC低][CRC高]
  • Response format:
  [从站地址][03][字节数][数据1高][数据1低]...[数据N高][数据N低][CRC低][CRC高]

Function code 06H: Write to a single register

  • Request format:
  [从站地址][06][寄存器地址高][寄存器地址低][数据高][数据低][CRC低][CRC高]
  • Response format: Same as request

Function code 10H: Write to multiple registers

  • Request format:
  [从站地址][10][起始地址高][起始地址低][寄存器数高][寄存器数低][字节数][数据1高][数据1低]...[CRC低][CRC高]
  • Response format:
  [从站地址][10][起始地址高][起始地址低][寄存器数高][寄存器数低][CRC低][CRC高]

4. Communication example

Example 1: Read temperature value (address 0x0003)

  • Request:
  01 03 00 03 00 01 74 09
  • Slave address: 0x01
  • Function code: 0x03
  • Starting address: 0x0003
  • Number of registers: 0x0001
  • CRC16:0x0974
  • Response (assuming temperature is 25.6 ℃):
  01 03 02 01 00 79 84
  • Slave address: 0x01
  • Function code: 0x03
  • Byte count: 0x02
  • Data: 0x0100 (256) → 256/10=25.6 ℃
  • CRC16:0x8479

Example 2: Read differential pressure value (address 0x0004, 32-bit floating point)

  • Request:
  01 03 00 04 00 02 44 09
  • Slave Address: 0x01
  • Function Code: 0x03
  • Starting Address: 0x0004
  • Number of registers: 0x0002 (32-bit floating point occupies 2 registers)
  • CRC16:0x0944
  • Response (assuming pressure difference is -5.2Pa):
  01 03 04 C0 A6 66 66 3F 23
  • Slave Address: 0x01
  • Function Code: 0x03
  • Byte Count: 0x04
  • Data: 0xC0A66666 (32-bit floating point, -5.2)
  • CRC16:0x233F

Example 3: Modify The device address is 0x02

  • Request:
  01 06 00 10 00 02 89 CF
  • Slave Address: 0x01
  • Function Code: 0x06
  • Register Address: 0x0010
  • Data: 0x0002
  • CRC16:0xCF89
  • Response: Same as Request

Installation and Wiring Instructions

1. Mechanical Installation

  1. Select the measurement point position to ensure no strong vibration or electromagnetic interference
  2. Use M10 × 1 thread to fix the sensor in the measurement position
  3. High tower head connected to indoor/negative pressure side, low tower head connected to outdoor/atmospheric pressure side
  4. Ensure good sealing to prevent air leakage from affecting measurement accuracy

2. Electrical wiring

  • Power wiring:
  • Positive pole:+12V~+24V DC
  • Negative pole: GND
  • Communication wiring:
  • RS485-A: Data+
  • RS485-B: Data -
  • It is recommended to use twisted pair shielded wires with 120 Ω terminal resistors at both ends of the bus

3. Wiring diagram

[电源+] ---- +12V-24V DC
[电源-] ---- GND
[RS485-A] -- 数据+
[RS485-B] -- 数据-
[高宝塔头] -- 接负压侧
[低宝塔头] -- 接常压侧

Safety precautions

  1. Electrical safety:
  • All relevant power sources must be cut off before operation
  • Confirm power failure using a non-contact voltage tester
  • Strictly comply with national electrical safety regulations
  1. Power requirements:
  • Only use DC12V-24V power supply
  • Ensure stable power supply with fluctuations not exceeding ± 10%
  1. Installation environment:
  • Avoid damp, high temperature, and strong electromagnetic interference environments
  • Ensure that the work area is dry and clean
  1. personal protection:
  • Wear insulated gloves and safety goggles during operation
  • Prepare emergency equipment such as fire extinguishers
  1. Wiring Inspection:
  • Carefully check all wiring before powering on
  • Ensure no short circuits or incorrect connections
  1. Maintenance:
  • Regularly check sensor status
  • Clean tower joints to ensure smooth air flow
  • Avoid mechanical shock and vibration

Application scenarios

  1. Medical environment: Negative pressure ward, operating room pressure difference monitoring
  2. Industrial control: Pipeline pressure monitoring, dust removal system monitoring
  3. HVAC System: Cleanroom Differential Pressure Control, Ventilation System Balance
  4. Agricultural Breeding: Environmental Control of Breeding Workshop
  5. Laboratory: Biosafety Cabinet, Ventilation Cabinet Differential Pressure Monitoring

Troubleshooting

PhenomenonPossible CausesSolution
No CommunicationPower Failure/Address ErrorCheck power/confirm device address
Data abnormalityWiring error/interferenceCheck wiring/add shielding
Inaccurate measurementAir path blockage/sensor failureClean air path/contact after-sales
Display value driftLarge environmental temperature changePerform zero point calibration

Product link:https://item.taobao.com/item.htm?ft=t&id=901845026903

Put this resource to use in a real project?

Go to the Tool Center for message parsing, CRC verification and device debugging, or submit your requirements for selection and integration advice.

Engineer Membership

Turn this article into actionable debugging resources

After activation, you can use advanced message parsing, resource pack downloads, code examples, engineering cases and priority technical support, suitable for real project delivery.

Unlimited Advanced Tools
Resource & Code Packs
Complete Engineering Case Library
Priority Technical Support

Leave a Reply

Your email address will not be published. Required fields are marked *.