0% found this document useful (0 votes)
177 views

Gasboard 7500C Technical Specification

This document summarizes the specifications for an ultrasonic oxygen sensor module. The module measures oxygen concentration and flow using ultrasonic technology. It has a small size, fast response time, stable and accurate measurements, and requires no user calibration. Key features include a working range of 0-100% oxygen concentration and 0-10 L/min flow. It operates from 5-12V and communicates via UART. Dimension, pin definitions, reference circuits, communication protocols, and reliability testing requirements are provided.

Uploaded by

Adi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
177 views

Gasboard 7500C Technical Specification

This document summarizes the specifications for an ultrasonic oxygen sensor module. The module measures oxygen concentration and flow using ultrasonic technology. It has a small size, fast response time, stable and accurate measurements, and requires no user calibration. Key features include a working range of 0-100% oxygen concentration and 0-10 L/min flow. It operates from 5-12V and communicates via UART. Dimension, pin definitions, reference circuits, communication protocols, and reliability testing requirements are provided.

Uploaded by

Adi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

SPECIFICATION

Product Name: Ultrasonic Oxygen Sensor

Module Item No.: 7500C

Version: V0.2

Date: June 29, 2020

www.gassensor.com.cn
Revision

No. Version Content Reviser Date

1 V0.1 First Edition Mei Yang 2018-11-01

2 V0.2 1. Company Name Amendment Una Zhan 2020-6-29

www.gassensor.com.cn
Ultrasonic Oxygen Sensor Module Gasboard 7500C

Applications
 Family and Medical Oxygen
Concentrator/Generator
 Flow of Clean Gas Measurement
 Gas Detection in Binary Gas (include O2)

Description
The gasboard-7500c ultrasonic oxygen sensor module is an economical and practical sensor for measuring
oxygen flow and concentration in binary gas. This product is a new type of gas sensor newly developed by our
company to meet the market demand. It adopts the diffused gas detection method to make the data more stable
and effective and has stronger anti-noise capability. Small size, unrestricted inlet and outlet gas direction, wide
voltage supply and other characteristics, the product is more flexible and reliable.

Features

 Diffusion and Ultrasonic Technology Adopted


 Small size, Fast Response, Stable, Great Accuracy
 Full Scale Course Temperature Compensation
 Factory Calibration, No Need Calibrated by Users
 Wide Voltage Input, Long Lifespan, Auto-calibration, Maintenance-free.

Working Principle
Ultrasonic concentration detection theory: when the binary gas mixture composition has molecular weight difference,
sound travel speed varies from different gas composition.

-1- www.gassensor.com.cn
Specifications

Ultrasonic Oxygen Sensor Specification

Working Principle Ultrasonic Technology

O2 Concentration:0~100%
Detection Range O2 Flow:0~10L/min
O2 Concentration:±1.8%FS @(10~45)℃
Detection Accuracy O2 Flow:±0.2L/min@(10~45)℃
O2 Concentration:0.1%
Resolution O2 Flow:0.1L/min

Response Time 1.5s

Operating Conditions 10~50℃;0~95%RH(Non-condensing)

Storage Condition -20~60℃;0~95%RH(Non-condensing)

Work Voltage DC 5.0V-12.0V

Average Work Current <30mA

Communication Interface UART_TTL(3.3V)

Product Size W70*H28*D20 mm

Life Span ≥5 years

-2- www.gassensor.com.cn
Pin Definition

Drawing 1 Gasboard-7500C Pin Definition

Pin Definition List

J1 J2

NO PIN Description NO PIN Description

+5V/100mA Power Supply Output


1 GND Power Supply Output 1 Vout
/5V-12V Power Supply Input

0-2.5V Output Pin, Correspond 0%-100%


2 Vout1 2 Rx UART-Rx Receiving (3.3V)
Oxygen Concentration(Customized Option)
0-2.5V Output Pin, Correspond 0-10L/min
3 Vout2 3 Tx UART-Rx Sending (3.3V)
Oxygen Concentration(Customized Option)

4 Vout +12V /100mA, Power Supply Input 4 GND Power Supply Output

J5 J7

NO PIN Description NO PIN Description

Alarm Alarm Output (Customized


1 VCC 5-12VDC,External Power Supply Input Pin 1
Output Options)

2 NC No Definition

3 GND Public Power Supply Input Pins

-3- www.gassensor.com.cn
Reference Circuit

Application Scenarios: UART TTL 3.3VSerial Output

Drawing 2 UART Communication Connection Circuit

-4- www.gassensor.com.cn
Communication Protocol

Communication Protocol
1. Protocol Overview

1) Baud Rate: 9600, Data Bits: 8, Stop Bits: 1, Parity: No, Flow Control: No
2) The protocol data are hexadecimal data, for example “46” is [70] in decimal.
3) [xx] is single byte data(unsigned, 0-255); In double byte, the high byte is in front of low byte.

2. UART Communication Protocol Format

PC Send Format
Start Character Length Command Data 1 …… Data n Check Sum
HEAD LEN CMD DATA1 …… DATAn CS
11H XXH XXH XXH …… XXH XXH

Protocol Format Description


Protocol Format Detailed Description
Start Character PC sending is fixed to [11H], module response is fixed to[16H]
Length Length of frame byte, =data length+1(include CMD+DATA)
Command Directive Number
Data Read or writing data, the length is variable
Check Sum The sum of data accumulation,=256-(HEAD+LEN+CMD+DATA)

3. UART Protocol Order Number List

NO Function name Command no

1 Read the measurement result of O2 0x01


3 Read the software version number 0x1E
5 Inquiry instrument serial number 0x1F

4. Detailed Description

4.1 Read the Measurement Result of O2

Send: 11 01 01 ED
Response: 16 09 01 DF1-DF8 [CS]
Function: Read the Measurement Result of O2
Description: O2 Concentration = (DF1*256 + DF2)/10(Vol %)
O2 Flow Value =(DF3*256 + DF4)/10(L/min)
O2 Temperature Value = (DF5*256+ DF6)/10(℃)
Notice:DF7-DF8 Reserved

-5- www.gassensor.com.cn
Response Example
Response :16 09 01 00 CD 00 00 00 E0 00 00 33
Description :
Hexadecimal Convert into Decimal: CD is 205;E0 is 224
O2 Concentration =(0*256 + 205)/10=20.5 (20.5%) O2
Flow Value=(0*256+0)/10=0 (L/min)
O2Temperature Value=(0*256+224)/10=22.4 (22.4℃)

4.2 Read the Software Version Number

Send :11 01 1E D0
Response :16 09 1E DF1-DF8 [CS]
Function:Read the software version number

Description :D DF1-DF8 refers to the ASCII code of particular version number.

For Example:when module version number is 0.02.611, response data:

Hexadecimal Convert into ASCII Code:

4.3 Inquiry Instrument Serial Number

Send :11 01 1F CF

Response: 16 0B 1F(SN1)(SN2)(SN3)(SN4)(SN5)[CS]

Function: Read serial number for module firmware

Explanation :Instrument serial number of output software. SNn range is 0~9999,5 integer type constitute 20 serial number.

-6- www.gassensor.com.cn
Dimension

Drawing 3(Unit:mm, Tolerance:±0.2mm)

-7- www.gassensor.com.cn
Reliability Testing

Sample (n)
Item Requirement Criterion
Failed (c)
Indoor temperature requirement:25±2℃,humidity(50±10)%RH,after the sensor connect

Make new tests in different oxygen


Flow Performance with serial port and power on,switch over the flow in 3L/min、5L/min、8L/min respectively
flow, all can meet deviation n=70

to measure oxygen concentration and accuracy. criterion. c=0

After staying under normal


Low Temperature Storing the sensor for 96H with no power under -20℃±2℃ environment condition, then
temperature condition for 2 hours, the
Storage test measurement deviation under normal temperature condition.
test all can meet deviation criterion.

After staying under normal


Low Temperature Indoor temperature requirement:-10±2℃, test measurement deviation of sensor under
temperature condition for 2 hours, the
Operation normal temperature condition after operating for 96H with electricity.
test all can meet deviation criterion.

After staying under normal


High Temperature Storing the sensor for 96H with no power under 60℃±2℃ environment condition, then
temperature condition for 2 hours, the
Storage test measurement deviation under normal temperature condition.
test all can meet deviation criterion.

After staying under normal


High Temperature Indoor temperature requirement:50±2℃, test measurement deviation of sensor under
n=0
temperature condition for 2 hours, the
Operation normal temperature condition after operating for 96H with electricity.
test all can meet deviation criterion. c=0

High-low After staying under normal


Keep the sensor under -20℃ for 60 mins,then switch to 60℃ in 10s and stay for another
temperature condition for 2hours,the
Temperature
sensor accuracy should meet the
60 mins, this is one cycle. Totally 10 cycles with the sensor power off.
Shock specification standard.

After staying under normal


High Temp High temp & humidity (40±2℃,95%RH),after work under rated voltage for 500H, test
temperature condition for 2hours,the

sensor accuracy should meet the


&Humidity measurement deviation under normal temperature condition.
specification standard.

Standard :GB/T2423.17,place the sensor in the salt fog box under 35℃ and spray with Keep the sensor under standard
n=2
environment more than 1 h and less
Salt Spray Test Nacl solution (5%) for 24 hours, then flush with distilled water and dry with airflow.
than 2 h, should no appearance
c=0
defect, no corrosion.

No appearance defect after vibration


Bare sensor should bear the specified vibration test in X/Y/Z direction, frequency range
n=4
Vibration Test test, the sensor can meet basic
10~55~10Hz/min,amplitude 1.5mm,scan circulation 2 hours.
performance test standard. c=0

Drop height:set the height as specified weight according to standard GB/T 4857.18. Make
No appearance defect after drop test,
Package Drop n=1 ctn
the drop test according to the GB/T4857.5 standard。Test sequence is one corner, no components fall off, the sensor
Test should work normally. c=0
three edges, six sides.

-8- www.gassensor.com.cn
Product Code I nstruction

Gasboard 7500 C

※ Structure Type
C:Structure Serial Number

※ Product Application
7500:Civilian Areas

※ Product Category
Gasboard: Ultrasonic Oxygen Sensor

-9- www.gassensor.com.cn
Packing Information

Qty/Layer Small Tray Qty Big Tray Qty Sensor per Carton Carton Dimension Packing Material

30 pcs 5 layers 3 layers 450pcs W395 * L320 * H470mm Anti-static Plastic Tray

- 10 www.gassensor.com.cn
User Attention
Please confirm before starting to test:

(1)Sample gas needs to be pretreated to make sure that the sensor entrance is clean, no water and no oil.

(2)Connect the sensor vent pipe with outside air to ensure the safety of emissions and ensure no blocking

phenomenon.

(3) Do not smoke or use open flame near the sensor.

(4) The integrity of the pipeline must be ensured in use to avoid gas leakage caused by pipeline rupture. When the

leaked gas contains poisonous and explosive gases, it may cause serious accidents.

(5) When exhausting, please connect the exhaust pipe to the outdoor atmospheric environment, do not make it diffuse

in the sampling device or indoor. Do not allow moisture to enter the sensor, or it may cause electric shock or short

circuit in the instrument.

(6) The inlet pressure of the sensor must be within the specified range to avoid the loss or leakage of the pipeline due to

excessive pressure.

(7) Non-professionals or without the permission of the manufacturer, do not disassemble the sensor, otherwise the sensor

damage are not under the warranty or repair services.

(8) Please read the instructions carefully before using the sensor to avoid personal injury or damage to the sensor.

After-Sales Services and Consultancy

Contact number:86-27-8162 8813


Address:Fenghuang No.3 Road, Fenghuang Industrial Park,
Eastlake Hi-tech Development Zone, Wuhan, China
Postal code:430205
Fax:86-27-8740 1159
Website:http://www.gassensor.com.cn
E-mail:[email protected]

- 11 www.gassensor.com.cn

You might also like