Improving Test Throughput on a Monitored Run-In System for Medical Oxygen Concentrators

Size: px
Start display at page:

Download "Improving Test Throughput on a Monitored Run-In System for Medical Oxygen Concentrators"

Transcription

1 Control and Simulation, Data Management, Inspection and Placement/ Industrial Controls/Devices/Systems LabVIEW for Windows LabVIEW SQL Toolkit NI-Serial PCI-485i/2 RS-485 interface Improving Test Throughput on a Monitored Run-In System for Medical Oxygen Concentrators by David J. Boyd, Senior Test Engineer, Respironics The Challenge: Developing a new software application for monitoring performance of multiple oxygen concentrators throughout factory run-in test, improving operator efficiency, test coverage, unit performance data archiving, and overall throughput, while preserving the hardware of an existing custom system. The Solution: Using LabVIEW to quickly develop our application and controlling diverse hardware components using custom serial protocols, with ActiveX integration for a novel, walkabout user interface. Introduction Medical oxygen concentrators are used to provide oxygen therapy for patients with chronic obstructive pulmonary disease (COPD) and other respiratory conditions as an economical alternative to compressed or liquefied O2 systems. Concentrators work on the principle of differential adsorption rates for nitrogen and oxygen when pressurized air is passed over a suitable zeolite or molecular sieve. The primary components of Respironics Millennium concentrator include an air compressor, a dual-chambered canister containing the sieve medium, an accumulating tank, check and solenoid valves, filtering and noise abating components, drive electronics, an outlet pressure regulator, and an integrated metering valve and flowmeter. Models are produced for domestic and international use, and optionally include an internal circuit for monitoring outlet oxygen purity. Project History As a part of the team readying the Millennium series of oxygen concentrators for production, the Test Engineering group worked with the Millennium s design group to develop a production test plan. Drawing from experience with prior concentrator designs, the plan specified a factory run-in test during which, at intervals of one hour or less: Oxygen output purity would be verified under conditions of maximum rated output flow Alarm circuitry would be verified to indicate no-flow conditions Output pressure under no-flow conditions would be checked On units equipped with an Oxygen Performance Indicator (OPI), the internally derived oxygen output purity measurement would correlate with the verified value This plan represented a departure from prior test methods, which had verified performance only at the end of an unmonitored run-in period, using a portable test cart pushed along a stationary row of concentrators that moved through run-in as a group. To accomplish testing during run-in, the Test Engineering group designed an automated system supporting 30 units under test (UUTs) via a cascaded arrangement of valves, a set of mass flow controllers and pressure transducers, and a Siemens OXYMAT 6 oxygen analyzer. The system included a distributed I/O subsystem to interface each UUT through a diagnostic connector incorporated in the Millennium design. An outside firm was contracted to supply a custom printed circuit design for a digital and analog I/O module that formed the basis of the distributed I/O as well as the control of the pneumatic components. The contractor also developed most of the original test application, in C. System Details

2 The contractor s custom I/O module was designed and programmed to be compatible with devices communicating via the Optomux serial protocol, a popular, relatively low-speed interface developed by the OPTO22 Corporation. It provides eight channels of analog input, two channels of analog output, eight bits of digital input, eight bits of digital output, and a few miscellaneous timer/counter inputs. The serial interface is two-wire RS-485 permanently coded for 19.2Kbaud, and each module maintains a serial device address in nonvolatile storage. Thirty modules, sharing one NI-485 port on the PC, are mounted in the overhead wiring and hose troughs and provide the diagnostic interface to the concentrators. Six modules, sharing the other NI-485 port, are mounted on the shelves within the test rack to control the valves, mass flow controllers, and pressure transducers. Each shelf contains a one-of-five valve manifold followed by an MKS mass flow controller. Additional valves on each shelf can occlude the selected UUT output into a pressure transducer, or route one shelf s output to the Siemens analyzer. When not selected for measurement, UUT outputs are vented to atmosphere. The module on the topmost shelf also converts the output of an ambient temperature/ humidity probe mounted outside the rack. A photo of one of the systems as it currently exists is shown in Figure 1. Figure 1 Millennium Automated Run-In Test System (MARTS) Limitations Two installations of the run-in test system were built in the time period, while the original software went through numerous revisions, both by the contractor and later by Test Engineering personnel. Most revisions attempted to improve scheduling of testing of multiple UUTs, which necessarily shared test resources at different levels. The critical O2 measurement cycle was only completed once per hour per UUT, and UUT status was only checked during the measurement window. The serial protocol between the PC and I/O modules was also the subject of many attempted fixes due to intermittent communication failures of unknown origin, requiring operators to re-test units manually. The test results were recorded on the PC s hard drive in a format not readily distributed. The system used an I/O module to obtain the Siemens analyzer reading via its analog chart recorder output, involving unnecessary reading conversions, instead of using the Siemens serial interface. The application was not well regarded by test operators

3 because it required them to return to the PC, navigate a series of onscreen dialogs, and type in in-process identifiers to add each UUT. The running status of the test system and of the UUTs was difficult to determine, and failures were only flagged at the end of the run-in period. Enhancements from LabVIEW In the spring of 2000, the author was assigned the task of developing a LabVIEW -based test application to replace the original software, to be ready in the fall when the Georgia plant relocated into a single, new building a few miles from the existing facilities. LabVIEW made it easy to implement a queued state machine software design to schedule the test resources, increasing test cycles to three per hour per UUT, and ensuring continuous monitoring of UUT status. Displays clearly reflect test progress and resource assignments, seen in Figure 2 and Figure 3. Using functions from the SQL Toolkit, all test data is logged to an Access database kept on a server, which may be queried in real time by Engineering, Quality Assurance, and Manufacturing personnel. LabVIEW helped uncover a longstanding bug in the I/O module s protocol code, and implement a workaround. The Siemens analyzer protocol was implemented in LabVIEW, increasing O2 measurement accuracy and permitting inclusion of analyzer status. Figure 2 Millennium Concentra tor Run-In Main Window, Showing Unit Status and Most Recent Test Results Figure 3 Millennium Concentrator Run-In Rack Status, Showing Test Resource Assignments and Recent O2 Readings A major enhancement to the user interface involved freeing the operator from returning to the PC to interact with the test system when adding, removing, or checking status on UUTs. To do this, Manufacturing began using barcode in-process IDs, and an Intermec wireless barcode scanner was added to the system. To provide response to the operator, the author used the ActiveX client capabilities in LabVIEW to call Microsoft Speech API text -to-speech methods, and fed the PC s soundcard output to a low-power assisted-listening transmitter added to the system. With the wireless barcode scanner and the

4 battery-operated belt receiver, the operator can now move anywhere along the test line, adding, removing, and checking on UUTs, as shown in Figure 4. This approach also allows the test system to actively direct the operator, by voice prompts, to remove UUTs when they complete run-in or fail a test cycle. When a passing UUT is removed, the application prepares a certificate with summary results and prints it at a final QC station where the UUT is serialized before packing. A reprint of this is shown in Figure 5. Failing UUTs generate a detailed test report at a repair station printer. Figure 4 Operator with Barcode Scanner and Receiver, Close-up of Cable and UUT Barcodes Conclusions LabVIEW was an excellent development tool for rapidly creating a test application meeting all performance goals, coordinating multiple test processes, providing high-quality data presentation and archiving, and supporting novel user interface techniques. The application runs round the clock with no reliability problems. Manufacturing now has a tool that supports high-volume production while ensuring consistent high quality.

5 Figure 5 Test Certificate Printed on Successful Completion, with Average Test Results

Products for Health Care

Products for Health Care www.medicacorp.com \EDIC@ Products for Health Care easy inside and out Medica s EasyStat analyzer measures ph, PCO 2, PO 2, Na +, K +, Ca ++, and Hct and calculates additional parameters. Patient parameters,

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

Compact data logger offering best-in-class noise resistance and communication function

Compact data logger offering best-in-class noise resistance and communication function T M Portable Data Station XL100 Series Compact data logger offering best-in-class noise resistance and communication function A world s first in measuring instruments! To obtain IPv6 Ready Logo Phase-1

More information

STATE OF NEW JERSEY DEPARTMENT OF TRANSPORTATION TRENTON, NEW JERSEY 08625

STATE OF NEW JERSEY DEPARTMENT OF TRANSPORTATION TRENTON, NEW JERSEY 08625 STATE OF NEW JERSEY DEPARTMENT OF TRANSPORTATION TRENTON, NEW JERSEY 08625 METRIC SPECIFICATIONS FOR VME BUS COMPUTER (FIELD TERMINAL VME BUS PROCESSOR ASSEMBLY) N.J. Specification No. Effective Date:

More information

WI-I/O 9 Multi I/O Units

WI-I/O 9 Multi I/O Units WI-I/O 9 Multi I/O Units A transceiver is a wireless device made up of a transmitter and receiver. Since each module can manage both input and output signals, it can be used to monitor transducers and

More information

Inc. FLO-CAL Liquid Calibration System FLO-CAL SOFTWARE FLEXIBLE DESIGN TO MEET YOUR LIQUID FLOW CALIBRATION REQUIREMENTS

Inc. FLO-CAL Liquid Calibration System FLO-CAL SOFTWARE FLEXIBLE DESIGN TO MEET YOUR LIQUID FLOW CALIBRATION REQUIREMENTS FLEXIBLE DESIGN TO MEET YOUR LIQUID FLOW CALIBRATION REQUIREMENTS FLO-CAL A portable Liquid Flow Standard FLO-CAL INSTRUMENT Data acquisition and interface tool with flow meter frequency and analog signals.

More information

TABLE OF CONTENTS INTRODUCTION. 3. Analog Input Analog Output Digital Input Digital Output OPERATIONAL DESCRIPITON.. 7 PROGRAMMING AND INITIAL SETUP.

TABLE OF CONTENTS INTRODUCTION. 3. Analog Input Analog Output Digital Input Digital Output OPERATIONAL DESCRIPITON.. 7 PROGRAMMING AND INITIAL SETUP. DIVERSIFIED HEAT TRANSFER SERIES 700 STEAM GENERATOR CONTROLLER INSTRUCTION MANUAL VISIT OUR WEBSITE AT SIGMACONTROLS.COM SERIES 700 DHT STEAM GENERATOR MANUAL 042514 2 TABLE OF CONTENTS INTRODUCTION.

More information

CHAPTER IV Computerized Data-acquisition Systems

CHAPTER IV Computerized Data-acquisition Systems CHAPTER IV Computerized Data-acquisition Systems The signal outputting a sensor is usually an analog signal. Post-processing methods involve, however, complex mathematical formulations. The data recorded

More information

1.6 Configuring Intelligent Devices

1.6 Configuring Intelligent Devices 1.6 Configuring Intelligent Devices J. BERGE (2003) DESIGN FEATURE RECOMMENDATIONS Use permanently connected communications infrastructure. For the HART Field Communications Protocol, use a handheld with

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

GRASSO SYSTEM CONTROL

GRASSO SYSTEM CONTROL Control device for Packages and Chillers with screw compressors Product information 09.2002/ 2 638630_pi gsc gbr.doc Copyright GmbH Refrigeration Technology The contents of this documentation and the enclosed

More information

Automated High Pressure Calibrator Model CPC 8000

Automated High Pressure Calibrator Model CPC 8000 Calibration Technology Automated High Pressure Calibrator Model CPC 8000 Mensor Data Sheet CPC 8000 02/2012 Applications Calibration of industrial pressure instruments Pressure transmitter manufacturers

More information

Operator Quick Guide ORBISPHERE 3650

Operator Quick Guide ORBISPHERE 3650 Operator Quick Guide ORBISPHERE 3650 Revision E - 18/03/2008 Operating Information About this Guide The information in this guide has been carefully checked and is believed to be accurate. However, Hach

More information

INSTRUCTION MANUAL. Digivac 760 Series. Models 100Led P / P / 29.9" 100Led 760 / SixVac 801 / 760 / 2c 801 Micro

INSTRUCTION MANUAL. Digivac 760 Series. Models 100Led P / P / 29.9 100Led 760 / SixVac 801 / 760 / 2c 801 Micro INSTRUCTION MANUAL Digivac 760 Series Models 100Led 760 100P / 760 100P / 29.9" 100Led 760 / SixVac 801 / 760 / 2c 801 Micro Ranges 0 to 760 Torr 0 to 19.99 Torr 0 to 29.9 inches of mercury The Digivac

More information

DISCONTINUED. Flow Solutions. ALTA Mass Flow Meters METAL-SEALED TYPE 180A. Features & Benefits

DISCONTINUED. Flow Solutions. ALTA Mass Flow Meters METAL-SEALED TYPE 180A. Features & Benefits Flow Solutions W W W. M K S I N S T. C O M ALTA Mass Flow Meters METAL-SEALED TYPE 180A The all-digital MKS ALTA Mass Flow Meter (MFM) includes technology improvements in functionality and performance

More information

SNAP-IT-PM Installation Guide

SNAP-IT-PM Installation Guide Chapter 1 SNAP-IT-PM Installation Guide Introduction The Opto 22 SNAP-IT panel-mount unit is a packaged solution for attaching electrical, electronic, and mechanical devices to an Ethernet network. Once

More information

Applications of Programmable Logic Controllers DG31 34

Applications of Programmable Logic Controllers DG31 34 Applications of Programmable Logic Controllers DG31 34 Purpose Unit purpose: This Unit is designed to introduce candidates to Programmable Logic Controllers (PLCs) and enable them to understand how PLCs

More information

March 21, Re: Life Cycle Change Notification FloBoss 407 and ROC 300 Series. ROC 300 and 407 Customers,

March 21, Re: Life Cycle Change Notification FloBoss 407 and ROC 300 Series. ROC 300 and 407 Customers, March 21, 2014 Re: Life Cycle Change Notification FloBoss 407 and ROC 300 Series ROC 300 and 407 Customers, This letter is to inform you that spare and replacement parts related to the ROC 300 Series and

More information

HAND-HELD GAS ANALYSER

HAND-HELD GAS ANALYSER HAND-HELD GAS ANALYSER Manual Version: 1.0 11/2010 Index 1. Introduction...3 2. Construction of the GA-12 gas analyser...4 2.1. Electric connections...4 2.2. Gas channel...5 2.3. Supply...5 3. Maintenance

More information

Proximity Positioner. ICoT. Valve Monitoring and Control Products WESTLOCK

Proximity Positioner. ICoT. Valve Monitoring and Control Products WESTLOCK Proximity Positioner UNLIKE CONVENTIONAL POSITIONERS, THE ICOT POSITIONER FEEDS BACK VALVE POSITION WITHOUT THE NEED FOR LINKAGES OR LEVERS. Non-contact position feedback is accomplished through the use

More information

14 Pressure Measurement. Measuring Devices Description Pressure range Connection Device Page

14 Pressure Measurement. Measuring Devices Description Pressure range Connection Device Page Measuring Devices Pressure range Connection Device Page Digital display mounting, für niedrige Drücke 0 2. mbar / 2. bar 4 mm tube MPV, MPA.02 portable, hand-operated 0 1 mbar / 10 bar 4 mm tube MHA.03

More information

SNL Material Monitoring System, The T-1 RF Seal, and the IAEA & KAMS

SNL Material Monitoring System, The T-1 RF Seal, and the IAEA & KAMS IAEA-SM-367/7/02 SNL Material Monitoring System, The T-1 RF Seal, and the IAEA & KAMS Lawrence Desonier Sandia National Laboratories PO Box 5800, MS 1361 Albuquerque, NM 87185 Abstract Throughout the world,

More information

Yokogawa Y-Flow Master Database 62102

Yokogawa Y-Flow Master Database 62102 Instruction Manual IM 04Q01A04-01E-A Yokogawa Y-Flow Master Database 62102 Yokogawa Y-Flow Master Database 62102 Yokogawa Corporation of America 2 Dart Road, Newnan, Georgia U.S.A. 30265 Tel: 1-800-258-2552

More information

Introduction. Upon completion of Basics of PLCs you should be able to: Identify the major components of a PLC and describe their functions

Introduction. Upon completion of Basics of PLCs you should be able to: Identify the major components of a PLC and describe their functions Table of Contents Introduction...2 PLCs...4 Number Systems...8 Terminology...14 Basic Requirements...23 S7-200 Micro PLCs...28 Connecting External Devices...39 Programming a PLC...41 Discrete Inputs/Outputs...49

More information

Section EMCS Start-Up and Testing

Section EMCS Start-Up and Testing Section Cover Page 2013-06-01 EMCS Start-Up and Testing Use this Section to specify Start-up and Testing for a computerized Energy Management Control System (EMCS) used to operate mechanical systems. The

More information

Flow Computer. FloWEB

Flow Computer. FloWEB Flow Computer FloWEB FloWEB > Flow Computer Introduction FloWEB flow computer acquires primary data directly from flowmeters, temperature sensors, pressure and differential pressure transmitters, density

More information

High-Precision Pneumatic Pressure Controller Series CPC8000-L/-X

High-Precision Pneumatic Pressure Controller Series CPC8000-L/-X R Calibration Technology High-Precision Pneumatic Pressure Controller Series CPC8000-L/-X WIKA Data Sheet CT 28.01 Applications Industry (laboratory, workshop and production) Pressure transmitter manufacture

More information

Project Progress. 1. Overall Design

Project Progress. 1. Overall Design Project Progress The following document outlines the current progress of our team s CENG/ELEC 499 Automatic Inflation System. Along with progress descriptions, detailed specifications have been included

More information

Solve Compliance, Integration & Process Challenges Using Rich Data From Your Instrumentation

Solve Compliance, Integration & Process Challenges Using Rich Data From Your Instrumentation Solve Compliance, Integration & Process Challenges Using Rich Data From Your Instrumentation How Digital Mass Flow Controllers & Ethernet-Based Architectures Enhance Biotechnology Systems Solve compliance,

More information

AUTOMATIC CEMENT COMPRESSION & FLEXURAL MACHINES

AUTOMATIC CEMENT COMPRESSION & FLEXURAL MACHINES AUTOMATIC COMPRESSION & FLEXURAL MACHINES Product Code UTCM-6331 250 kn Automatic Cement Compression Testing Machine 220-240 V 50-60 Hz UTCM-6331/110 250 kn Automatic Cement Compression Testing Machine

More information

Functional Testing of Electric Vehicle Battery Management Systems (BMS) using a PXI Platform Grant Gothing Project Engineer Bloomy Controls U.S.A.

Functional Testing of Electric Vehicle Battery Management Systems (BMS) using a PXI Platform Grant Gothing Project Engineer Bloomy Controls U.S.A. Functional Testing of Electric Vehicle Battery Management Systems (BMS) using a PXI Platform Grant Gothing Project Engineer Bloomy Controls U.S.A. The Challenge: Design and develop a flexible and cost-effective

More information

High-precision valve control using intelligent positioners. sipart

High-precision valve control using intelligent positioners. sipart High-precision valve control using intelligent positioners sipart The SIPART PS2 electropneumatic positioner is number 1 in its field by a very wide margin. Our past experience gathered from 15 years in

More information

JT Rue Des Pres DATA CENTRE

JT Rue Des Pres DATA CENTRE JT Rue Des Pres DATA CENTRE Facility Product Description JT s Data Centre Hosting Service provides a secure computer room environment with protected and backup power, security and bandwidth. Data Centre

More information

OEM Digital NDIR CO sensor

OEM Digital NDIR CO sensor OEM Digital NDIR CO sensor with flow-through gas cell Model 2015SPI-CO-20 The VALTRONICS Model 2015SPI-CO-20 is an OEM NDIR CO sensor with digital signal processing and temperature compensation. The firmware

More information

Description: IRB-540 Robot with 6-axis Flexi-Wrist Manipulator, S4P Controller, Conveyor Tracking, and Analog Paint Regulation (APR)

Description: IRB-540 Robot with 6-axis Flexi-Wrist Manipulator, S4P Controller, Conveyor Tracking, and Analog Paint Regulation (APR) Standard Module # Description: IRB-540 Robot with 6-axis Flexi-Wrist Manipulator, S4P Controller, Conveyor Tracking, and Analog Paint Regulation (APR) The IRB-540 Flexi-Wrist finishing robot is specifically

More information

NX21 USER MANUAL. Telemetry Unit. Version 1.5

NX21 USER MANUAL. Telemetry Unit. Version 1.5 USER MANUAL Version 1.5 Nortech Management Ltd, United Kingdom NOV 2016 www.nortechonline.co.uk Doc Ref D_000344 Publication Notice Copyright Nortech Management Limited (NML). All rights reserved. No part

More information

Multidisciplinary Senior Design

Multidisciplinary Senior Design Multidisciplinary Senior Design P10531: Piezoelectric Developer Sensor Standard Operating Procedure 12 May 2010 Dean Culver, Project Manager Thomas Siegwarth, Lead Engineer Thomas Bundy Elizabeth Cormier

More information

FOX-50 Heat Flow Meter

FOX-50 Heat Flow Meter FOX-50 Heat Flow Meter Site Preparation Guide Revision A Issued June 2016 Page 1 Table of Contents Table of Contents... 1 Ideal Setup... 2 System Components... 3 Instrument Measurements... 4 Utility Requirements...

More information

MICRO BURN IN PRODUCTS LISTED IN MODEL NUMBER ORDER FOLLOWED BY A BRIEF DESCRIPTION

MICRO BURN IN PRODUCTS LISTED IN MODEL NUMBER ORDER FOLLOWED BY A BRIEF DESCRIPTION MICRO BURN IN PRODUCTS LISTED IN MODEL NUMBER ORDER FOLLOWED BY A BRIEF DESCRIPTION MODEL 102P 102R DESCRIPTION Floor Stand (Plane) Floor Stand (Modified) HTRB Burn-In System (diode) Component Burn-In

More information

EasyElectrolytes. With EasyElectrolytes, Medica has redefined electrolyte analyzer design

EasyElectrolytes. With EasyElectrolytes, Medica has redefined electrolyte analyzer design EasyElectrolytes With EasyElectrolytes, Medica has redefined electrolyte analyzer design Simple yes/no prompted operation, combined with a modular design makes EasyElectrolytes reliable and economical.

More information

accurate measurement of compressed air consumption and leakage detection Calibration certificates and continous calibration, OEKD calibration service

accurate measurement of compressed air consumption and leakage detection Calibration certificates and continous calibration, OEKD calibration service Series Flowmeter for compressed air and gases in Industrial Applications The flowmeter of the series, based on the measurement principle of thermal mass flow, is ideally suited for the measurement of flow

More information

MONITORING THE REPEATABILITY AND REPRODUCIBILTY OF A NATURAL GAS CALIBRATION FACILITY

MONITORING THE REPEATABILITY AND REPRODUCIBILTY OF A NATURAL GAS CALIBRATION FACILITY MONITORING THE REPEATABILITY AND REPRODUCIBILTY OF A NATURAL GAS CALIBRATION FACILITY T.M. Kegel and W.R. Johansen Colorado Engineering Experiment Station, Inc. (CEESI) 54043 WCR 37, Nunn, CO, 80648 USA

More information

FloBoss TM 107/107E Flow Manager Overview

FloBoss TM 107/107E Flow Manager Overview FloBoss TM 107/107E Flow Manager Overview New Technology New Features and Benefits. 1of 39 Introducing the FloBoss 107 The FloBoss 107 Flow Manager introduces a new technology platform to the FloBoss family

More information

AirPro Surveyor 2 Manual

AirPro Surveyor 2 Manual AirPro Surveyor 2 Manual AirPro Surveyor Specifications Table of Contents Size 3/8 x 7 1/2 x 4 3/8 Weight 4.6 lbs. 2094 g Dynamic Range 1-1000 ml/min. total flow/constant flow Flow Capacity (8 Hrs.) 1000

More information

Ring Instrumentation and Controls

Ring Instrumentation and Controls Chapter 14 Ring Instrumentation and Controls This chapter describes the technical design of the g-2 cryogenic and vacuum control system and other process systems supporting the experiment. This control

More information

INSTRUCTION MANUAL STATION CONTROLLER SC1000 MOTOR PROTECTION ELECTRONICS, INC.

INSTRUCTION MANUAL STATION CONTROLLER SC1000 MOTOR PROTECTION ELECTRONICS, INC. INSTRUCTION MANUAL STATION CONTROLLER SC1000 MOTOR PROTECTION ELECTRONICS, INC. 2464 Vulcan Road, Apopka, Florida 32703 Phone: (407) 299-3825 Fax: (407) 294-9435 Revision Date: 9-11-08 Applications: Simplex,

More information

VEGA II. Electronic counter. The solutions that count

VEGA II.   Electronic counter. The solutions that count VEGA II Electronic counter www.isoilmeter.com The solutions that count LEAFLET: PR/VE/ Edition April 25 The VEGA II electronic counter is compatible with almost any type of flow meter, it is an instrument

More information

ADP Dot Peen Marking Machine

ADP Dot Peen Marking Machine ADP120160- Dot Peen Marking Machine Marking area 120160mm 4.7x6.3" Air supply/filter Drive Air Marking head Controller Benchtop Mode Power supply Handheld Mode High quality at higher speed Extremely precise

More information

Proline Prowirl 72, 73

Proline Prowirl 72, 73 Functional Safety Manual Vortex flow measuring system with 4 20 ma output signal Application Monitoring of maximum and/or minimum flow in systems which are required to comply with particular safety system

More information

System 6000 Electropneumatic Converters (proportional valves) Electronic Controllers Signal Converters

System 6000 Electropneumatic Converters (proportional valves) Electronic Controllers Signal Converters System 6000 Electropneumatic Converters (proportional valves) Electronic Controllers Signal Converters Edition November 2003 Information Sheet T 6000 EN Proportional valves e/p Converters Type 6 66 626

More information

APC APPLICATION NOTE #74

APC APPLICATION NOTE #74 #74 Configuration of InfraStruXure for Data Centers to Support Dell PowerEdge 1855 Abstract Many companies are making plans to incorporate Dell PowerEdge Blade Servers into their data center applications.

More information

Project Execution Best Practices

Project Execution Best Practices Project Execution Best Practices Tips & Tricks based on lessons learnt 1 Successful Implementation & Improved Operation Temporary vs. Permanent Communication Ad-hoc Communication: Handheld field communicators

More information

Technical sheet. Page - 1 ADP 5090 AC x90mm, dove il pistoncino si muove lungo gli assi X e Y con una precisione micrometrica.

Technical sheet. Page - 1 ADP 5090 AC x90mm, dove il pistoncino si muove lungo gli assi X e Y con una precisione micrometrica. Page - 1 ADP 5090 AC 500 50x90mm, dove il pistoncino si muove lungo gli assi X e Y con una precisione micrometrica. AD5090 system marks permanently different materials, such as metals, aluminum, iron,

More information

16-Channel Digital Output Module 120Vac/dc

16-Channel Digital Output Module 120Vac/dc Triguard SC300E MDO16FNS 16-Channel Digital Output Module 120Vac/dc (MDO16FNS) Issue 4 October 2005 INTRODUCTION PURPOSE The 120Vac/dc Digital Output Module MDO16FNS provides the output control interface

More information

Mobile Powered Workstations & Accessories Product Overview

Mobile Powered Workstations & Accessories Product Overview Mobile Powered Workstations & Accessories Product Overview About Us Newcastle Systems' commitment is to provide innovative solutions that help to make equipment more mobile and information more readily

More information

Pneumatic Precision Pressure Controller Model CPC6000

Pneumatic Precision Pressure Controller Model CPC6000 Calibration Technology Pneumatic Precision Pressure Controller Model CPC6000 R WIKA Data Sheet CT 27.61 Applications Industry (laboratory, workshop and production) Pressure transmitter manufacture Calibration

More information

PLASTECH CONTROL SYSTEMS LTD

PLASTECH CONTROL SYSTEMS LTD Plastech Control Systems Ltd. 17c West Side Industrial Estate, Jackson St, St Helens, Merseyside, WA9 3AT, UK. Tel: +44(0) 1744 734 123 Fax: +44(0) 744 734 340 Email uk-sales@plastech-controls.com Web

More information

Rosemount Transmitter Diagnostics Reduce Maintenance Costs

Rosemount Transmitter Diagnostics Reduce Maintenance Costs Rosemount Transmitter Diagnostics Reduce Maintenance Costs ROSEMOUNT TRANSMITTER DIAGNOSTICS... Reduce the Necessity of Trips to the Field by 85% Eliminate Ghost Chasing by Checking Transmitter Diagnostics

More information

DATA CENTRE. JT First Tower Lane. Facility Product Description. Data Centre Services

DATA CENTRE. JT First Tower Lane. Facility Product Description. Data Centre Services JT First Tower Lane DATA CENTRE Facility Product Description JT s Data Centre Hosting Service provides a secure computer room environment with protected incoming power supplies and a fully resilient network

More information

Product description for ED1600 generic Sigfox Module

Product description for ED1600 generic Sigfox Module Product description for ED1600 generic Sigfox Module The ED1600 Sigfox Module is mainly developed for container tracking purposes. To avoid the development of many different types of modules and just as

More information

DCT7088 Portable Digital Correlation Transit Time Flowmeter

DCT7088 Portable Digital Correlation Transit Time Flowmeter DCT7088 Portable Digital Correlation Transit Time Flowmeter DCT7088 Portable Digital Correlation Transit Time Flowmeter Applications HVAC Potable water Ultrapure liquids De-ionized water Petroleum products

More information

Scanner 2000 microefm QuickStart. Installing the Scanner Remote Mount. Direct Mount NUFLO. Part No , Rev. A

Scanner 2000 microefm QuickStart. Installing the Scanner Remote Mount. Direct Mount NUFLO. Part No , Rev. A NUFLO Part No. 30165024, Rev. A Scanner 2000 microefm QuickStart Installing the Scanner 2000 H L H L Flow Direct Mount To install the Scanner 2000 microefm using a direct mount to an orifice or cone meter

More information

Model HM-535 Power Supply Installation and Service Instructions

Model HM-535 Power Supply Installation and Service Instructions Model HM-535 Power Supply Installation and Service Instructions 430-535 0104 2004 Heritage MedCall, Inc SENTRY INSTALLATION & SERVICE INSTRUCTIONS POWER SUPPLY UNIT Model HM-535 IMPORTANT SAFETY INSTRUCTIONS

More information

Model DMX24DIM Installation and Operations Manual

Model DMX24DIM Installation and Operations Manual DOUG FLEENOR DESIGN, Inc. Model DMX24DIM Installation and Operations Manual Doug Fleenor Design, Inc. 396 Corbett Canyon Road Arroyo Grande, CA 93420 (805) 481-9599 Voice and FAX Manual revision November

More information

UW Purchase Specification Section Central Cooling Water Meter Page 1 of 6

UW Purchase Specification Section Central Cooling Water Meter Page 1 of 6 Page 1 of 6 PART 1 GENERAL 1.01 DESCRIPTION A. Purpose 1. This section covers central cooling water meters for use in the Owner's central cooling water systems. 1.02 QUALIFICATIONS A. Approved manufacturers

More information

User s Guide for Climatronics HazView

User s Guide for Climatronics HazView User s Guide for Climatronics HazView 140 Wilbur Place Bohemia, NY 11716 Phone (631) 567-7300 Fax (631) 567-7585 Email: sales@climatronics.com Record of Changes Date Revision Description of Change February

More information

WIRELESS REMOTE ASSET MONITORING & CONTROL

WIRELESS REMOTE ASSET MONITORING & CONTROL WIRELESS REMOTE ASSET MONITORING & CONTROL www.signal-fire.com info@signal-fire.com 978.212.2868 SIGNALFIRE TOOL KIT Free, easy to use PC configuration and diagnostics software. Supports wireless configuration

More information

NR-TEC S2S SURFACE TO SANDFACE DATA LOGGER

NR-TEC S2S SURFACE TO SANDFACE DATA LOGGER NR-TEC S2S SURFACE TO SANDFACE DATA LOGGER INTRODUCTION RIGGING IN / OUT CONNECTING TO DEVICE TAKING A SINGLE SHOT BASIC OPERATIONS GUIDE SCHEDULING VIEW A SHOT SCHEDULE UPLOAD A NEW SHOT SCHEDULE ERASING

More information

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment FAST SHIPPING AND DELIVERY TENS OF THOUSANDS OF IN-STOCK ITEMS EQUIPMENT DEMOS HUNDREDS OF MANUFACTURERS SUPPORTED

More information

Electro-Pneumatic Training System

Electro-Pneumatic Training System 8075-20 Electro-Pneumatic Training System LabVolt Series Datasheet Festo Didactic en 01/2018 Table of Contents General Description 2 PLC Compatibility 2 Features & Benefits 2 List of Equipment 2 List of

More information

BRAINS SNAP ANALOG AND DIGITAL. DATA SHEET page 1/19. Features. Description

BRAINS SNAP ANALOG AND DIGITAL. DATA SHEET page 1/19. Features. Description DATA SHEET page 1/19 Part Number Description B3000 Analog/Digital Brain Mistic/Optomux Protocol Features Convenient pluggable connector for removable top mounted field wiring. Ready access to standard

More information

AUTOMATIC TENSION & COMPRESSION TESTING MACHINE

AUTOMATIC TENSION & COMPRESSION TESTING MACHINE Product Code UTM-3000 Automatic 500 kn Tension and 1000 kn Compression Testing Machine Standards GENERAL PROPERTIES UTM-3000 automatic 500 kn tension and 1000 kn compression testing machine has been designed

More information

Accord Builder. User Guide

Accord Builder. User Guide User Guide Document: V 3.6 User Guide R01 V3.6 User Guide R01 Page 1 of 110 Table of Contents 1 Introduction... 7 2 General Summary and Definitions... 8 2.1 Accord Platform and Plant... 8 2.2 PLC Control

More information

Process Control and Instrumentation Technology Model: PCT-200

Process Control and Instrumentation Technology Model: PCT-200 Process Control and Instrumentation Technology Model: PCT-200 Introduction The PCT-200 Process Control and Instrumentation rig provides a self-contained process control system which is representative of

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

CRM Control Panel and Weather Detection System CRM3 for DC actuators (part # 40821J) CRM4 for AC actuators (part # 40822K)

CRM Control Panel and Weather Detection System CRM3 for DC actuators (part # 40821J) CRM4 for AC actuators (part # 40822K) CRM Control Panel and Weather Detection System CRM3 for DC actuators (part # 40821J) CRM4 for AC actuators (part # 40822K) CRM Applications CRM includes a control relay box and a power supply; additional

More information

Installing the Cisco Unified Videoconferencing 3545 MCU

Installing the Cisco Unified Videoconferencing 3545 MCU CHAPTER 2 Installing the Cisco Unified Videoconferencing 3545 MCU The Cisco Unified Videoconferencing 3545 MCU works together with a Cisco Unified Videoconferencing 3545 EMP Enhanced Media Processor (EMP)

More information

SECTION TRANSIENT VOLTAGE SUPPRESSION FOR LOW-VOLTAGE ELECTRICAL POWER CIRCUITS

SECTION TRANSIENT VOLTAGE SUPPRESSION FOR LOW-VOLTAGE ELECTRICAL POWER CIRCUITS SECTION 264313 - TRANSIENT VOLTAGE SUPPRESSION FOR LOW-VOLTAGE ELECTRICAL POWER CIRCUITS PART 1 - GENERAL 1.1 RELATED DOCUMENTS A. Drawings and general provisions of the Contract, including General and

More information

our experience...your solution Controlling and Monitoring Gateway

our experience...your solution Controlling and Monitoring Gateway our experience......your solution Controlling and Monitoring Gateway FEATURES Clearly readable dark-blue display (4x20), 8 key keyboard and 8 signaling LEDs provides a comprehensive overview of the system

More information

Dust Monitors: Optical Particle Counters: Differential Pressure Recorders: 81

Dust Monitors: Optical Particle Counters: Differential Pressure Recorders: 81 Dust Monitors: 75-76 Optical Particle Counters: 77-80 Differential Pressure Recorders: 81 Aerocet-531S Mass Particle Counter/Dust Monitor 2-in-1 performance! Particle Mass Profiler and Counter in a Single

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

Series B9 and C9 Electronic Metering Pumps. Instruction Manual. Manual No : 1796 Rev. : D Rev. Date : 11/2015

Series B9 and C9 Electronic Metering Pumps. Instruction Manual. Manual No : 1796 Rev. : D Rev. Date : 11/2015 Series B9 and C9 Electronic Metering Pumps Manual No : 1796 Rev. : D Rev. Date : 11/2015 sales@novatech-usa.com www.novatech-usa.com Tel: (866) 433-6682 Fax: (866) 433-6684 Tel: (281) 359-8538 Fax: (281)

More information

Temperature and humidity regulator H3020 H3021 H3023 H3027. Instruction Manual

Temperature and humidity regulator H3020 H3021 H3023 H3027. Instruction Manual Temperature and humidity regulator H3020 H3021 H3023 H3027 Instruction Manual Table of content 1. GENERAL SAFETY RULES... 3 2. GENERAL DESCRIPTION... 4 3. REGULATOR MOUNTING AND CONNECTION... 4 4. DESCRIPTION

More information

Intelligent Controller. Sigma Control 2

Intelligent Controller. Sigma Control 2 Intelligent Controller Sigma Control 2 Sigma Control 2 The next dimension of compressed air control Kaeser Compressors has revolutionized compressed air controls with the Sigma Control 2. With integration

More information

Recorders for all applications

Recorders for all applications Recorders for all applications Within the COMMANDER family are specifically-designed control solution variants for industries such as water and waste water, food, chemical & pharmaceutical and heat treatment.

More information

Preliminary Design Report A Wireless ECU Monitoring System Team WEMS 27 January 2009

Preliminary Design Report A Wireless ECU Monitoring System Team WEMS 27 January 2009 EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report A Wireless ECU Monitoring System 27 January 2009 Abstract The Wireless ECU Monitoring System (WEMS) will provide a wireless

More information

Models DMX12DIM ELV Installation and Operations Manual

Models DMX12DIM ELV Installation and Operations Manual Models DMX12DIM ELV Installation and Operations Manual Doug Fleenor Design, Inc. 396 Corbett Canyon Road Arroyo Grande, CA 93420 (805) 481-9599 Voice and FAX Manual revision September 29, 2015 Page 1 of

More information

TRITIUM COLLECTION SYSTEMS

TRITIUM COLLECTION SYSTEMS F&J SPECIALTY PRODUCTS, INC. The Nucleus of Quality Air Monitoring Programs TRITIUM COLLECTION SYSTEMS 100 120 VAC KH3-200 MRB200H3 MRB200H3-60ML MRB500H3 TCS-3000-BL TCS-5000-BLDC Rev: 13 June 2018 Tel:

More information

SPOS (Station Point of Sale) 200. SFTP (Station Fare Transaction Processor) 35. CQD (Card Query Device) 35. HCR (Handheld Card Reader) Cradles 120

SPOS (Station Point of Sale) 200. SFTP (Station Fare Transaction Processor) 35. CQD (Card Query Device) 35. HCR (Handheld Card Reader) Cradles 120 DESIGN GUIDELINES PRESTO INSTALLATION & CONNECTIVITY PAGE 1 of 4 ELECTRICAL CONNECTIVITY AND WIRING Communications Conduits Conduits designated for Presto equipment data wiring shall be clearly identified

More information

Explosion-Proof Gauge Pressure Transmitter

Explosion-Proof Gauge Pressure Transmitter Technology Solutions T EK-B AR 3120A Explosion-Proof Gauge Pressure Transmitter PRESSURE www.tek-trol.com Flow Level Temperature Pressure Valves Analyzers Accessories TekValSys Introduction The Tek-Bar

More information

Part Numbers SNAP-UP1-M64

Part Numbers SNAP-UP1-M64 Features Programmable I/O and communications processor I10/100 Mbps Ethernet, automatic speed negotiation RS-232 serial port for optional modem connection using PPP Simultaneous communication using Modbus/TCP,

More information

Assembled. HTE Auditing Services. Programming Support. Joint Engineering. Custom Fabrication of Hydraulic Power Units & Lubrication Systems

Assembled. HTE Auditing Services. Programming Support. Joint Engineering. Custom Fabrication of Hydraulic Power Units & Lubrication Systems Industrial Motion & Control Customer Compressed Air Assembled Group HTE Auditing Services Programming Support Joint Engineering Custom Fabrication of Hydraulic Power Units & Lubrication Systems Machine

More information

Instruction Manual CTC-1

Instruction Manual CTC-1 Troubleshooting & Specs CTC-1 Amps / Volts requirements Min / Max operating temperature Min / Max operating Humidity Temperature Measurement range Temperature Accuracy CO2 sensor type CO2 Measurement range

More information

Installation and Operating Instructions for Air-Bubbler Differential Pressure Aquagauge Tank Level Telemetry System.

Installation and Operating Instructions for Air-Bubbler Differential Pressure Aquagauge Tank Level Telemetry System. Installation and Operating Instructions for Air-Bubbler Differential Pressure Aquagauge Tank Level Telemetry System. Liquid depth is measured using a pressure sensor at the top of a column of air extending

More information

Mass Flow Meters & Controllers

Mass Flow Meters & Controllers Mass Flow Meters & Controllers HFM-D-3A/B HFC-D-3A/B 3A/B Mass Flow Meter 3A/B Mass Flow Controller HFM-D-305A/B HFC-D-307A/B 305A/B Mass Flow Meter 307A/B Mass Flow Controller FEATURES 3/3 Range 0-25

More information

RENNERtronic Plus. higher-level controls. Made in Germany. RENNER compressor controllers. Efficient and reliable. Base load alternation switch K4 K4

RENNERtronic Plus. higher-level controls. Made in Germany. RENNER compressor controllers. Efficient and reliable. Base load alternation switch K4 K4 RENNER compressor controllers RENNERtronic and higher-level controls Made in Germany Efficient and reliable K1 K3 RENNERtronic RENNERtronic Plus Base load alternation switch Integrated controller RENNER

More information

Multiphase Flowmeter FlowSys TopFlow Multiphase Meter Operations Manual

Multiphase Flowmeter FlowSys TopFlow Multiphase Meter Operations Manual Issue/Rev. 0.1 (5/05) Multiphase Flowmeter FlowSys TopFlow Multiphase Meter Operations Manual Bulletin MNMP003 Contents Section 1 Introduction... Page 3 Section 2 TopFlow MultiPhase Meter... Page 4 Sensor

More information

SonoSelect 10 and SonoSafe 10 energy meters

SonoSelect 10 and SonoSafe 10 energy meters SonoSelect 10 and SonoSafe 10 energy meters Description The Danfoss SonoSelect 10 and SonoSafe 10 are ultrasonic compact energy meters intended for measuring energy consumption in heating applications

More information

A Guide to the Automation Body of Knowledge

A Guide to the Automation Body of Knowledge A Guide to the Automation Body of Knowledge 2nd Edition Vernon L. Trevathan, Editor Table of Contents Preface, xv Basic Continuous Control, 1 1 Process Instrumentation, 3 1.1 Introduction, 3 1.2 Pressure,

More information

SCADA Solutions for Water and Wastewater Treatment Plants

SCADA Solutions for Water and Wastewater Treatment Plants SCADA Solutions for Water and Wastewater Treatment Plants Features Centralized control Increased reliability Improved management of treatment processes Reduced costs Preserved equipment investments Flexible

More information