Implementation of a PC-based data-logger software for air pollution monitoring networks

Size: px
Start display at page:

Download "Implementation of a PC-based data-logger software for air pollution monitoring networks"

Transcription

1 Air Pollution XIII 455 Implementation of a PC-based data-logger software for air pollution monitoring networks G. Latini 1, L. Magnaterra 1, S. Tascini 1 & G. Cencioni 2 1 Dipartimento di Energetica Università Politecnica delle Marche, Ancona, Italy 2 Ecos s.a.s., Ancona, Italy Abstract Automatic acquisition of meteorological and air pollution data is a central aspect in environmental monitoring. A monitoring network is composed of a set of stations with complex acquiring devices, a data-logger and a communication system. All the components of the network can be a source of failures. The stations are usually located far from laboratories and are intrinsically prone to malfunctions. This paper describes the most relevant aspects of a new datalogger software, developed by the authors in collaboration with the company in charge of installation and maintenance of the environmental monitoring network of Ancona Province, Italy. The aim of the project was the development of a costeffective system which is easy to use, maintain and configure, which shall be able to prevent data loss for long time periods. The system is PC-based with the capability of remote configuration and especially remote calibration of acquiring devices. 1 Introduction Environmental monitoring networks are composed of stations with complex, and often very expensive, acquiring devices but the basic role is played by the datalogger that continuously stores data from all devices in the station and sends them, on demand, to the master control centre. Obviously, data-logger breakdowns and/or malfunctions are a primary cause of data loss, also for long time periods if the problem is not quickly detected and fixed [1]. In the environmental monitoring network of Ancona Province, data-logger malfunctions represent the main cause of data-loss, therefore the company in

2 456 Air Pollution XIII charge of installation and maintenance of the network, the ECOS s.a.s., in collaboration with the authors decided to develop a software for a new PC-based data-logger that shall overcome many of the problems leading to data loss. The PC-based system is a cost-effective solution and presents many advantages with regard to an ordinary data-logger: - it is easy to maintain since broken parts can be quickly detected and substituted with a variety of marketed hardware; - it is easy to configure and each station can be equipped with somehow different hardware, according to the kind of acquiring devices into the station itself; - it is characterized by great possibilities of upgrade and expansion. 2 Hardware and software architecture The data-logger core is a set of data acquisition boards for the PCI-bus, installed into a Personal Computer. The prototype supports up to six PCI cards, but the required number of PCI-slots depends on the number of analog or digital inputs and on the kind of acquisition cards. Furthermore, to make the remote control of devices feasible, the PC must have a suitable number of serial ports. The system has been tested with two Advantech PCI-bus cards, namely a 100 KS/s, 12-bit resolution, 32-channels Isolated Analog Input Card [3] and a 48-bit Digital Input/Output Card [4]. With this composition the logger can have up to 32 differential or 16 single-ended analog input channels or a combination. Besides hardware malfunctions, data losses also originate from wrong configurations that lead to non-valid sampled data. Therefore the aim of the project was also the development of automatic acquisition and configuration software with a clear and straightforward interface to prevent human errors. The software has been developed through Visual Basic for Microsoft Windows 2000 Operating System and is composed by a Client Software and a Server Software. The Server Software, installed on the data-logger of the remote station, consists of four processes (Figure 1): - Father Process (FP) - Acquiring Process (AP) - Logging Process (LP) - Communication Process (CP) At the system start-up, the Father Process configures the whole system according to the configuration database, and then starts the AP and LP processes (son processes). The Acquiring Process handles the communication with the PCI-cards; it continuously reads values from analog and digital channels and stores them into PC reserved memory locations. The Logging Process handles the update of database records containing the sampled data. LP converts values read by the AP from volts to proper units, and saves them according to the userdefined sampling rate; moreover it computes and stores hourly means. The Communication Process handles the connections with a remote client that by means of the Client Software can download and modify the current configuration, upload a new configuration and manage acquiring devices connected to PC serial ports.

3 Air Pollution XIII 457 Figure 1: The Server Software structure. To enable the server-client link, the user must only define a standard RAS connection within the server PC. No other action is required as the PC operating system manages communication and file transfer. 3 System configuration and control The operator can interact with the data-logger by a simple GUI. The start-up form (Figure 2) is divided in two main sections; a configuration section (CS) with buttons that point to forms used to modify the configuration database, and a visualization section (VS) with buttons that lead to forms used for monitoring the data-logger activities. Figure 2: The Server Software start-up form. By the VS forms the operator can observe values acquired by the PCI cards, in voltage and in converted units, can examine data collected during the last 24 hours and can check the status of the link with the control station [2]. The Measures Control Form (Figure 3) shows pollution and meteorological data acquired by the Logging Process both in PPB and physical units. In

4 458 Air Pollution XIII addition, by this form is possible to enable or to disable a measurement process, just clicking on the related led on the right. Figure 3: Measures control form. When a measurement is disabled, for instance because the operator performs an instrument calibration, a flag into the database will point out that the sampled value must be rejected. Likewise to the Measures Form, the Digitals Control Form shows the status of digital alarms. 3.1 The configuration database Information regarding data-logger set-up is stored in the configuration database that contains tables regarding the following elements: - station identification (such as name and ID number) - identification of PCI-boards (type, features and PCI slot) - set-up of all channels (input/output, single-ended/differential) - set-up of measurements - set-up of digital alarms Every change of the system current configuration forces FP to read again the database and to restart the son processes AP and LP. When FP starts, it checks the installed PCI acquisition cards and the station ID. If the station or one of the found cards is not properly configured into the database, the acquisition is stopped and a warning is generated. The configuration tables for the cards can be modified through the PCI Card Configuration Form (Figure 4). Such tables are important since most boards do not maintain the channel set-up when the PC is turned off. Practically, FP reconfigures the PCI boards whenever the PC is switched on, according to the previous set-up data stored into the database.

5 Air Pollution XIII 459 Figure 4: PCI cards configuration form. Figure 5: Measurement configuration form.

6 460 Air Pollution XIII Figure 5 shows the Measurement Configuration Form, by which the user defines all the measurement that shall be logged. The software automatically generates the ID number of the measurement device while the operator should set the following parameters: - name - units - sampling rate - type of mean (arithmetic or vectorial) - acquisition board - channel s ID number on the board - type of channel (differential or single-ended) - input voltage - output voltage of the analyser - type of measure (analog/digital, voltage/current) - conversion coefficients from volts - filtering options Filtering options have been introduced to implement an automatic data prevalidation. The data-logger can reject a value that differs from the previous one by a specified quantity in module or in percentage. After the operator has opted for choice values, the program checks if a channel has been assigned to more than one analyser then, for each new parameter, automatically generates the variables to store the hourly means and the digital status of the measures. 4 Remote control Figure 6: The Client Software GUI. The master control centre, through the Client Software (Figure 6), can make a remote set-up of the data-logger, and a remote calibration of some acquiring

7 Air Pollution XIII 461 devices, establishing a communication by any analog, ISDN or GSM modem. Moreover the Client Software is able to perform the data download from the remote measurement stations. If enabled, data download can be executed manually or automatically, by choosing a calling time. From a local database the Client Software reads the connection parameters for the remote stations, for example name, phone number, passwords and can download data from all the stations using a user-defined calling sequence. The automatic download feature can be utilized only when the Server Software is installed in all the stations of the network. Therefore it had to be disabled during the test sessions, since Ancona Province still makes use of another software to automatically download data. 4.1 Data-logger remote configuration Remote Configuration is based on the exchange of the configuration databases between control centre and remote stations. A simple communication protocol has been implemented to transfer the configuration databases. When the Client Software, running on the control centre PC, requests the configuration database, the Server Software in the measurement station places a copy of its database in a shared folder and sends a message conf request ok. The copy is then transferred via FTP. The user modifies the database and then retransfers it. When the transfer is complete the acquisition process in the remote data-logger is restarted. The Client Software, continuously checks to avoid changes into the configuration database that could lead to ambiguous or wrong situations. Only the Server Software in the remote station can make a number of operations; for example, the operator in the control centre cannot add a new element to the list of existing acquiring devices or assign a new channel s ID number to an acquiring device. Some allowed actions are: - to rename measures - to adjust the conversion parameters - to modify the sampling rate - to change the filtering options - to disable or enable measures 4.2 Device remote control and calibration Most acquiring devices can be remotely controlled by a host RS-232 device such as PC. Since the communication protocol is different between devices, it was necessary to write a DLL for each model. With the Device Remote Control and Calibration Form (Figure 7) the user can select the analyser to control and send a command selectable among them recognized by such device. Furthermore the user can send a complete sequence of commands to perform a defined operation. To test the remote control, we connected two devices to the data-logger, namely a chemi-luminescent Nitrogen oxides analyser [5] and a UV photometric Ozone analyser [6]. Both analysers have been controlled via RS-232 from the Client Software, without any particular problem. While sending RS-232

8 462 Air Pollution XIII commands to examine or change analyser set-up is quite easy, remote calibration procedure may be more complex. In general, analysers should be re-calibrated with a certain frequency, usually multipoint calibration is recommended in the following conditions: - no later than three months after the most recent calibration or performance audit which indicated analyser calibration to be satisfactory; - interruption of more than three days in analyser operation; - any time major disassembly of components; - transfer of the analyser to another location - any time the zero or span drifts exceed the calibration limits Figure 7: Device remote control and calibration form. Remote calibration is one of the main goals that this project attempted to achieve. By RS-232 commands it is possible to simulate pressing the analyser front panel pushbuttons; therefore the remote operator can remotely control the calibration sequence following the same procedure to be performed into the station, in front of the analyser. The major difficulty is that several analysers require an external gas source to be calibrated. To drive the gas flow, the system uses a regulator controlled by one of the output channels of a PCI-board (Figure 8). 5 Conclusions For a test the new data-logger has been installed into an existing measurement station, which collects the following data: o Concentration of Nitrogen oxides (NO, NO 2, NO x )

9 Air Pollution XIII 463 o Concentration of Sulphur dioxides (SO 2 ) o Concentration of Carbon monoxide (CO) o Concentration of Methane (CH 4 ) o Concentration of hydrocarbons (HC) o Concentration of non-mechanic hydrocarbons (NMHC) o Concentration of dust particles (PM10) o Sun radiation o Air temperature o Wind direction o Wind speed Figure 8: Remote calibration implementation. During test sessions both software and hardware worked fine. We encountered difficulties during the integration of the first test station equipped with the new data-logger within the existing network. Ancona Province airquality database has an obsolete structure, really inadequate to manage a large number of measurement stations. For instance the ID numbers of measures are manually assigned and moreover all the measures into the whole database are identified by a single progressive integer number, while ECOS data-logger performs an automatic assignment and identifies a measure by two numbers: the measure ID and the station ID. This approach makes simpler to add or to remove acquiring devices into a station or the station itself into the network. In order to make the new database compatible with the existing one, we had to write conversion software, but a complete reorganization of Ancona Province air-quality database is strongly recommended. Tests are still in progress. However after preliminary results we can declare that the PC-based data-logger really seems to be working fine. It is a cost-

10 464 Air Pollution XIII effective solution, and the possibility to remotely control the analysers makes the system very important in the management of a wide monitoring network. References [1] Latini G, Passerini G, Handling Missing Data: Application to Environmental Analysis, WIT Press [2] Magnaterra L, Tascini S, ECOSoft 1.0 User s Guide, [3] PCI channel Isolated Analog Input Card User s manual, Advantech Co., Ltd., [4] PCI bit Digital Input/Output Card for PCI Bus User s manual, Advantech Co., Ltd., [5] Model 200A Nitrogen Oxides Analyzer Instruction Manual, Advanced Pollution Instrumentation, Inc., [6] Model 49C UV Photometric O3 Analyzer Instruction Manual, Thermo Environmental Instruments, Inc., 2000.

Air Monitoring Directive CHAPTER 6: AMBIENT DATA QUALITY for verification and validation of continuous ambient air quality data

Air Monitoring Directive CHAPTER 6: AMBIENT DATA QUALITY for verification and validation of continuous ambient air quality data Air Monitoring Directive CHAPTER 6: AMBIENT DATA QUALITY for verification and validation of continuous ambient air quality data (referred to as the Data Quality Chapter of the Air Monitoring Directive)

More information

Air Monitoring Directive Chapter 6: Ambient Data Quality

Air Monitoring Directive Chapter 6: Ambient Data Quality Air Monitoring Directive Chapter 6: Ambient Data Quality Version Dec 16, 2016 Amends the original Air Monitoring Directive published June, 1989 Title: Air Monitoring Directive Chapter 6: Ambient Data Quality

More information

What is SCADA? What is Telemetry? What is Data Acquisition? Differences between SCADA and DCS? Components of SCADA. Field Instrumentation

What is SCADA? What is Telemetry? What is Data Acquisition? Differences between SCADA and DCS? Components of SCADA. Field Instrumentation SCADA Primer This document discusses the basics of SCADA systems. It serves as introduction for those who are not familiar with it, and as a reviewer for those who are already knowledgeable about the SCADA

More information

Integration of Sentry Visibility Sensor into Campbell Scientific Data Logger CR1000 *

Integration of Sentry Visibility Sensor into Campbell Scientific Data Logger CR1000 * Available online at www.sciencedirect.com Procedia Environmental Sciences 12 (2012 ) 1137 1143 2011 International Conference on Environmental Science and Engineering (ICESE 2011) Integration of Sentry

More information

AUDIN - 8, avenue de la malle Saint Brice Courcelles - Tel : Fax : Web : http:

AUDIN - 8, avenue de la malle Saint Brice Courcelles - Tel : Fax : Web : http: Equipment, facilities, and service networks for data collection/logging, data transfer via e-mail/website, and system streamlining can be established without special knowledge. Energy saving system in

More information

Zone monitoring device TGÜ-BS 2.6 (Slave) for car parks

Zone monitoring device TGÜ-BS 2.6 (Slave) for car parks Zone monitoring device TGÜ-BS 2.6 (Slave) for car parks Gas zone device with bus technology Up to 100 measuring points for CO, NO 2, LPG, CH 4 Additional measuring points with repeater Additional zone

More information

E-DAS D-Load Program for Windows TM

E-DAS D-Load Program for Windows TM TIN 2005-1067 User s Guide and Reference Manual E-DAS D-Load Program for Windows TM Version 5.50 While every effort has been made to ensure that the information in this document is complete, accurate,

More information

PRODUCT CONFORMITY CERTIFICATE

PRODUCT CONFORMITY CERTIFICATE PRODUCT CONFORMITY CERTIFICATE This is to certify that the T200, T204 & 200E Chemiluminescent NOx Analyser manufactured by: Teledyne API 9480 Carroll Park Drive San Diego California 92121-5201 USA has

More information

blueberry Intelligent data acquisition for wind energy, meteorology and industry Capturing the Future

blueberry Intelligent data acquisition for wind energy, meteorology and industry Capturing the Future blueberry Intelligent data acquisition for wind energy, meteorology and industry Capturing the Future The blueberry Integrated webserver for a simple, intuitive user interface Direct access via GSM or

More information

Multi-channel measurement technology to measure CO, NO & Visibility in one compact sensor

Multi-channel measurement technology to measure CO, NO & Visibility in one compact sensor Product Data Sheet CODEL TunnelCraft 3 - Air Quality Monitor CO, NO & Visibility Low-cost Precision Tunnel Sensors Multi-channel measurement technology to measure CO, NO & Visibility in one compact sensor

More information

Continuous Ambient Air Quality Monitoring Systems Challenges & Recent Advances

Continuous Ambient Air Quality Monitoring Systems Challenges & Recent Advances Continuous Ambient Air Quality Monitoring Systems Challenges & Recent Advances Managing Industrial Air Emissions 21 st February 2018 1 Challenge to select the correct Continuous Ambient Air Quality Monitoring

More information

HD32MTLogger Software Manual for the instrument HD32MT.1 Introduction

HD32MTLogger Software Manual for the instrument HD32MT.1 Introduction HD32MTLogger Software Manual for the instrument HD32MT.1 Introduction WARNING: The software must always be run as administrator! The HD32MTLogger program allows management of the HD32MT.1 datalogger from

More information

Growing Together Globally Serial Communication Design In Embedded System

Growing Together Globally Serial Communication Design In Embedded System Growing Together Globally Serial Communication Design In Embedded System Contents Serial communication introduction......... 01 The advantages of serial design......... 02 RS232 interface......... 04 RS422

More information

Environmental Equipment, Inc.

Environmental Equipment, Inc. Environmental Equipment, Inc. 3634 Central Ave., St. Petersburg, FL 33711 USA Phone: 1-800-746-4467 / 727-328-2818 www.imrusa.com Email: info@imrusa.com IMR 2800P Portable combustion gas analyzer Simultaneous

More information

0.1 Slow Monitoring and Recording System

0.1 Slow Monitoring and Recording System 0.1 Slow Monitoring and Recording System A slow monitoring and control system is required to control systematic effects that could impact the experiment, to allow automated scans of parameters such as

More information

Computer Controlled Unit for the study of a Refrigeration Circuit with Variable Load, with SCADA TRCAC

Computer Controlled Unit for the study of a Refrigeration Circuit with Variable Load, with SCADA TRCAC Technical Teaching Equipment Computer Controlled Unit for the study of a Refrigeration Circuit with Variable Load, with SCADA TRCAC EDIBON SCADA System Teaching Technique used 2 Control Interface Box 5

More information

Pembina Lake Erie Datalogger Requirements. Preliminary Specification

Pembina Lake Erie Datalogger Requirements. Preliminary Specification Preliminary Specification February 21, 1995 1. Project Overview 1.1 Introduction Pembina Resources, from hereon referred to as "the company", is involved in the exploration and subsequent commercial exploitation

More information

Smart Spot Hardware: Specifications

Smart Spot Hardware: Specifications What s Inside 1. Smart Spot 1.1. Hardware configurations 2. Expanding functionalities in the Smart Spot 2.1. Expansion boards 2.1.1. Air Quality monitoring 2.1.1.1. Alphasense sensors 2.1.1.1.1. Alphasense

More information

MOBILE LABORATORY FOR ENVIRONMENTAL ANALYSIS. EcoLAB

MOBILE LABORATORY FOR ENVIRONMENTAL ANALYSIS. EcoLAB MOBILE LABORATORY FOR ENVIRONMENTAL ANALYSIS EcoLAB AMBIENT AIR QUALITY MONITORING SYSTEMS AMBIENT AIR POLLUTANT ANALYZERS 1 AF22M UV Fluorescent Sulfur Dioxide Analyzer (H2S - SO2 Analyzer) SO2/H2S Ambient

More information

WRTU Client User Manual. Date: 29 May, 2014 Document Revision: 1.05

WRTU Client User Manual. Date: 29 May, 2014 Document Revision: 1.05 WRTU Client User Manual Date: 29 May, 2014 Document Revision: 1.05 2014 by BiPOM Electronics, Inc. All rights reserved. WRTU Client User Manual. No part of this work may be reproduced in any manner without

More information

Thermo Scientific AquaPro Multi-Input Intelligent Process Analyzer

Thermo Scientific AquaPro Multi-Input Intelligent Process Analyzer Thermo Scientific AquaPro Multi-Input Intelligent Process Analyzer Thermo Scientific AquaPro provides accurate, user-friendly in-line monitoring of process applications from power generation to municipal

More information

NI2400/NI816/NI4866 DATALOGGER NI2400/NI816/NI /16/24 CHANNEL ETHERNET DATA LOGGER with Embedded Web Server

NI2400/NI816/NI4866 DATALOGGER NI2400/NI816/NI /16/24 CHANNEL ETHERNET DATA LOGGER with Embedded Web Server DATALOGGER NI2400/NI816/NI4866 8/16/24 CHANNEL ETHERNET DATA LOGGER with Embedded Web Server DATASHEET Rev. 08 del 08/10/2018 Redatto da R&D Approvato da MKT GENERAL 1SPECIFICATIONS NI4866 NI816 NI2400

More information

Kulite DAQ. Data Acquisition Software User s Manual. Version 3.2.0

Kulite DAQ. Data Acquisition Software User s Manual. Version 3.2.0 Kulite DAQ Data Acquisition Software User s Manual Version 3.2.0 Table of Contents Kulite DAQ Overview... 3 Main Window... 4 1. Menu bar... 4 2. Interface selection... 5 3. Found devices... 5 4. Sorting...

More information

Hierarchical Clustering of Process Schemas

Hierarchical Clustering of Process Schemas Hierarchical Clustering of Process Schemas Claudia Diamantini, Domenico Potena Dipartimento di Ingegneria Informatica, Gestionale e dell'automazione M. Panti, Università Politecnica delle Marche - via

More information

CO, NO, NO 2, NO x, SO 2, CH 4, HCl, N 2 O, CO 2 & H 2 O

CO, NO, NO 2, NO x, SO 2, CH 4, HCl, N 2 O, CO 2 & H 2 O Product Data Sheet CODEL Continuous Emission Monitoring GCEM4000 Gas Analyser CO, NO, NO 2, NO x, SO 2, CH 4, HCl, N 2 O, CO 2 & H 2 O In-situ, low maintenance devices for continuous process and emissions

More information

Sensor for car parks and tunnels

Sensor for car parks and tunnels Page 1 Sep. 2017 system with exchangeable sensor element including digital value processing, temperature compensation and selfmonitoring algorithm for the continuous sensing and control of the ambient

More information

Temperature and humidity module DHT11 Product Manual

Temperature and humidity module DHT11 Product Manual Temperature and humidity module DHT11 Product Manual 1 Product Overview DHT11 digital temperature and humidity sensor is a composite Sensor contains a calibrated digital signal output of the temperature

More information

Gas Chromatograph Software Interface User Manual (for FloBoss 107)

Gas Chromatograph Software Interface User Manual (for FloBoss 107) Form A6248 Part D301345X012 June 2017 Gas Chromatograph Software Interface User Manual (for FloBoss 107) Remote Automation Solutions Revision Tracking Sheet June 2017 This manual may be revised periodically

More information

Specification for Smart Panels : Energy management system to monitor, control and maintain building installations

Specification for Smart Panels : Energy management system to monitor, control and maintain building installations Specification for : Energy management system to monitor, control and maintain building installations The specification describes functionalities and technical features of an Energy management system for

More information

How to Integrate Digiquartz Intelligent Products with Campbell Scientific CR1000 Series Data Loggers

How to Integrate Digiquartz Intelligent Products with Campbell Scientific CR1000 Series Data Loggers How to Integrate Digiquartz Intelligent Products with Campbell Scientific CR1000 Series Data Loggers The standard by which other standards are measured Paroscientific, Inc. 4500 148 th Ave. N.E. Redmond,

More information

Keeping the Lights On: Machine Monitoring Basics

Keeping the Lights On: Machine Monitoring Basics Keeping the Lights On: Machine Monitoring Basics Predictive Maintenance Helps Reduce Process Downtime As manufacturers continually search for ways to cut costs and increase ROI, machine monitoring and

More information

Computer Controlled Process Control Unit for the Study of Pressure (Air) UCP-P

Computer Controlled Process Control Unit for the Study of Pressure (Air) UCP-P Technical Teaching Equipment Computer led Process Unit for the Study of Pressure (Air) UCP-P Always included in the supply: Teaching Technique used SCADA. EDIBON Computer System Unit: UCP-P. Process Unit

More information

Audit Report Chacaltaya, Bolivia

Audit Report Chacaltaya, Bolivia Audit Report Chacaltaya, Bolivia Global Atmospheric Watch Station Chacaltaya, Bolivia Auditor: Kay Weinhold Date: June 24 to July 5, 2013 The second official audit on the mountain station Chacaltaya. General

More information

A C C S for Road Tunnels. NOVICOM CO/NO/Visibility Monitor Contact us for Information about:

A C C S for Road Tunnels. NOVICOM CO/NO/Visibility Monitor Contact us for Information about: NOVICOM Contact us for Information about: Air Flow Monitors Photometers NO2 (Nitrogen Dioxide) Monitoring Visibility Monitors NOx Monitoring CO Monitoring Various combinations of the above instruments

More information

Standard Operating Procedure

Standard Operating Procedure 1 of 7 Prepared by: Reviewed by: Approved by: Date: Date: Date: The colored ink stamp indicates this is a controlled document. Absence of color indicates this copy is not controlled and will not receive

More information

CPCI-16HSDI. 16-Bit, Six-Channel Sigma-Delta Analog Input Board. With 1.1 MSPS Sample Rate per Channel, and Two Independent Clocks.

CPCI-16HSDI. 16-Bit, Six-Channel Sigma-Delta Analog Input Board. With 1.1 MSPS Sample Rate per Channel, and Two Independent Clocks. 02/01/01 CPCI-16HSDI 16-Bit, Six-Channel Sigma-Delta Analog Input Board With 1.1 MSPS Sample Rate per Channel, and Two Independent Clocks Features Include: Sigma-Delta Conversion; No External Antialiasing

More information

Continuous Dew Measurement in Explosive Area for flammable and non-flammable gases. VASTHI ENGINEERS

Continuous Dew Measurement in Explosive Area for flammable and non-flammable gases. VASTHI ENGINEERS Sheet No. 1 of 5 Continuous Dew Measurement in Explosive Area for flammable and non-flammable gases. Sheet No. 2 of 5 Vasthi Engineers Moisture Analyzer Model VMA 888 is heavy duty, industrial hygrometer

More information

SHORT DESCRIOPTION ICP 100 TABLE OF CONTENTS ICP 100. KB_ICP 100_E_V300.doc 0 Gantner Instruments Test & Measurement GmbH. Vers.-Nr.

SHORT DESCRIOPTION ICP 100 TABLE OF CONTENTS ICP 100. KB_ICP 100_E_V300.doc 0 Gantner Instruments Test & Measurement GmbH. Vers.-Nr. TABLE OF CONTENTS ICP 100 KB_ICP 100_E_V300.doc 0 Vers.-Nr. 300 KB_ICP 100_E_V300.doc 1 Copyright 2004 by Gantner Instruments Test & Measurement GMBH, Schruns (Austria). Copyrights: Operating instructions,

More information

Eagle 2 Data Logger Management Program Operator s Manual

Eagle 2 Data Logger Management Program Operator s Manual Eagle 2 Data Logger Management Program Operator s Manual Part Number: 71-0170RK Revision: E Released: 4/14/17 www.rkiinstruments.com Warranty RKI Instruments, Inc. warrants gas alarm equipment sold by

More information

S401 THE NEW STANDARD FOR MODBUS INDICATORS. Minimum wiring, maximum flexibility. Only 2 wires and 20 measures all in one display

S401 THE NEW STANDARD FOR MODBUS INDICATORS. Minimum wiring, maximum flexibility. Only 2 wires and 20 measures all in one display S401 THE NEW STANDARD FOR MODBUS INDICATORS Minimum wiring, maximum flexibility. Only 2 wires and 20 measures all in one display INDEX 1. Introduction 4 1.1 Interfaces and cabling 4 1.2 Graphics and visualization

More information

WSDA LXRS Wireless Sensor Data Aggregator

WSDA LXRS Wireless Sensor Data Aggregator LORD QUICK START GUIDE WSDA -1500-LXRS Wireless Sensor Data Aggregator The WSDA -1500-LXRS Wireless Sensor Data Aggregator is a data acquisition gateway used with LORD MicroStrain wireless sensor nodes

More information

SCADA. EDIBON Computer Control System: Computer Control + Data Acquisition + Data Management Cables to. Cable to computer. Control.

SCADA. EDIBON Computer Control System: Computer Control + Data Acquisition + Data Management Cables to. Cable to computer. Control. Technical Equipment Computer led Heat Pump Unit (one condenser (water) and one evaporator (water)) THBLLC Always included in the supply: SCADA. EDIBON Computer System 2 Interface Box 5 Cables and Accessories

More information

SERIES CMT CARBON MONOXIDE GAS TRANSMITTER

SERIES CMT CARBON MONOXIDE GAS TRANSMITTER SERIES CMT CARBON MONOXIDE GAS TRANSMITTER INSTALLATION OPERATION AND MAINTENANCE MANUAL DWYER INTRUMENTS, INC. PO BOX 373, MICHIGAN CITY, IN. 46360 USA PHONE: 800-872-9141 FAX: 219-872-9057 Web: www.dwyer-inst.com

More information

HD32MT.1. Programmable Data Logger ENGLISH

HD32MT.1. Programmable Data Logger ENGLISH REV. 1.16 03/02/2017 HD32MT.1 Programmable Data Logger ENGLISH Our instruments quality level is the results of the product continuous development. This can bring about differences between the information

More information

The framework of next generation automatic weather station in China

The framework of next generation automatic weather station in China The framework of next generation automatic weather station in China Xiaozhong CAO 1, Ming ZHANG 1, Bo WEN 2, Bailin WANG 3, Yong LEI 1 (1. Meteorological observation center of CMA, 2. China meteorological

More information

The Integrated Design for Micro - environment Monitoring System of Showcase in Museum

The Integrated Design for Micro - environment Monitoring System of Showcase in Museum The Integrated Design for Micro - environment Monitoring System of Showcase in Museum Chan Dong 1, Yang Zhang 2, Jingjie Li 1 and Hui Zhang 2,* 1 Department of Instrument Intelligent Manufacturing Technology,

More information

Gas Analyzers Components for Gas Analysis

Gas Analyzers Components for Gas Analysis 2.2 2 Contents Modular Gas Analyzer DX6100 Series.......................................23 Advantages...........................................................23 Design Features.........................................................24

More information

User Guide. Multipipe Units CMAA / RTMA CNT-SVU004B-GB

User Guide. Multipipe Units CMAA / RTMA CNT-SVU004B-GB User Guide Multipipe Units CMAA / RTMA CNT-SVU004B-GB USER GUIDE WARNING Supply the unit at least 24 hours before the initial startup to heat the compressor oil. In conditions of low water temperature,

More information

EL731 PROFIBUS INTERFACE

EL731 PROFIBUS INTERFACE Tel: +1-800-832-3873 E-mail: techline@littelfuse.com www.littelfuse.com/el731 EL731 PROFIBUS INTERFACE Revision 0-A-032816 Copyright 2016 Littelfuse Startco All rights reserved. Document Number: PM-1011-EN

More information

L.D.S. Laser Diffraction Sensor USER S PC SOFTWARE MANUAL V6.2 CERSA-MCI

L.D.S. Laser Diffraction Sensor USER S PC SOFTWARE MANUAL V6.2 CERSA-MCI L.D.S Laser Diffraction Sensor In-line Diameter measurement & control USER S PC SOFTWARE MANUAL V6.2 CERSA-MCI Conception Etude et Réalisation de Systèmes Automatisés Measure and Control Instruments Parc

More information

Soprane II Documentation

Soprane II Documentation Soprane II Documentation p. 1 / 198 Table of contents 1. INTRODUCTION 6 2. INSTALLATION 6 3. ANALYZER CONFIGURATION 8 3.1. Creation 9 3.1.1. Analyzer creation with network connection 11 3.1.2. Analyzer

More information

User Guide. For controller on CXAO / RTXB heat pumps CGCM / CXCM 2 circuit units. CNT-SVU005C-GB Original instructions

User Guide. For controller on CXAO / RTXB heat pumps CGCM / CXCM 2 circuit units. CNT-SVU005C-GB Original instructions User Guide For controller on CXAO / RTXB heat pumps CGCM / CXCM 2 circuit units CNT-SVU005C-GB Original instructions Table of contents Advanced electronics... 3 Technical Specifications... 4 Display description...

More information

Agenda. Charging the QRAE II

Agenda. Charging the QRAE II Using the QRAE II Charging the QRAE II Agenda Turning the QRAE II ON Update list firmware and hardware Understanding the display Testing the Alarms Turning the QRAE II OFF Operating the QRAE II Normal

More information

Race Studio 2. Race Studio 2 Configuration User s manual. Race Studio Configuration: user s manual 1

Race Studio 2. Race Studio 2 Configuration User s manual. Race Studio Configuration: user s manual 1 Race Studio 2 Race Studio 2 Configuration User s manual Race Studio Configuration: user s manual 1 AIM s.r.l. reserves the right to make changes in the content of this manual without obligation to notify

More information

ECOTERRA Journal of Environmental Research and Protection

ECOTERRA Journal of Environmental Research and Protection ECOTERRA Journal of Environmental Research and Protection PC based data acquisition, monitoring and controlling techniques in wastewater treatment processes Leontin Catarig, Ciprian Pop, Csaba Bartha S.C.

More information

GX-2009 Data Logger Management Program Operator s Manual

GX-2009 Data Logger Management Program Operator s Manual GX-2009 Data Logger Management Program Operator s Manual Part Number: 71-0163RK Revision: E Released: 4/14/17 www.rkiinstruments.com Warranty RKI Instruments, Inc. warrants gas alarm equipment sold by

More information

AQS (Air Quality System) General Overview

AQS (Air Quality System) General Overview AQS (Air Quality System) General Overview CARB PQAO Training January 25, 2017 Jennifer Williams EPA Region 9 1 AQS (Air Quality System) Overview What is AQS? Database that contains: Ambient air pollution

More information

GX-6000 Data Logger Management Program Operator s Manual

GX-6000 Data Logger Management Program Operator s Manual GX-6000 Data Logger Management Program Operator s Manual Part Number: 71-0383 Revision: B Released: 7/27/17 www.rkiinstruments.com Warranty RKI Instruments, Inc. warrants gas alarm equipment sold by us

More information

GX-2009 Data Logger Management Program Operator s Manual

GX-2009 Data Logger Management Program Operator s Manual GX-2009 Data Logger Management Program Operator s Manual Part Number: 71-0163RK Revision: P1 Released: 4/30/09 www.rkiinstruments.com Warranty RKI Instruments, Inc., warrants gas alarm equipment sold by

More information

USER S MANUAL Madell Technology Corp Walnut Ave. Suite V Buena Park, CA USA Phone:

USER S MANUAL Madell Technology Corp Walnut Ave. Suite V Buena Park, CA USA Phone: DNM-9602A Microplate Reader USER S MANUAL Madell Technology Corp. 7372 Walnut Ave. Suite V Buena Park, CA 90620 USA Phone: 1-877-670-9023 http://www.madelltech.com 1 CONTENTS 1.Introduction 1.1 Characteristics

More information

FT2 View Instruction Manual

FT2 View Instruction Manual 399 Reservation Road, Marina, California U.S.A. Ph: (831) 384-4300 Fax: (831) 337-5786 www.foxthermalinstruments.com 2006 Fox Thermal Instruments, Inc. 07/19/13 Introduction: The FT2 View application software

More information

Electronic gen set controllers and auxiliairy devices for Generator Sets SICES SRL

Electronic gen set controllers and auxiliairy devices for Generator Sets SICES SRL Electronic gen set controllers and auxiliairy devices for Generator Sets SICES SRL Via Molinello 8/B - 21040 Jerago con Orago (VA) - ITALY Tel. +39 0331 212941 - Fax. +39 0331 216102 Web site: www.sices.eu

More information

Simplified Digital Connectivity using MODBUS TCP/IP for iseries Instruments. MODBUS Master Device (PLC, PC, Data logger, etc)

Simplified Digital Connectivity using MODBUS TCP/IP for iseries Instruments. MODBUS Master Device (PLC, PC, Data logger, etc) Simplified Digital Connectivity using MODBUS TCP/IP for iseries Instruments August 20, 2009 The Thermo Scientific line of iseries instruments has advanced communication features that can be utilized with

More information

IMS AMS 111 II. Automatic Weather Station. Easy and reliable weather monitoring anywhere

IMS AMS 111 II. Automatic Weather Station. Easy and reliable weather monitoring anywhere IMS II Automatic Weather Station Easy and reliable weather monitoring anywhere IMS Automatic Weather Station FEATURES: Synoptic Observation Climatological Observation Environmental Monitoring Radiation

More information

INDIAN INSTITUTE OF TECHNOLOGY DEPARTMENT OF CIVIL ENGINEERING

INDIAN INSTITUTE OF TECHNOLOGY DEPARTMENT OF CIVIL ENGINEERING INDIAN INSTITUTE OF TECHNOLOGY DEPARTMENT OF CIVIL ENGINEERING Sub: Quotation for supply of Weather Station Enquiry letter for Weather Station Reference: IITK/SERB/2017-3-1 Dated 31.03.2017 Sir / Madam,

More information

Computer Controlled Wind Energy Basic Unit, with SCADA MINI-EEEC

Computer Controlled Wind Energy Basic Unit, with SCADA MINI-EEEC Technical Teaching Equipment Computer Controlled Wind Energy Basic Unit, with SCADA MINI-EEEC Teaching Technique used EDIBON SCADA System 2 Control Interface Box 3 Data Acquisition Board 4 Software for:

More information

APPLICATIONS. Boiler / Burners Turbines Engines Incinerators Process Control Landfills Cogeneration plants

APPLICATIONS. Boiler / Burners Turbines Engines Incinerators Process Control Landfills Cogeneration plants The IMR 5000 is state-of-the-art continuous flue-gas monitoring system, and is designed for a wide variety of flue-gas monitoring applications The IMR 5000 is a stand-alone analyzer that works automatically.

More information

SICON Smart Sensors Role in Integrated System Health Management

SICON Smart Sensors Role in Integrated System Health Management SICON 2005 Smart Sensors Role in Integrated System Health Management Jose M Perotti, Instrumentation Group Lead Command, Monitoring and Control Branch Spaceport Engineering &Technology Directorate, Kennedy

More information

Isolated, Field Configurable Analog Input 6B11 / 6B11HV FEATURES APPLICATIONS PRODUCT OVERVIEW

Isolated, Field Configurable Analog Input 6B11 / 6B11HV FEATURES APPLICATIONS PRODUCT OVERVIEW Isolated, Field Configurable Analog Input 6B11 / 6B11HV FEATURES Single-channel isolated signal-conditioning modules. Accepts outputs from Thermocouple, millivolt, volt and current signals. Complete microcomputer-based

More information

Dynamic Flow Computers, Inc Southwest Freeway, Suite 320 Stafford, TX Ph: (281) Fax: (281)

Dynamic Flow Computers, Inc Southwest Freeway, Suite 320 Stafford, TX Ph: (281) Fax: (281) Dynamic Flow Computers, Inc. 12603 Southwest Freeway, Suite 320 Stafford, TX 77477 Ph: (281) 565-1118 Fax: (281) 565-1119 www.dynamicflowcomputers.com Micro MV Training Section 1: Course Description Our

More information

Power infrastructure monitoring system on Embedded Web

Power infrastructure monitoring system on Embedded Web Volume 1, Number 2-2013 PP-71-76 IJSE Available at www.ijse.org International Journal of Science and Engineering ISSN-2347-2200 Power infrastructure monitoring system on Embedded Web Jayant H. Gambhir

More information

Data Acquisition Card or DMM: Which is Right for Your Application? By John Tucker and Joel Roop Keithley Instruments, Inc.

Data Acquisition Card or DMM: Which is Right for Your Application? By John Tucker and Joel Roop Keithley Instruments, Inc. Data Acquisition Card or DMM: Which is Right for Your Application? By John Tucker and Joel Roop Keithley Instruments, Inc. When automating voltage measurements, is it better to go with a programmable Digital

More information

icp 1000 Wireless GSM Based Remote Monitoring Unit for Transformer Rectifier Unit

icp 1000 Wireless GSM Based Remote Monitoring Unit for Transformer Rectifier Unit icp 1000 Wireless GSM Based Remote Monitoring Unit for Transformer Rectifier Unit The GSM based remote monitoring unit icp 1000, for Transformer Rectifier (TR) monitoring, is a highly accurate, compact,

More information

Pluvi-ONE. Quick user guide

Pluvi-ONE. Quick user guide Pluvi-ONE Quick user guide INSTUM_02424_en MW6180 upd. 29/09/2017 Instrument description (1) - On/Off switch (2) - Lightning sensor input (opt.) (3) - USB ports (4) - Ethernet port (5) - Com1 serial port

More information

LMV2 / LMV3... Modbus. User Documentation. Building Technologies Division

LMV2 / LMV3... Modbus. User Documentation. Building Technologies Division LMV2 / LMV3... Modbus User Documentation The LMV2... / LMV3... burner management system and this User Documentation are intended for OEMs and system integrators which integrate the system in their products!

More information

SiteAnalyst Three Creeks Air Monitoring Stations Frequently Asked Questions (FAQ s)

SiteAnalyst Three Creeks Air Monitoring Stations Frequently Asked Questions (FAQ s) SiteAnalyst Three Creeks Air Monitoring Stations Frequently Asked Questions (FAQ s) Q1: What is SiteAnalyst? How do I get set up on SiteAnalyst A1: SiteAnalyst is a web-based remote monitoring software

More information

A1700 CT Metering. The Power to Change...

A1700 CT Metering. The Power to Change... A1700 CT Metering The Power to Change... Features CT & CT/VT operated Comprehensive tariff structure 2 line dot matrix multilingual display Instantaneous instrumentation values Communications via optical

More information

PCI-16HSDI: 16-Bit, Six-Channel Sigma-Delta Analog Input PMC Board. With 1.1 MSPS Sample Rate per Channel, and Two Independent Clocks

PCI-16HSDI: 16-Bit, Six-Channel Sigma-Delta Analog Input PMC Board. With 1.1 MSPS Sample Rate per Channel, and Two Independent Clocks PMC-16HSDI 16-Bit, Six-Channel Sigma-Delta Analog Input PMC Board With 1.1 MSPS Sample Rate per Channel, and Two Independent Clocks Available also in PCI, cpci and PC104-Plus form factors as: PCI-16HSDI:

More information

GE Fanuc IC695ALG708. Rx3i PacSystem

GE Fanuc IC695ALG708. Rx3i PacSystem GE Fanuc IC695ALG708 http://www.pdfsupply.com/automation/ge-fanuc/rx3i-pacsystem/ic695alg708 Rx3i PacSystem Analog Output Module, 8 channels,that is configurable IC695A IC695AL IC695ALG 919-535-3180 sales@pdfsupply.com

More information

DATA PROCESSING PROCEDURES FOR UCR EPA ENVIRONMENTAL CHAMBER EXPERIMENTS. Appendix B To Quality Assurance Project Plan

DATA PROCESSING PROCEDURES FOR UCR EPA ENVIRONMENTAL CHAMBER EXPERIMENTS. Appendix B To Quality Assurance Project Plan DATA PROCESSING PROCEDURES FOR UCR EPA ENVIRONMENTAL CHAMBER EXPERIMENTS Appendix B To Quality Assurance Project Plan DRAFT Version 1.3 April 25, 2002 William P. L. Carter Atmospheric Processes Group CE-CERT

More information

Air Quality Analysis

Air Quality Analysis CHOICE SOLUTIONS LIMITED REFERENCE BOOKLET Air Quality Analysis Inside This Case Study Air Quality 1 Air Quality Measurement 1 Reactivity Monitoring Coupons 1 Environmental Condition Monitor 2 Air Sampling

More information

LCU-ONE CAN connected to MXL QM and EVO3 QM User Manual

LCU-ONE CAN connected to MXL QM and EVO3 QM User Manual LCU-ONE CAN connected to MXL QM and EVO3 QM INDEX Chapter 1 LCU ONE... 2 1.1 Part number... 2 Chapter 2 LCU ONE and Lambda probe mounting... 3 Chapter 3 Connection to MXL EVO3 QM... 5 3.1 LCU-ONE CAN Connection...

More information

WirelessHART Toxic & Combustible Gas Detector P/N: TCD50H1A

WirelessHART Toxic & Combustible Gas Detector P/N: TCD50H1A WirelessHART Toxic & Combustible Gas Detector P/N: TCD50H1A 475 Handheld Communicator Configuration Instructions This page is intentionally left blank ii United Electric Controls provides these handheld

More information

Monitoring and Controlling Energy Efficiency of Photovoltaic Installations

Monitoring and Controlling Energy Efficiency of Photovoltaic Installations Monitoring and Controlling Energy Efficiency of Photovoltaic Installations Features System Current and voltage supervision of solar panels Control of switching states Sources Shunt and inductive sensors

More information

Service Bulletin SB685. Date: 8/18/2017 TriPac EVOLUTION Communications Update Bulletin Location: TSA Info Central\Service Bulletins

Service Bulletin SB685. Date: 8/18/2017 TriPac EVOLUTION Communications Update Bulletin Location: TSA Info Central\Service Bulletins Service Bulletin SB685 Date: 8/18/2017 Subject: TriPac EVOLUTION Communications Update Bulletin Location: TSA Info Central\Service Bulletins Units: All TriPac EVOLUTION Summary: This bulletin updates and

More information

VDG Supervisor. User s manual. A 07/2009 Original publication J.D. GUICHARD C. BERTRAND Ind Date Designation Author Approved

VDG Supervisor. User s manual. A 07/2009 Original publication J.D. GUICHARD C. BERTRAND Ind Date Designation Author Approved ALGADE INSTRUMENTATION DOCUMENT NU-XFAB545-208 ind A VDG Supervisor User s manual A 07/2009 Original publication J.D. GUICHARD C. BERTRAND Ind Date Designation Author Approved 07/2009 ALGADE. All rights

More information

Products Used: LabVIEW DAQ SCXI

Products Used: LabVIEW DAQ SCXI EcoMonitor Air Quality Continuous Monitoring System by José P. Caetano, Ricardo J. Jesus, Pedro A. Alves, Victor F. Dias System Developers INESC, Lisbon, Portugal Products Used: LabVIEW DAQ SCXI The Challenge:

More information

If you have written custom software for the MCA8000A, it will not be compatible with the MCA8000D.

If you have written custom software for the MCA8000A, it will not be compatible with the MCA8000D. Home Page Products Price List Links & PDFs Contact Us The MCA8000A has been discontinued and repalced by the MCA8000D. Once the remaining units sell out, it will not be available again even under special

More information

TRCAC. Computer Controlled Unit for the Study of a Refrigeration Circuit with Variable Load, with SCADA. Key features:

TRCAC. Computer Controlled Unit for the Study of a Refrigeration Circuit with Variable Load, with SCADA. Key features: Engineering and Technical Teaching Equipment Computer Controlled Unit for the Study of a Refrigeration Circuit with Variable Load, with SCADA TRCAC Teaching Technique used EDIBON SCADA System 2 Control

More information

The SolarTrak Prospector. CR-1000 Datalogger

The SolarTrak Prospector. CR-1000 Datalogger May 26, 2011 The SolarTrak Prospector Instructions for Wiring and Data Collection Using the CR-1000 Datalogger by Campbell Scientific, Inc. Complete information on the use and options for the CSI CR-1000

More information

Wireless Sensor System for Prediction of Carbon Monoxide Concentration using Fuzzy Time Series

Wireless Sensor System for Prediction of Carbon Monoxide Concentration using Fuzzy Time Series Wireless Sensor System for Prediction of Carbon Monoxide Concentration using Fuzzy Time Series Suryono Suryono Department of Physics & Graduate School of Information System Diponegoro University, Semarang,

More information

NSGV Series "90DM3" Carbon Dioxide Detector

NSGV Series 90DM3 Carbon Dioxide Detector NSGV SERIES 90DM3 CARBON DIOXIDE DETECTOR NSGV Series "90DM3" Carbon Dioxide Detector 90DM3A Specifications. Power 17-27 VAC, 24-38 VDC, 200 ma Detection Range 0-200 PPM Relay Output Rating 5A, 30 Vdc

More information

INSTALLATION MANUAL. LC 200 Electronic Overload Guard. Software versione PW0501 R 0.3

INSTALLATION MANUAL. LC 200 Electronic Overload Guard. Software versione PW0501 R 0.3 INSTALLATION MANUAL LC 200 Electronic Overload Guard Software versione PW0501 R 0.3 CONTENTS MAIN FEATURES LC 200 TECHNICAL FEATURES Page 2 SYMBOLS Page 3 WARNINGS Page 3 IDENTIFICATION DATA PLATE Page

More information

Control and Monitoring of the Front-End Electronics in ALICE

Control and Monitoring of the Front-End Electronics in ALICE Control and Monitoring of the Front-End Electronics in ALICE Peter Chochula, Lennart Jirdén, André Augustinus CERN, 1211 Geneva 23, Switzerland Peter.Chochula@cern.ch Abstract This paper describes the

More information

PC104P-16AIO Bit Analog Input/Output PC104-Plus Board

PC104P-16AIO Bit Analog Input/Output PC104-Plus Board PC104P-16AIO168 16-Bit Analog Input/Output PC104-Plus Board With 16 Input Channels and 8 Output Channels (Similar GSC Product) Features Include: 16 Single-Ended or 8 Differential 16-Bit Scanned Analog

More information

AD16-16(PCI)EV. Features. High-Resolution Analog Input Board for PCI AD16-16(PCI)EV 1. Ver.1.02

AD16-16(PCI)EV. Features. High-Resolution Analog Input Board for PCI AD16-16(PCI)EV 1. Ver.1.02 High-Resolution Analog Input Board for PCI AD6-6(PCI)EV * s, color and design of the products are subject to change without notice. Features Resolution : 6-bit, combination speed : 0 sec/ch This product

More information

DATA LOGGER GEOLOGGER G8 PLUS

DATA LOGGER GEOLOGGER G8 PLUS A D V A C E D DATA LOGGER GEOLOGGER G8 PLUS I N S T CONFIGURATION & WIRING OF PERIPHERALS R U C T I O N M A N U A L 1 CONTENTS DESCRIPTION PAGE Main components 3 G8 Module Connections 4 G8 Module Connections

More information

TNG-3B derives its operating power from the serial port. The DTR, RTS, and both data lines are all used, and must be properly connected.

TNG-3B derives its operating power from the serial port. The DTR, RTS, and both data lines are all used, and must be properly connected. TNG-3B FAQ December 4, 2004 1. What s a TNG? TNG is pronounced thing as in The Cat in the Hat by Dr. Seuss, and stands for totally neat gadget. TNG-3B is the third in an evolutionary line of simple data

More information

Really Performs! Here is a Hand-Held Data Logger that Royalton Rd. Cleveland, OH USA Tel: (440) Fax: (440)

Really Performs! Here is a Hand-Held Data Logger that Royalton Rd. Cleveland, OH USA Tel: (440) Fax: (440) Here is a Hand-Held Data Logger that Really Performs! 10100 Royalton Rd. Cleveland, OH 44133 USA Tel: (440) 237-3200 Fax: (440) 237-1744 http://instserv.com Temperature monitoring has long been recognized

More information

AgilaireLLC. Version 5.51

AgilaireLLC. Version 5.51 E-DAS Ambient for Windows Users Guide Version 5.51 11020 Solway School Road Technical support (865) 927-9440 Knoxville, Tennessee 37931 Fax: (865) 927-9552 April 2006 E-mail address: support@agilairecorp.com

More information