1 carblogger digital diagnostic data system matthew vona & matthew quok air monitoring technical...

15
1 Carblogger Digital Diagnostic Data Carblogger Digital Diagnostic Data System System Matthew Vona & Matthew Matthew Vona & Matthew Quok Quok Air Monitoring Technical Advisory Committee Air Monitoring Technical Advisory Committee 2011 2011 California Air Resources Board AMTAC 2011

Upload: duane-sherman

Post on 19-Jan-2018

214 views

Category:

Documents


0 download

DESCRIPTION

3 Background ARB operates over 40 air monitoring stationsARB operates over 40 air monitoring stations We are currently collecting hourly data.We are currently collecting hourly data. We manually populate check sheets once per week to note the operating conditions of each instrument.We manually populate check sheets once per week to note the operating conditions of each instrument. CARBLogger is now installed and running at eleven of these field monitoring stations.CARBLogger is now installed and running at eleven of these field monitoring stations. California Air Resources Board AMTAC 2011

TRANSCRIPT

Page 1: 1 Carblogger Digital Diagnostic Data System Matthew Vona & Matthew Quok Air Monitoring Technical Advisory…

1

Carblogger Digital Diagnostic Data SystemCarblogger Digital Diagnostic Data System

Matthew Vona & Matthew QuokMatthew Vona & Matthew QuokAir Monitoring Technical Advisory CommitteeAir Monitoring Technical Advisory Committee

20112011

California Air Resources BoardAMTAC 2011

Page 2: 1 Carblogger Digital Diagnostic Data System Matthew Vona & Matthew Quok Air Monitoring Technical Advisory…

2California Air Resources BoardAMTAC 2011

•BackgroundBackground•What is Open Source?What is Open Source?•What is CARBLogger?What is CARBLogger?•Current FeaturesCurrent Features•CARBLogger DemonstrationCARBLogger Demonstration•Current Example DriversCurrent Example Drivers•Example Data RecordExample Data Record•CARBLogger ExtensionsCARBLogger Extensions•Lessons LearnedLessons Learned•Closing RemarksClosing Remarks•Contacts & ResourcesContacts & Resources•Questions and AnswersQuestions and Answers

AgendaAgenda

Page 3: 1 Carblogger Digital Diagnostic Data System Matthew Vona & Matthew Quok Air Monitoring Technical Advisory…

3

BackgroundBackground

• ARB operates over 40 air monitoring ARB operates over 40 air monitoring stationsstations

• We are currently collecting hourly data.We are currently collecting hourly data.• We manually populate check sheets once We manually populate check sheets once

per week to note the operating conditions per week to note the operating conditions of each instrument.of each instrument.

• CARBLogger is now installed and running CARBLogger is now installed and running at eleven of these field monitoring stations.at eleven of these field monitoring stations.

California Air Resources BoardAMTAC 2011

Page 4: 1 Carblogger Digital Diagnostic Data System Matthew Vona & Matthew Quok Air Monitoring Technical Advisory…

4California Air Resources BoardAMTAC 2011

What is Open SourceWhat is Open Source

Page 5: 1 Carblogger Digital Diagnostic Data System Matthew Vona & Matthew Quok Air Monitoring Technical Advisory…

5

What is CARBLoggerWhat is CARBLogger

• A collection of shell scripts comprisingA collection of shell scripts comprising– A User InterfaceA User Interface– A Driver For Each InstrumentA Driver For Each Instrument– Plain Text Data RecordsPlain Text Data Records– Various Reporting SystemsVarious Reporting Systems

California Air Resources BoardAMTAC 2011

Page 6: 1 Carblogger Digital Diagnostic Data System Matthew Vona & Matthew Quok Air Monitoring Technical Advisory…

6

Current FeaturesCurrent Features

• Diagnostic Data Reporting via EmailDiagnostic Data Reporting via Email• All Data, Unprocessed in Plain Text.All Data, Unprocessed in Plain Text.• A “Virtual Terminal”A “Virtual Terminal”• An Ingest Mechanism and MySQL An Ingest Mechanism and MySQL

DatabaseDatabase• Can Use Wireless, Wired, or ModemCan Use Wireless, Wired, or Modem

California Air Resources BoardAMTAC 2011

Page 7: 1 Carblogger Digital Diagnostic Data System Matthew Vona & Matthew Quok Air Monitoring Technical Advisory…

7

CARBLogger DemonstrationCARBLogger Demonstration• Adding an instrumentAdding an instrument

California Air Resources BoardAMTAC 2011

Page 8: 1 Carblogger Digital Diagnostic Data System Matthew Vona & Matthew Quok Air Monitoring Technical Advisory…

8

Example Data RecordExample Data Record• API_CO::08-21-2010_00:00:::T API_CO::08-21-2010_00:00:::T

233:00:01 0300 CO=0.124 PPM233:00:01 0300 CO=0.124 PPM• API_O3::08-21-2010_00:00:::T API_O3::08-21-2010_00:00:::T

232:23:56 0000 RANGE=500 PPB232:23:56 0000 RANGE=500 PPB• API_O3::08-21-2010_00:00:::T API_O3::08-21-2010_00:00:::T

232:23:56 0000 O3 MEAS=3042.4 MV232:23:56 0000 O3 MEAS=3042.4 MV

California Air Resources BoardAMTAC 2011

Page 9: 1 Carblogger Digital Diagnostic Data System Matthew Vona & Matthew Quok Air Monitoring Technical Advisory…

9

Current Current ExampleExample Drivers Drivers• API 200, API 200A, API 200E, API API 200, API 200A, API 200E, API

200EU, API 300EU, API 400, API 200EU, API 300EU, API 400, API 400A, API 400E, BAM AUTOMET, 400A, API 400E, BAM AUTOMET, BAM1020, BAM1020 COARSE, TECO BAM1020, BAM1020 COARSE, TECO 42iY, TECO 43ITLE, TECO 5020iSO4, 42iY, TECO 43ITLE, TECO 5020iSO4, MageeScientific Aetholometer, RM MageeScientific Aetholometer, RM Young 3D Ultrasonic Anemometer, Young 3D Ultrasonic Anemometer, and the Environics 9100 calibrator.and the Environics 9100 calibrator.

California Air Resources BoardAMTAC 2011

Page 10: 1 Carblogger Digital Diagnostic Data System Matthew Vona & Matthew Quok Air Monitoring Technical Advisory…

10

CARBLogger Extensions CARBLogger Extensions

California Air Resources BoardAMTAC 2011

Page 11: 1 Carblogger Digital Diagnostic Data System Matthew Vona & Matthew Quok Air Monitoring Technical Advisory…

11

Lessons LearnedLessons LearnedThe GoodThe Good The BadThe BadAnyone can modify CARBLogger.Anyone can modify CARBLogger. Anyone can modify CARBLogger.Anyone can modify CARBLogger.

We can extend the functionality to We can extend the functionality to meet almost any purpose.meet almost any purpose.

This takes a lot of time and can This takes a lot of time and can introduce bugs.introduce bugs.

Any user can update the operating Any user can update the operating system.system.

Any user can update the operating Any user can update the operating system!system!

We store the source code on We store the source code on SourceForge. This allows point SourceForge. This allows point and click script installation, and click script installation, review, and change management.review, and change management.

Our change control software can Our change control software can be buggy for the developers.be buggy for the developers.

Hardware requirements are Hardware requirements are relatively low.relatively low.

You could end up repurposing You could end up repurposing older PC’s which should be older PC’s which should be replaced.replaced.

California Air Resources BoardAMTAC 2011

Page 12: 1 Carblogger Digital Diagnostic Data System Matthew Vona & Matthew Quok Air Monitoring Technical Advisory…

12

Closing RemarksClosing Remarks• Increased access to remote locationsIncreased access to remote locations

• Decreased maintenance response Decreased maintenance response timestimes

• Increased data qualityIncreased data quality• Flexible data logging and reportingFlexible data logging and reporting

• Future plansFuture plans

California Air Resources BoardAMTAC 2011

Page 13: 1 Carblogger Digital Diagnostic Data System Matthew Vona & Matthew Quok Air Monitoring Technical Advisory…

13

Contacts/ResourcesContacts/Resources• LIST OF DESIGNATED REFERENCE AND EQUIVALENT

METHODShttp://www.epa.gov/ttnamti1/files/ambient/criteria/reference-equivalent-methods-list.pdf

• CARBLOGGER WIKI CARBLOGGER WIKI http://sourceforge.net/apps/mediawiki/carblogger/index.phphttp://sourceforge.net/apps/mediawiki/carblogger/index.php?title=Main_Page?title=Main_Page

Matt VonaMatt Vona(916) 323-9688 (916) 323-9688 [email protected]@arb.ca.gov

Matt QuokMatt Quok(916) 445-2555 (916) 445-2555 [email protected]@arb.ca.gov

Glen JenningsGlen Jennings(916) 324-9748 (916) 324-9748 [email protected]@arb.ca.govv

California Air Resources BoardAMTAC 2011

Page 14: 1 Carblogger Digital Diagnostic Data System Matthew Vona & Matthew Quok Air Monitoring Technical Advisory…

14

Questions & AnswersQuestions & Answers

California Air Resources BoardAMTAC 2011

Page 15: 1 Carblogger Digital Diagnostic Data System Matthew Vona & Matthew Quok Air Monitoring Technical Advisory…

15

Thank YouThank You

California Air Resources BoardAMTAC 2011