12/07/2016 Grove Gas Sensor(O₂) Wiki

Size: px
Start display at page:

Download "12/07/2016 Grove Gas Sensor(O₂) Wiki"

Transcription

1 Grove - Gas Sensor(O₂) Grove-Gas Sensor (O₂) is a kind of sensor to test the oxygen concentration in air, which is based on the principle of the electrochemical cell to the original work. You can know clearly the current oxygen concentration when you output voltage values proportional to the concentration of oxygen and refer to the oxygen concentration linear characteristic graph. It's very suitable for detecting oxygen concentration in the environment protection. Grove - Gas Sensor(O₂) is an organic reaction module, it can provide a little current while putting it in the air, we don't need to provide an external power to it, and output voltage will change as time current changes. Note that The sensor value only reflects the approximated trend of gas concentration in a permissible error range, it DOES NOT represent the exact gas concentration. The detection of certain components in the air usually requires a more precise and costly instrument, which cannot be done with a single gas sensor. If your project is aimed at obtaining the gas concentration at a very precise level, then we do not recommend this gas sensor. 1/5

2 Contents 1 Feature 2 Specification 3 Usage 4 Resources Feature High-precision High sensitivity Wide linearity range Strong anti-interference ability Extraordinary reliability Specification Items Measurement Range Detect Life Sensitivity Temperature Range Pressure range Response Time Humidity range Parameter 0-25%vol two years 0.05~0.15 ma(in air) - 20 ~50 QNE±10 % 15S Stability <2% Usage 0~99 % RH Non-condensing This O2 sensor is an analog output sensor. An example application to get the volume of O2 in air demonstrated below: Notice: Please power the Gas Sensor(O2) for more than 48 hrs (warm up time) before reading data for actual calculation. Here is an example of O2 concentration controlled Buzzer. When Oxygen concentration gets lower than the minimum safe concentration, the Buzzer will ring. 1. Connect the module to the Analog port 0 of Grove - Basic Shield using the 4-pin grove cable. Connect Buzzer to Pin Plug the Grove - Basic Shield into Arduino. And connect Arduino to PC 2/5

3 by using a USB cable. 3. Copy and paste the code below to a new Arduino sketch. Please read this ( if you do not know how to upload. // test Grove Gas Sensor(O2) float VoutArray[] = , , , , , ; float O2ConArray[] = , , , , , ; void setup() // put your setup code here, to run once: Serial.begin(9600); void loop() // put your main code here, to run repeatedly: Serial.print("Vout ="); Serial.print(readO2Vout(A0)); Serial.print(" V, Concentration of O2 is "); Serial.println(readConcentration(A0)); delay(500); float reado2vout(uint8_t analogpin) // Vout samples are with reference to 3.3V float MeasuredVout = analogread(a0) * (3.3 / ); return MeasuredVout; float readconcentration(uint8_t analogpin) // Vout samples are with reference to 3.3V float MeasuredVout = analogread(a0) * (3.3 / ); float Concentration = FmultiMap(MeasuredVout, VoutArray,O2ConArray, 6); float Concentration_Percentage=Concentration*100; /************************************************************************** The O2 Concentration in percentage is calculated based on wiki page Graph The data from the graph is extracted using WebPlotDigitizer VoutArray[] and O2ConArray[] are these extracted data. Using MultiMap, the data is interpolated to get the O2 Concentration in percentage. This implementation uses floating point arithmetic and hence will consume more flash, RAM and time. The O2 Concentration in percentage is an approximation and depends on the accuracy of Graph used. ***************************************************************************/ return Concentration_Percentage; //This code uses MultiMap implementation from float FmultiMap(float val, float * _in, float * _out, uint8_t size) // take care the value is within range // val = constrain(val, _in[0], _in[size 1]); if (val <= _in[0]) return _out[0]; if (val >= _in[size 1]) return _out[size 1]; // search right interval uint8_t pos = 1; // _in[0] allready tested while(val > _in[pos]) pos++; // this will handle all exact "points" in the _in array if (val == _in[pos]) return _out[pos]; t for the rest 3/5

4 // interpolate in the right segment for the rest return (val _in[pos 1]) * (_out[pos] _out[pos 1]) / (_in[pos] _in[pos 1]) + _out[pos 1]; 4. When the sensor is in room air, the buzzer will be silent. Blow the sensor. At this time, if Oxygen concentration is lower than set threshold, the Buzzer will ring. You can check the output voltage (amplify 201) after opening the Serial Monitor. We tested it inside office, so the concentration of O2 is about 20.5%. Notice: We have adjusted the figure in a clear air. We have updated it in o the program instead of datasheet. 4/5

5 the program, please refer to the program instead of datasheet. 5/5

Grove - Gas Sensor (O2)

Grove - Gas Sensor (O2) Grove - Gas Sensor (O2) Release date: 9/20/2015 Version: 1.0 Wiki: http://www.seeedstudio.com/wiki/grove_-_gas_sensor(o%e2%82%82) Bazaar: http://www.seeedstudio.com/depot/grove-gas-sensoro2-p-1541.html

More information

Grove - Gas Sensor(MQ9)

Grove - Gas Sensor(MQ9) Grove - Gas Sensor(MQ9) Introduction 5.0V Analog The Grove - Gas Sensor(MQ9) module is useful for gas leakage detection (in home and industry). It is suitable for detecting LPG, CO, CH4. Due to its high

More information

Item Parameter Min Typical Max Unit. VCC Working Voltage V. PH Heating consumption mw. RH Heater resistance - 31±10% - Ω

Item Parameter Min Typical Max Unit. VCC Working Voltage V. PH Heating consumption mw. RH Heater resistance - 31±10% - Ω Gas Sensor (MQ5) Description The AZL- Gas Sensor (MQ5) module is useful for gas leakage detection (in home and industry). It is suitable for detecting H2, LPG, CH4, CO, Alcohol. Due to its high sensitivity

More information

Electrochemical Sensor

Electrochemical Sensor ME3-H2 Electrochemical Sensor Manual (Model:ME3-H2) Zhengzhou Winsen Electronics Technology Co., Ltd ME3-H2 gas sensor ME3-H2 electrochemical sensor detect gas concentration by measuring current based

More information

ME3-HCL Electrochemical sensor

ME3-HCL Electrochemical sensor ME3-HCL Electrochemical sensor Manual (Model:ME3-HCL) Zhengzhou Winsen Electronics Technology Co., Ltd ME3-HCL gas sensor ME3-HCL electrochemical sensor detect gas concentration by measuring current based

More information

Electrochemical Sensor

Electrochemical Sensor ME3-O3 Electrochemical Sensor Manual (Model:ME3-O3) Version V1.2 Valid from May 1 st,2014 Zhengzhou Winsen Electronics Technology Co., Ltd ME3-O3 gas sensor ME3-O3 electrochemical sensor detect gas concentration

More information

Electrochemical Carbon Monoxide Gas Sensor (Model:ME3-CO) Manual. Version 1.2 Valid from May 1 st 2014

Electrochemical Carbon Monoxide Gas Sensor (Model:ME3-CO) Manual. Version 1.2 Valid from May 1 st 2014 Electrochemical Carbon Monoxide Gas Sensor (Model:ME3-CO) Manual Version 1.2 Valid from May 1 st 2014 Zhengzhou Winsen Electronics Technology Co., Ltd ME3-CO Carbon Monoxide Gas Sensor ME3-CO electrochemical

More information

living with the lab control of salinity 2012 David Hall

living with the lab control of salinity 2012 David Hall control of salinity 2012 David Hall General Idea The objective is to keep the salinity close to a setpoint which will provided by your instructor The salinity sensor measures the analog voltage output

More information

Technical Data Sheet MF010-O-LC

Technical Data Sheet MF010-O-LC Technical Data Sheet MF010-O-LC - 1 - 1. Properties The oxygen measuring system MF010-O-LC determines the oxygen content in gas mixtures up to a temperature of 250 C. It is particularly suitable for the

More information

Preparation for Salinity Control ME 121

Preparation for Salinity Control ME 121 Preparation for Salinity Control ME 121 This document describes a set of measurements and analyses that will help you to write an Arduino program to control the salinity of water in your fish tank. The

More information

Transmitter CS 21 Operation Manual

Transmitter CS 21 Operation Manual Transmitter CS 21 Operation Manual Content Page For your Safety 3 General Description 3 Detection Principle 4 Operational Notes 4 Design 4 Mounting Position of CS21 5 Mounting 6 Installation of Electrical

More information

MODEL GT820 OXYGEN SENSOR

MODEL GT820 OXYGEN SENSOR INSTRUCTION MANUAL MODEL GT820 OXYGEN SENSOR 70046 The information and technical data disclosed by this document may be used and disseminated only for the purposes and to the extent specifically authorized

More information

Intelligent SUNTEX DC-5310(RS) Dissolved Oxygen Transmitter

Intelligent SUNTEX DC-5310(RS) Dissolved Oxygen Transmitter Intelligent SUNTEX DC-5310(RS) Dissolved Oxygen Transmitter Overview C % ppm 4~20mA Analog Output ppb Power Supply 100~240 VAC mg/l Dimensions 96 x 96 x 132mm RS-485 Digital Output (for DC-5310-RS only)

More information

973-SF 6 Analyzer. Precise and Stable SF 6 Gas Analyzer REFLECTING YOUR STANDARDS

973-SF 6 Analyzer. Precise and Stable SF 6 Gas Analyzer REFLECTING YOUR STANDARDS Precise and Stable SF 6 Gas Analyzer Simultaneous measurement of humidity, SF 6 purity and SO 2 concentration Integrated gas recovery system with automatic pump back Fully automated SF 6 gas testing Fundamental

More information

SPECIFICATION. date of manufacture. Intermittent: -20 o C to +50 o C. Pressure Range:

SPECIFICATION. date of manufacture. Intermittent: -20 o C to +50 o C. Pressure Range: The ECO-Sure (2e) is a high quality, cost effective 2-electrode electromechanical cell designed for the detection of Carbon Monoxide CO in a range of applications but particularly for domestic/residential

More information

Phosgene Sensor. Sensoric COCl2 3E 1

Phosgene Sensor. Sensoric COCl2 3E 1 Phosgene Sensor 1 FEATURES Amperometric 3 electrode sensor cell Fixed organic electrolyte High reliability TYPICAL APPLICATIONS Ambient monitoring of TLV levels Chemical Industry, Homeland Security PART

More information

SPECIFICATION. date of manufacture. Intermittent: -20 o C to +50 o C. Pressure Range:

SPECIFICATION. date of manufacture. Intermittent: -20 o C to +50 o C. Pressure Range: The ECO-Sure X is a long life, high quality, cost effective 2-electrode electromechanical cell designed for the detection of Carbon Monoxide CO in a range of applications but particularly for domestic/residential

More information

Nemoto Sensor Engineering Company Ltd

Nemoto Sensor Engineering Company Ltd Nemoto Sensor Engineering Company Ltd 4-10-9 Takaido-Higashi Suginami-ku Tokyo 168-007 Japan Web: www.nemoto.eu E-mail: sensor@nemoto.co.jp Technical Information and User Manual NE4-NO Electrochemical

More information

Ultima. X Series Gas Monitor

Ultima. X Series Gas Monitor Ultima X Series Gas Monitor Safety Manual SIL 2 Certified " The Ultima X Series Gas Monitor is qualified as an SIL 2 device under IEC 61508 and must be installed, used, and maintained in accordance with

More information

O2100C Oxygen Measurement Module Technical Use Notes do not use other wall adapters with the O2100Cmodule. 10% / V 5% / V 2% / V 1% / V 10% / V

O2100C Oxygen Measurement Module Technical Use Notes do not use other wall adapters with the O2100Cmodule. 10% / V 5% / V 2% / V 1% / V 10% / V O2100C Oxygen Measurement Module The O2100C module measures the partial pressure of O2 and thus the module output is proportional to the pressure in the sample cell. Gas sampled must be free of liquids

More information

Oxygen Meter User Manual

Oxygen Meter User Manual Oxygen Meter User Manual Monday, July 23, 2007 1. Outline...2 2. Program...3 2.1. Environment for program execution...3 2.2. Installation...3 2.3. Un installation...3 2.4. USB driver installation...3 2.5.

More information

Transmitter CS 21 Operation Manual

Transmitter CS 21 Operation Manual Transmitter CS 21 Operation Manual 1194 Oak Valley Drive, Suite 20, Ann Arbor, MI 48108 800-959-0573 734-769-1888 Content Page For your Safety 3 General Description 3 Detection Principle 4 Operation 4

More information

New product release. Universal Rebreather Monitor (URBM) Single O2 cell and Dual HP package

New product release. Universal Rebreather Monitor (URBM) Single O2 cell and Dual HP package New product release Closed Circuit Research is pleased to announce the launch of our range of Universal Rebreather Monitors Key features and benefits include: Universal Rebreather Monitor (URBM) Single

More information

The HumiPyc - Model 1 - Gas Pycnometer; Density, Moisture, Permeation Analyzer; RH sensor Calibrator

The HumiPyc - Model 1 - Gas Pycnometer; Density, Moisture, Permeation Analyzer; RH sensor Calibrator The HumiPyc - Model 1 - Gas Pycnometer; Density, Moisture, Permeation Analyzer; RH sensor Calibrator Designed, built, and supported by InstruQuest Inc. Temperature controlled, multi-technique volumetric

More information

Nemoto Sensor Engineering Company Ltd

Nemoto Sensor Engineering Company Ltd Nemoto Sensor Engineering Company Ltd 4-10-9 Takaido-Higashi Suginami-ku Tokyo 168-0072 Japan Web: www.nemoto.eu E-mail: sensor2@nemoto.co.jp Technical Information and User Manual NE4-CL2 Electrochemical

More information

Digital Pressure Gauge Main features: Data Sheet: DFP.418.R4.EN

Digital Pressure Gauge Main features: Data Sheet: DFP.418.R4.EN Data Sheet: DFP.418.R4.EN www.ntt.dk Digital Pressure Gauge PRESSURE FORCE The DFP series digital gauges are made according to the more modern technologies in order to provide a high level of reliability,

More information

Columbus Instruments

Columbus Instruments 0215-003M Portable O 2 /CO 2 /CH 4 Meter User s Manual Columbus Instruments 950 NORTH HAGUE AVENUE TEL:(614) 276-0861 COLUMBUS, OHIO 43204, USA FAX:(614) 276-0529 1 www.colinst.com TOLL FREE 1-800-669-5011

More information

O3 3E 1 F Gas Sensor Module

O3 3E 1 F Gas Sensor Module Product Information Pack O3 3E 1 F Gas Sensor Module (Ozone) CONTENTS Product Data Sheet Product Specification 2 Poisoning and Cross Sensitivities 3 Operating Instructions Introduction 4 Electrostatic

More information

2600T Series Pressure Transmitters Plugged Impulse Line Detection Diagnostic. Pressure Measurement Engineered solutions for all applications

2600T Series Pressure Transmitters Plugged Impulse Line Detection Diagnostic. Pressure Measurement Engineered solutions for all applications Application Description AG/266PILD-EN Rev. C 2600T Series Pressure Transmitters Plugged Impulse Line Detection Diagnostic Pressure Measurement Engineered solutions for all applications Increase plant productivity

More information

This multi-functional device allows the determination of up to six quality parameters with only one measurement:

This multi-functional device allows the determination of up to six quality parameters with only one measurement: Devices for determination of the gas quality For verification of several parameters in one operation 3-038-R... Multi-Analyser without return system 3-038R-R... Multi-Analyser with return system This multi-functional

More information

When buying one of our prototypes you agree with this!

When buying one of our prototypes you agree with this! This ppo2 display unit is just a prototype, using it is not allowed and not our intension. It is for demonstration only. Be always aware that a device like this can and will show wrong data and that can

More information

Mitos Fluika Pressure and Vacuum Pumps Datasheet

Mitos Fluika Pressure and Vacuum Pumps Datasheet Unit 1, Anglian Business Park, Orchard Road, Royston, Hertfordshire, SG8 5TW, UK T: +44 (0)1763 242491 F: +44 (0)1763 246125 E: sales@dolomite-microfluidics.com W: www.dolomite-microfluidics.com Dolomite

More information

In Vivo Scientific, LLC INSTRUCTION MANUAL

In Vivo Scientific, LLC INSTRUCTION MANUAL CO 2 Controller In Vivo Scientific, LLC INSTRUCTION MANUAL CONTENTS CONTENTS...1 ABOUT THIS MANUAL...2 INTRODUCTION...2 Cautions and Warnings...2 Parts List...2 Unpacking...2 INSTRUMENT DESCRIPTION...3

More information

Return Policy / Procedures

Return Policy / Procedures Read this manual before using the analyzer. For personal and system safety, and for optimum product performance, make sure you thoroughly understand the contents before installing, using, or maintaining

More information

GasSense NDIR User Manual

GasSense NDIR User Manual INDEX INDEX... 1 1. OVERVIEW... 2 2. TECHNICAL DATA... 3 3. SPECIFICATIONS... 4 4. PRODUCT DESCRIPTION... 5 4.1 Mechanical details... 5 4.2 Piping... 7 4.3 Connections... 7 5. INSTALLATION... 10 6. CALIBRATION

More information

BAPI Pressure Line of Products - FAQs

BAPI Pressure Line of Products - FAQs Table of Contents 1. Several manufacturers produce pressure transmitters, why should I purchase from BAPI?... p. 2 2. BAPI makes several styles of pressure transmitters. What are the features of each?...

More information

Series Environmental Chambers

Series Environmental Chambers 3119-600 Series Environmental Chambers Challenges in Non-Ambient Testing Testing at non-ambient temperatures adds another layer of challenges to your testing laboratory. Ensuring you get accurate and stable

More information

Application Note AN-107

Application Note AN-107 SPEC Sensor TM Characterization & Calibration Considerations Scope This document is provided to describe the considerations needed to characterize, calibrate, verify and validate the measurement performance

More information

BUYER S GUIDE AQUAlogger 530WTD

BUYER S GUIDE AQUAlogger 530WTD OCEAN & ENVIRONMENTAL BUYER S GUIDE AQUAlogger 530WTD Wireless Temperature and Depth Logger AQUAlogger 530WTD The AQUAlogger 530WTD has an innovative design that includes the ability to transfer stored

More information

VT650. Gas Flow Analyzer. Technical data. Key benefits and features:

VT650. Gas Flow Analyzer. Technical data. Key benefits and features: VT650 Gas Flow Analyzer Technical data Accurately test gas flow equipment including ventilators with the all-in-one, portable Fluke Biomedical VT650 Gas Flow Analyzer. Accurate The VT650 Gas Flow Analyzer

More information

Sensoric 4-20 ma Transmitter Board Operation Manual

Sensoric 4-20 ma Transmitter Board Operation Manual Sensoric 4-20 ma Transmitter Board Operation Manual 1 Content Features Operation Manual Technical Data Mechanical Dimensions Remarks & Contact information 2 Features Soldered sensor cell (non replaceable)

More information

Digital dead-weight tester Model CPD8500

Digital dead-weight tester Model CPD8500 Calibration Digital dead-weight tester Model CPD8500 WIKA data sheet CT 32.05 Applications Calibration laboratories Avionics/Aerospace equipment manufacturers Precision pressure sensor manufacturers Calibration

More information

Oxygen Measurement Systems High Reliability and Wide Application Coverage

Oxygen Measurement Systems High Reliability and Wide Application Coverage Introduction High Process Efficiency Under Any Condition Oxygen Measurement Systems High Reliability and Wide Application Coverage METTLER TOLEDO provides sensors to measure dissolved oxygen (DO) in demanding

More information

Overview. Front Panel: Keypad and Display

Overview. Front Panel: Keypad and Display Overview The GA-200B is an analyzer that integrates a gas sampling system with sensors to measure and display the concentrations of oxygen and carbon dioxide in a sample as the percentage of a gas in the

More information

Digital deadweight tester Model CPD8500

Digital deadweight tester Model CPD8500 Calibration technology Digital deadweight tester Model CPD8500 WIKA data sheet CT 32.05 Applications Calibration laboratories Avionics/ Aerospace equipment manufacturers Precision pressure sensor manufacturers

More information

The HumiSys. RH Generator. Operation. Applications. Designed, built, and supported by InstruQuest Inc.

The HumiSys. RH Generator. Operation. Applications. Designed, built, and supported by InstruQuest Inc. The HumiSys RH Generator Designed, built, and supported by InstruQuest Inc. Versatile Relative Humidity Generation and Multi-Sensor System The new HumiSys with single or dual RH probes capabilities is

More information

DDR Dive Data Recorder Manual - Rel /12

DDR Dive Data Recorder Manual - Rel /12 DDR Dive Data Recorder Manual - Rel. 1.1 2/12 TABLE OF CONTENTS 1. WHAT IS THE DDR? 4 2. TECHNICAL CHARACTERISTICS 5 3. DOWNLOADING DATA TO A PC 6 4. DDR MANAGER 7 5. CONFIGURE DEVICE BUTTON 9 6. READ

More information

User Manual. PolyGard AT-1130 V3. Electrochemical Nitrogen Dioxide Transmitter. July, 2011

User Manual. PolyGard AT-1130 V3. Electrochemical Nitrogen Dioxide Transmitter. July, 2011 PolyGard AT-30 V3 Electrochemical Nitrogen Dioxide Transmitter User Manual July, 20 January 04, 206 Revision Specifications subject to change without notice. USA 6004 Page 2 of 3 General Overview... 3

More information

NEULOG OXYGEN LOGGER SENSOR GUIDE

NEULOG OXYGEN LOGGER SENSOR GUIDE NeuLog oxygen logger sensor NUL-205 The oxygen sensor can be used for any science experiment or activity where oxygen levels, dissolved or gaseous, are required. Some fields of study include Chemistry,

More information

better measurement Simply a question of SCHMIDT Flow Sensor SS The cost-effective alternative in pressurised systems up to 10 bars.

better measurement Simply a question of SCHMIDT Flow Sensor SS The cost-effective alternative in pressurised systems up to 10 bars. Simply a question of better measurement SCHMIDT Flow Sensor SS 20.261 The cost-effective alternative in pressurised systems up to 10 bars. Compressed air technology Industrial processes A cost analysis

More information

Instruction and Maintenance Manual

Instruction and Maintenance Manual Instruction and Maintenance Manual GRYF OXY ZM 02/100/2 E Contact GRYF HB, spol. s r.o. Cechova 314 Havlickuv Brod 580 01 tel.: +420 569 426 627 fax: +420 569 426 627 www.gryf.eu ver.: 11.2.2015 OEM module

More information

210 Series Transmitter with External Electrochemical Sensor

210 Series Transmitter with External Electrochemical Sensor 210 Series Transmitter with External Electrochemical Sensor INSTRUCTIONS Installation and Operation of the AMC-210 Series Transmitter with External Electrochemical Sensor IMPORTANT: Please read these installation

More information

All Sixth Sense cells for toxic gas detection are based on electrochemical principles and can be classified as amperometric fuel cells.

All Sixth Sense cells for toxic gas detection are based on electrochemical principles and can be classified as amperometric fuel cells. 1.1 Two or Three Electrodes? All Sixth Sense cells for toxic gas detection are based on electrochemical principles and can be classified as amperometric fuel cells. The simplest form of electrochemical

More information

Easy to operate even for biginners. Set up the number of test. Possible to select from 1 to times

Easy to operate even for biginners. Set up the number of test. Possible to select from 1 to times With a force gauge and attachments, compression/tensile/peeling tests are possible up to 1000N/2500N. It provides consistent testing speed and direction, offering highly accurate test results. MX2-2500N

More information

...makes sense! Combined CO 2 /O 2 analyzers. Monitor your process in real-time: OUR CER. BlueSens.com

...makes sense! Combined CO 2 /O 2 analyzers. Monitor your process in real-time: OUR CER. BlueSens.com ...makes sense! Combined CO 2 /O 2 analyzers Monitor your process in real-time: BlueSens.com OUR CER RQ ...makes sense! The BlueInOne sensor BlueSens is providing modern and inexpensive measuring solutions

More information

OXY 3690 MP. Measuring transducer for air oxygen

OXY 3690 MP. Measuring transducer for air oxygen T02.0.4X.6C-11 Measuring transducer for air oxygen OXY 3690 MP as of version V1.3 operating manual OXY 3690 MP - LO WEEE-Reg.-Nr. DE 93889386 GHM Messtechnik GmbH Standort Greisinger Hans-Sachs-Str. 26

More information

FAS-W. Features. Applications. Automatic condensation hygrometer

FAS-W. Features. Applications. Automatic condensation hygrometer FAS-W HUMIDITY ANALYZER Automatic condensation hygrometer the «FAS-W» Moisture Analyzer automatic condensation hygrometer can measure both the volume fraction of moisture and the dew point temperature

More information

Amplified Middle Pressure Sensors

Amplified Middle Pressure Sensors Amplified Middle Pressure Sensors Features 0 to ±0.3 to 0 to 150 psi Pressure Ranges Ratiometric 4 Output Temperature Compensated Calibrated Zero and Span Applications General Description The Amplified

More information

Operation manual Oxygen sensor

Operation manual Oxygen sensor Using oxygen sensors made by SENSORE, oxygen can be measured in gaseous media within a concentration range from 10 ppm O 2 up to 96 % O 2 depending on the sensor type. The sensor is thus characterized

More information

Ozone. Sensoric O3 3E 1

Ozone. Sensoric O3 3E 1 Ozone Sensoric O3 3E 1 1 FEATURES Amperometric 3 electrode sensor cell Long life time High reliability High resolution Fast response time Fixed organic gel electrolyte TYPICAL APPLICATIONS Environmental

More information

VT900. Gas Flow Analyzer. Technical data. Key benefits and features:

VT900. Gas Flow Analyzer. Technical data. Key benefits and features: VT900 Gas Flow Analyzer Technical data The Fluke Biomedical VT900 is designed to accurately and reliably test all types of medical gas flow equipment ventilators, insufflators, oxygen meters especially

More information

Using the Lego NXT with Labview.

Using the Lego NXT with Labview. Using the Lego NXT with Labview http://www.legoengineering.com/component/content/article/105 The Lego NXT 32-bit ARM microcontroller - an Atmel AT91SAM7S256. Flash memory/file system (256 kb), RAM (64

More information

KEM Scientific, Inc. Instruments for Science from Scientists

KEM Scientific, Inc. Instruments for Science from Scientists KEM Scientific, Inc. Instruments for Science from Scientists J-KEM Scientific, Inc. 6970 Olive Blvd. St. Louis, MO 63130 (314) 863-5536 Fax (314) 863-6070 E-Mail: jkem911@jkem.com Precision Vacuum Controller,

More information

FTC130 Transmitter. Operating Manual

FTC130 Transmitter. Operating Manual Seite 1 von 11 FTC130 Transmitter Fast Thermal Conductivity Analyzer Operating Manual 1.09KD180724CWI1V05 Messkonzept GmbH Seite 2 von 11 1. Intended Use... 3 2. Description... 4 3. Measuring gases and

More information

Experiment B-3 Respiration

Experiment B-3 Respiration 1 Experiment B-3 Respiration Objectives To study the diffusion process of oxygen and carbon dioxide between the alveoli and pulmonary capillaries. To determine the percentage of oxygen in exhaled air while

More information

MANUAL KPS Pressure Control Valve

MANUAL KPS Pressure Control Valve TetraTec Instruments GmbH Gewerbestrasse 8 71144 Steinenbronn Deutschland E-Mail: info@tetratec.de Tel.: 07157/5387-0 Fax: 07157/5387-10 MANUAL Pressure Control Valve *** VERSION 1.0 *** Update: 17.11.2006

More information

The HumiPyc ( Model 2) - Gas Pycnometer; Density, Moisture, Permeation Analyzer; Filter Integrity Tester; RH sensor Calibrator

The HumiPyc ( Model 2) - Gas Pycnometer; Density, Moisture, Permeation Analyzer; Filter Integrity Tester; RH sensor Calibrator The HumiPyc ( Model 2) - Gas Pycnometer; Density, Moisture, Permeation Analyzer; Filter Integrity Tester; RH sensor Calibrator Designed, built, and supported by InstruQuest Inc. Universal pycnometer, no

More information

Additel 761 Automated Pressure Calibrators

Additel 761 Automated Pressure Calibrators Automated Calibrators UPDATED Fully automated pressure calibrator with built-in pressure generator / controller to as high as 600 psi (40 bar) or as low as 0.01 Pa (0.00004 inh 2 O) accuracy Dual pressure

More information

WBEA Standard Operating Procedure

WBEA Standard Operating Procedure Page 1 WBEA Standard Operating Procedure SOP Title Temperature and Relative Humidity Author Gary Cross Implementation date March 2, 2013 Revision History Revision # Date Description Author Page 2 Table

More information

AMS 2710 PCB pressure sensor module with V output

AMS 2710 PCB pressure sensor module with V output FEATURES Universal pressure sensor module with 0.. 10 V voltage output Fully calibrated and temperature compensated sensor module Variants for (bidirectional) differential, gage, absolute and barometric

More information

MIE Medical Research Ltd Digital Analyser Pinch/Grip Instruction Manual

MIE Medical Research Ltd Digital Analyser Pinch/Grip Instruction Manual Doc 116-03 Copyright 1998-2004 MIE Medical Research Ltd Getting Started MIE Medical Research Ltd Unpack your Digital Analyser and check that the following components are present: 1 x Digital Analyser

More information

Datasheet: K-30 ASCII Sensor

Datasheet: K-30 ASCII Sensor Datasheet: K-30 ASCII Sensor The K30 ASCII sensor is a low cost, infrared and maintenance free transmitter module intended to be built into different host devices that require CO2 monitoring data. The

More information

Over 80 years of experience in precision weighing and UniBloc technology

Over 80 years of experience in precision weighing and UniBloc technology C054-0351 Over 80 years of experience in precision weighing and UniBloc technology The latest information on balances and scales is available at the following site: http://www.shimadzu.com/balance/ Registered

More information

UniBloc technology and over 80 years of experience in precision weighing. Registered

UniBloc technology and over 80 years of experience in precision weighing.   Registered UniBloc technology and over 80 years of experience in precision weighing http://www.shimadzu.com/balance/ Registered AUW-D AUW AUX AUYSeries Shimadzu s UniBloc technology and over 80 years of experience

More information

STAND alone & p.c. VERSION

STAND alone & p.c. VERSION STAND alone & p.c. VERSION ECONOMY TRACK SYSTEMS 1/4 & 1/8 Mile Asphalt Track Dirt / Sand Track Mud Track Snowmobile Track R/C Car Track Custom Track Systems Timing to.001 Accuracy Time Slip Printer Optional

More information

Additel 761 Automated Pressure Calibrators Selection Guide

Additel 761 Automated Pressure Calibrators Selection Guide / Process Calibration Equipment Automated Calibrators Selection Guide Model Features Range Module 1 761-LLP 761-D 761-L 761-LA 761-M 761-MA 761-H 761-HA 761-BP -2.5 to 2.5 mbar (-1 to 1 inh 2 O) -0.95

More information

APA software instruction manual

APA software instruction manual 1. Starting the program In order to start the control software for the APA device press APAxx shortcut located on the desktop of the supplied computer. XX corresponds to the current software version. When

More information

User Manual. PolyGard DT V4. Electrochemical Carbon Monoxide Transmitter Serial No. DT December, 2008

User Manual. PolyGard DT V4. Electrochemical Carbon Monoxide Transmitter Serial No. DT December, 2008 PolyGard DT5-1112 V4 Electrochemical Carbon Monoxide Transmitter Serial No. DT5-1112 User Manual December, 2008 August 29, 2017 Revision Specifications subject to change without notice. USA 170829 Page

More information

BekkTech s Procedures For Performing In Plane Membrane Conductivity Testing

BekkTech s Procedures For Performing In Plane Membrane Conductivity Testing BekkTech s Procedures For Performing In Plane Membrane Conductivity Testing Important Equipment and Software Considerations in Conductivity Testing Work Performed Under US DOE Contract # DE FC36 06GO16028

More information

HLM-2000-TX Gas Transmitter User Manual

HLM-2000-TX Gas Transmitter User Manual HLM-2000-TX Gas Transmitter User Manual Technical Support Continental North America Toll Free 1-(800) 387-9487 Ph: +1 (905) 829-2418 Fx: +1 (905) 829-4701 A Product of Arjay Engineering Ltd. Oakville,

More information

Miniature Electronic Pressure Controllers. Precision Fluidics

Miniature Electronic Pressure Controllers. Precision Fluidics Miniature Electronic Pressure Controllers Precision Fluidics 2 When you partner with the global leader in motion and control technologies, expect to move your business and the world forward. From miniature

More information

HI 2314 HI 2315 HI 23151

HI 2314 HI 2315 HI 23151 Instruction Manual HI 2314 HI 2315 HI 23151 Multi-Range Conductivity Meters for Laboratories www.hannainst.com Dear Customer, Thank you for choosing a Hanna Instruments product. Please read this instruction

More information

M iniature Amplified Pressure Sensors

M iniature Amplified Pressure Sensors M iniature Amplified Pressure Sensors ±0.3 psi to 100 psi Pressure Sensors Features 0 to ±0.3 to 0 to 30 psi Pressure Ranges Ratiometric 4V Output Temperature Compensated Calibrated Zero and Span General

More information

Hand-held pressure calibrator with integrated pump Model CPH6600

Hand-held pressure calibrator with integrated pump Model CPH6600 Calibration technology Hand-held pressure calibrator with integrated pump Model CPH6600 WIKA data sheet CT 16.01 Applications Calibration service companies and service industry Measurement and control

More information

AMS 6915 Board mount pressure sensor with digital output (I²C)

AMS 6915 Board mount pressure sensor with digital output (I²C) Board mount pressure sensor with digital output (I²C) FEATURES Calibrated and temperature compensated pressure sensor with digital output (I²C) Differential, relative (gage), bidirectional differential,

More information

Sensor for Air Bubble Detection at Liquid Filled Tubes. SONOCHECK Type ABD06.xx. Operating Manual

Sensor for Air Bubble Detection at Liquid Filled Tubes. SONOCHECK Type ABD06.xx. Operating Manual Sensor for Air Bubble Detection at Liquid Filled Tubes SONOCHECK Type ABD06.xx Operating Manual Manufacturer: Model: Type: SONOTEC Ultraschallsensorik Halle GmbH Air Bubble Detector ABD06.xx SONOTEC Ultraschallsensorik

More information

PROGRAMMING SERVO MOTORS OF ROBOT ARM TO CONTROLLED DIRECTIONS VIA WII NUNCHUK JOYSTICK

PROGRAMMING SERVO MOTORS OF ROBOT ARM TO CONTROLLED DIRECTIONS VIA WII NUNCHUK JOYSTICK International Journal of Civil Engineering and Technology (IJCIET) Volume 9, Issue 11, November 2018, pp. 1041 1047, Article ID: IJCIET_09_11_098 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=9&itype=10

More information

New product release. Universal Rebreather Monitor (URBM) Three cell / Independent backup

New product release. Universal Rebreather Monitor (URBM) Three cell / Independent backup New product release Closed Circuit Research is pleased to announce the launch of our range of Universal Rebreather Monitors Universal Rebreather Monitor (URBM) Three cell / Independent backup Key features

More information

an ISO9001 company TECHNICAL INFORMATION FOR SK-25F Technical Information for Figaro Oxygen Sensor SK-25F

an ISO9001 company TECHNICAL INFORMATION FOR SK-25F Technical Information for Figaro Oxygen Sensor SK-25F an ISO9001 company Technical Information for Figaro Oxygen Sensor SK-25F The Figaro Oxygen Sensor SK- 25F is a unique galvanic cell type oxygen sensor which provides a linear output voltage signal relative

More information

IDL01. Battery Powered Precision Digital Gauge for Leak Testing. Stainless Steel Sensor. class 0.05

IDL01. Battery Powered Precision Digital Gauge for Leak Testing. Stainless Steel Sensor. class 0.05 IDL0 Battery Powered Precision Digital Gauge for Leak Testing Stainless Steel Sensor class 0.05 Nominal pressure from 0 00 mbar up to 0... 00 bar Special characteristics modular sensor concept data logger

More information

PRESSURE SENSOR - ABSOLUTE (0 TO 700 kpa)

PRESSURE SENSOR - ABSOLUTE (0 TO 700 kpa) Instruction Sheet for the PASCO Model CI-6532A PRESSURE SENSOR - ABSOLUTE (0 TO 700 kpa) 012-06859B 10/98 $1.00 polyurethane tubing syringe cable with DIN s to computer interface quick release s (4) pressure

More information

Precision pressure sensor Basic version Model CPT6020

Precision pressure sensor Basic version Model CPT6020 Calibration Precision pressure sensor Basic version Model CPT6020 WIKA data sheet CT 25.13 Applications Calibration technology High-accuracy pressure monitoring Pressure sensing in critical applications

More information

COSMO INSTRUMENTS CO., LTD.

COSMO INSTRUMENTS CO., LTD. Specification Sheet COSMO AIR LEAK TESTER ModelLS-1861 Meets SI Unit Requirement Improved accuracy with the new Master-Preset compensation feature Compensates for environmental changes Improves cycle time

More information

ENS-200 Energy saving trainer

ENS-200 Energy saving trainer ENS-200 Energy saving trainer Find out about the essential aspects of energy efficiency in compressed air installations Save money Put it into practice Take care of the environment Get training www.smctraining.com

More information

PERME- OX2/230 Oxygen Transmission Rate test system

PERME- OX2/230 Oxygen Transmission Rate test system PERME- OX2/230 Oxygen Transmission Rate test system 1 Principle O2 O2 Test Film N2 N2 To Sensor Mount the sample specimen between the upper and lower cells. The chambers are sealed off. Oxygen (99.999

More information

Sample Draw Oxygen Monitoring System (OMS) User Manual

Sample Draw Oxygen Monitoring System (OMS) User Manual Sample Draw Oxygen Monitoring System (OMS) User Manual ETS-Lindgren Inc. reserves the right to make changes to any product described herein in order to improve function, design, or for any other reason.

More information

ATEX VACUUM PUMPS AND GAUGES CHEMICALLY RESISTANT, OIL-FREE AND SAFE

ATEX VACUUM PUMPS AND GAUGES CHEMICALLY RESISTANT, OIL-FREE AND SAFE ATEX VACUUM PUMPS AND GAUGES CHEMICALLY RESISTANT, OIL-FREE AND SAFE ATEX CHEMISTRY DIAPHRAGM PUMPS. ATEX VARIO CHEMISTRY DIAPHRAGM PUMPS. Chemistry diaphragm pumps, vacuum systems and gauges for use in

More information

WL16 WATER LEVEL LOGGERS Submersible pressure transducer and USB datalogger combination

WL16 WATER LEVEL LOGGERS Submersible pressure transducer and USB datalogger combination WL16 WATER LEVEL LOGGERS Submersible pressure transducer and USB datalogger combination Warning: Non-vented water level loggers may have readings with errors of up to 250mm due to barometric pressure changes.

More information

TERRA NOVA - Wind energy - Standard Kit

TERRA NOVA - Wind energy - Standard Kit TERRA NOVA - Wind energy - Standard Kit (part number: TN003) The kit includes: Main board small (2-slot) Wind machine module profile rail for wind machine Wind turbine module 2-, 3- and 4-blade wind rotor

More information

TEL/jlRE" Introduction. Display Features and Modes. Startup Procedure. Power-Up Procedure. Adjustment Modes

TEL/jlRE Introduction. Display Features and Modes. Startup Procedure. Power-Up Procedure. Adjustment Modes TEL/jlRE" Introduction The Telaire 7001 CO 2 /T emperature monitor (shown in Fi gt u e 1 below) is an easy to use hand-held instnunent, which provides stable and highly accurate readings due to Telaire

More information