Winsen FR06 Flow Sensor Instruction Manual

Winsen FR06 Flow Sensor - front page

Statement

This manual copyright belongs to Zhengzhou Winsen Electronics Technology Co., LTD. Without the written permission, any part of this manual shall not be copied, translated, stored in database or retrieval system, also can’t spread through electronic, copying, record ways.
Thanks for purchasing our product. In order to let customers use it better and reduce the faults caused by misuse, please read the manual carefully and operate it correctly in accordance with the instructions. If users disobey the terms or remove, disassemble, change the components inside of the sensor, we shall not be responsible for the loss.
The specific such as color, appearance, sizes &etc, please in kind prevail.
We are devoting ourselves to products development and technical innovation, so we reserve the right to improve the products without notice. Please confirm it is the valid version before using this manual. At the same time, users’ comments on optimized using way are welcome.
Please keep the manual properly, in order to get help if you have questions during the usage in the future.

Profile

The FR06 flow sensor uses the MEMS thermal principle to monitor the flow of pipeline gas media. This product adopts a low pressure loss design and is widely used in various gas measurements.

Features

Winsen FR06 Flow Sensor - Features

Winsen FR06 Flow Sensor - icon High sensitivity;
Winsen FR06 Flow Sensor - icon Very low pickup flow;
Winsen FR06 Flow Sensor - icon High Accuracy;
Winsen FR06 Flow Sensor - icon Low voltage loss;
Winsen FR06 Flow Sensor - icon Modular design;
Winsen FR06 Flow Sensor - icon High measurement repeatability;
Winsen FR06 Flow Sensor - icon Digital IIC or linear analog voltage signal output

Technical Parameters

Structure Parameters

Winsen FR06 Flow Sensor - Structure Parameters

Electrical Index

Winsen FR06 Flow Sensor - Electrical Index

* Our company’s flow sensor adopts 20℃ 101.325kPa and air calibration by default. The production conditions are temperature 22±2℃, purification, (30%~35%) RH environment. If the user has special requirements, calibration will be carried out according to the customer’s requirements.
*·· %FS refers to the full-scale accuracy, and % is the reading accuracy.

Flow Pressure Loss Curve

Winsen FR06 Flow Sensor - Flow Pressure Loss Curve

Interface Definition

The built-in connector model of the sensor is PH2.0-5P. The specific signal definitions are as follows:

Winsen FR06 Flow Sensor - Interface Definition

Analog Signal Output & Flow Calculation

Winsen FR06 Flow Sensor - Analog Signal Output & Flow Calculation

IIC Communications

IIC connection

This sensor adopts the standard IIC communication protocol, using the serial data bus (SDA) and serial time bus (SCL). The recommended pull-up resistor is 10kΩ.

IIC address

The default address is 0x40, followed by 1 bit of read (1) or write (0) data bit.

IIC communications

Transmission start signal (S) – When the clock line SCL is high, the data line SDA has a falling edge from high to low.
Transmission stop signal (P) – When the clock line SCL is high, the data line SDA has a rising edge from low to high.
Acknowledge (ACK) – SCL sends a positive pulse while SDA is low.
Non-Acknowledge (NACK) – SCL sends a positive pulse while SDA is high.

Command set and data transfer sequence

Winsen FR06 Flow Sensor - Command set and data transfer sequence

Communication timing

Traffic collection

Winsen FR06 Flow Sensor - Communication timing

Digital flow calculation

Winsen FR06 Flow Sensor - Digital flow calculation

CRC check

CRC check uses CRC-8, the initial value is 0x00, and the polynomial is 0x131(x8 + x5 + x4 + 1). The sample code is as follows:

//*************************************
// Function name:Calc_CRC8
// Function :CRC8 calculation, initial value: 0x00, polynomial:
0x131(x8 + x5 + x4 + 1)
// Parameter :unsigned char *data:CRC Check array pointer
// unsigned char num:CRC Check data length
// Return :crc:calculated CRC8 value
unsigned char Calc_CRC8(unsigned char *data, unsigned char num)
{
unsigned char bit,byte,crc = 0x00;
for(byte = 0; byte < num; byte++)
{
crc ^= data[byte];
for(bit = 8; bit > 0; –bit)
{
if(crc & 0x80)
crc = (crc << 1)^0x131;
else
crc = (crc << 1);
}
}
return crc;
}

Install and use

Due to the low pressure drop across the sensor, the flow is not fully regulated by the sensor itself. The piping leading to the sensor will also affect the airflow distribution through the sensor, and the measurement results will be affected accordingly. In order to obtain the best measurement performance, it is recommended to configure laminar flow as much as possible. Details as follows:

  1. The gas used must be purified to avoid dust, liquid, and oil. If necessary, a filter device can be installed in the air inlet end of the gas path.
  2. The operating pressure of the medium should not exceed 2 times the maximum operating pressure of the product.
  3. In order to ensure the measurement accuracy of the sensor in the application scenario, it is recommended to install it as follows.

The joints on both sides of the sensor should use G1/8- ∅ 6mm pneumatic joints, and the pipes should be PU pipes with an outer diameter of ∅ 6mm/inner diameter of ∅ 4mm or stainless steel pipes of this specification.

In principle, the requirements of 5.3.1 should be followed when used. If the actual application is different, the manufacturer should be communicated and evaluated.

Fault Diagnosis

Preliminary inspection

Check the opening of air source and inlet.
Ensure the correct connection of communication lines.
Check whether the medium pressure and ambient temperature meet the product technical indicators.

Fault Check

Winsen FR06 Flow Sensor - Fault Check
Winsen FR06 Flow Sensor - Fault Check

Product selection

Winsen FR06 Flow Sensor - Product selection

Disclaimer

Our company is not responsible for the damage caused by the following circumstances:

  • Natural disasters.
  • Misoperation or unreasonable use.
  • Operate or store in unsuitable or harsh environment.
  • Unauthorized modification or disassembly of products.
  • Violent means lead to product damage.

Documents / Resources

Winsen FR06 Flow Sensor [pdf] Instruction Manual
FR06 Flow Sensor, Flow Sensor, Sensor

References

Leave a comment

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