Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel3


Analytical Gas Monitoring System

...

User Guide Information

Author(s):

Chris Bennight

Revision:

D. Houpt

Editor(s):

L. Peters

Manager Approval (Name, Title, Date):

D.J. Houpt

Audience:

Scientists, Laboratory Technicians

Origination date:

8/10/2010

Current version:

V371T

July 2017

Revised:

July 2017

Domain:

Chemistry

User Guide Contents

...

Topic

...

...

Introduction

...

Quick Start

...

Hardware

...

Software

...

Data Reporting Services

Introduction

The analytical gas monitoring system is a collection of hardware, software, and infrastructure designed to record, report, and alert interested parties in the current and historical status of various analytical gases. The monitoring system currently comprises

...

2 primary parts:

  • Hardware
  • Data

...

Quick Start

Load the web page: {*}{_}http://web.ship.iodp.tamu.edu/tasapps/gasstatus_* on any computer on the ship to view the current status of gas supply (Figure 1).

...

  • logging and reporting software

Hardware

This system is comprised of

Hardware

...

four pieces of hardware purchased from

...

National Instruments (

...

...

...

ni.com/en-us.html).

Part Number

Description

Quantity

...

NI-

...

9237/779521-

...

01

4-channel C series strain/bridge input module (RJ50 connectors)

1

...

cDaq-

...

9181/781496-

...

Isolated signal conditioning module, strain, 10 VDC, 2 mV/V

011-Slot, ethernet CompactDAQ chassis1

...

FSH00827

Female port pressure sensor (PFP350 Series) 0-3000psi

3

FSH01785

Thirty foot cable with LEMO connector.

3

...

cDaq-

...

The data acquisition system is an input-conditioned intrinsically safe Ethernet-based data logger (Figure 2) and data acquisition board (Figure 3). It has 8 input channels, of which we currently use 3 (Figure 4). The device collects data from the module installed in each of these inputs and sends it over an Ethernet network to client software (either WinDaq or client software written using the DataQ SDK).
The device is currently installed in the lower pallet stores, against the back wall (Figure 5).
The Mac address is 00:29:4A:C4:59:E8 (Figure 6). It connects via Ethernet to port 39 in the pallet stores (Figure 7).
Image Removed
Figure 2. Data logger.
Image Removed
Figure 3. Data acquisition board.
Image Removed
Figure 4. Three acquisition channels in use.
Image Removed
Figure 5. Data acquisition device installed against the back wall in pallet stores.
Image Removed
Figure 6. Data acquisition device labeling.
Image Removed
Figure 7. Ethernet connection to acquisition device.

8B38 Isolated signal conditioning module

Three of these signal conditioning modules are currently installed in the data logger (Figure 8). They provide electrical isolation and signal conditioning necessary to convert the output of the pressure sensors to a 0–5 V final output range.
One of these units is required for each sensor connected to the data logger, up to a maximum of 8.

...

9181/781496-01

The cDaq 9181 is a chassis used for housing NI C series I/O modules. The chassis controls the timing, synchronization, and data transfer between the module and an external host.

Image Added

NI-9237/779521-01

 The NI-9237 includes all signal conditioning required to power and measure up to four bridge-based sensors simultaneously.

Currently, channel 0 is used to monitor the helium pressure and channel 1 is used to monitor the argon pressure.

Image Added

FSH00827 0–3000 psi Futek pressure sensor

The pressure sensor measures pressure in the 0–3000 psi range

...

. It is supplied an excitation of 10 V and has an LEMO connector. Connector pin out is listed on the side of the sensor, with an output positive and negative and excitation positive and negative.

Three of these sensors are currently installed

...

. These require no maintenance or special considerations, other than taking care not to physically crush them when working near them.


Image Modified

...

0–3000 psi pressure sensor.

30 foot LEMO cables

These 30 foot braided steel shielded cables have a LEMO connector on one end to plug directly into the sensor and 4 bare wire terminals on the other end to connect to the data logger

...

.

Software

Data

...

The data logging portion of this system is composed of two parts:

  • WinDaq to communicate with the actual logger and perform the data translation
  • GasMonitor, in-house .NET software that communicates with WinDaq to collect sensor data and then with Web services to store the data in a database

Data Logging Services

The DataQ Instrument Hardware Manager searches the network for available data loggers. If none are detected, verify that the DI-718 logger has power and is connected to the Ethernet. If the status light near the ethernet port is red (Figure 7), power cycle the device (unplug/plug in power). The data logger can only be attached to one instance of the DataQ hardware manager/WinDaq at a time, so typically one computer is designated as the data collection box.
To start software monitoring of gas pressure, follow these steps:

  1. Start DataQ Instrument Hardware Manager.
  2. Once a logger has been detected (Figure 11), select the Start WinDaq button.
  3. WinDaq can be run in default mode (Figure 12).
  4. An ISO of the WinDaq CD is located on the ship developer box under /Volumes/Ozymandias/ConfigurationManagement/software/WinDaq/windaq_april_15_2010.iso
  5. Close the DataQ Instrument Hardware Manager screen.
  6. Once WinDaq is communicating with the data logger, start the Gas Data Collector software (Figure 13) ({*}{_}http://web.ship.iodp.tamu.edu/tasapps/gasmonitor_*).
  7. This requires the .NET 3.5 run time and WinDaq to be installed. Source code is located at {*}{_}https://shiptest.ship.iodp.tamu.edu/svn/jr/NET/GasMonitorUploader_*)
  8. Press Start, then minimize the application and leave running in the background.

...

Database/Webservices

The data back end consists 2 parts:

  • A database table: LIMS.MONITOR (see below)
  • A set of Web services: resteasy-monitor

...

Column Name

...

Data Type

...

Nullable

...

MONITOR_ID

...

NUMBER

...

No

...

TIMELOGGED

...

TIMESTAMP(6)

...

Yes

...

EXPEDITION

...

VARCHAR2(20 BYTE)

...

Yes

...

DATA_GROUP

...

VARCHAR2(100 BYTE)

...

Yes

...

DATA_DURATION

...

VARCHAR2(100 BYTE)

...

Yes

...

DATA_INSTRUMENT

...

VARCHAR2(100 BYTE)

...

Yes

...

DATA_SENSOR

...

VARCHAR2(100 BYTE)

...

Yes

...

DATA_LOCATION

...

VARCHAR2(100 BYTE)

...

Yes

...

DATA_COMMENTS

...

VARCHAR2(4000 BYTE)

...

Yes

...

DATA_NAME

...

VARCHAR2(50 BYTE)

...

Yes

...

DATA_VALUE

...

VARCHAR2(50 BYTE)

...

Yes

...

DATA_UNITS

...

VARCHAR2(20 BYTE)

...

Yes

...

DATA_LOGGED_BY

...

VARCHAR2(50 BYTE)

...

Yes

...

is reported through two Labview gas monitoring programs. One master/main gas monitor which can only be used in one location, and a remote gas monitor for use in other locations. The master version communicates with the loggers and collects data; and the remote version receives data shared by the master version.

Main Gas Monitor

The main gas monitor should only be used from one set pc as the remote gas monitor obtains values by looking for shared variables coming from that pc. This is because the cDaq-9181 can only communicate with one pc and must be reserved by a pc in NI MAX. If the main gas monitor is to be used from a different pc, the device needs to be reserved by the new pc and the remote gas monitor will have to be edited to point at the new pc.

To reserve the cDaq-9181 to a new pc:

  • Open NI MAX on the new pc
  • On the left, navigate to My System > Devices and Interfaces > Network Devices
  • Select the NI cDaq-9181 "gasmon"
  • Select Reserve Network Device

Image Added

The main gas monitor can now be run by opening the gasmon_main.vi.

Remote Gas Monitor

Data Reporting Services

GasStatus is the only current data reporting service for the system. Data is reported in one of two ways:

  • Overview/alarm display (Figure 14)
  • Gas details display (Figure 15)

...

This display allows the user to view the actual pressure of

...

the Helium and Argon gasses connected on Upper Tween. Red zones indicate that the gas lines should be switched to a new set of bottles. The stop button stops data updating. The play button in the upper left of the window will start it again.


Image Added


If the main gas monitor has been switched to another pc, it will be necessary to update the remote monitor's labview code to direct it towards the new pc.

  • Open standalone_remote.vi
  • Select Window > Show Block Diagram
  • The outlined fields in the picture below will need to be updated with the name of the new pc.
    • ni.var.psp://PC NAME HERE/gas_monitoring/helium_pressure_shared
    • ni.var.psp://PC NAME HERE/gas_monitoring/argon_pressure_shared

Image Added

Archived Versions

Analytical gas monitoring - 29Sept2022

LMUG-AnalyticalGasMonitoring-230220-1710-106.pdf

...

Gas details view

This view provides a detailed history of each gas bank. The current status is displayed for the selected gas, as well as a visual indicator (gauge). A history displays the history of gas pressures over time. Access the details view by clicking on the desired analytical gas in the top menu. This reporting page can be accessed at [{*}{_}http://web.ship.iodp.tamu.edu/tasapps/gasstatus._*

...