An data line output from the UPOD has 35 comma delimited values.
UPODA1,2013.6.20,12:40:18,1371732018,502,408,381,0,0,0,0,0,0,0,0,-99.50,-99.50,27.90,83337.00,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00
The values are identified as the following:
- UPOD model #
- Date YY.MM.DD
- Time HH:MM:SS
- Unix Time
- Baseline Mocon PID TVOC 10bit value
- S100 CO2 sensor 10bit value
- Atmega 10bit analog channel ‘A0′
- Figaro MOx sensor #1
- Figaro MOx sensor #2
- e2v MOx Ozone sensor
- e2v MOx NO2 sensor
- e2v MOx sensor #1
- e2v MOx sensor #2
- e2v MOx sensor #3
- e2v MOx sensor #4
- RHT03 Temperature
- RHT03 Relative Humidity
- BMP085 Temperature
- BMP085 Barometric Pressure
- GPS latitude coordinate
- GPS latitude North/South
- GPS longitude coordinate
|
- GPS longitude East/West
- Auxiliary 10bit ADC channel #1
- Auxiliary 10bit ADC channel #2
- Auxiliary 10bit ADC channel #3
- Auxiliary 10bit ADC channel #4
- Auxiliary 10bit ADC channel #5
- Auxiliary 10bit ADC channel #6
- Auxiliary 10bit ADC channel #7
- Auxiliary 10bit ADC channel #8
- On-board 18bit ADC channel #1
- On-board 18bit ADC channel #2
- On-board 18bit ADC channel #3
- On-board 18bit ADC channel #4
- QuadStat 18bit Auxiliary Electrode #1
- QuadStat 18bit Main Electrode #1
- QuadStat 18bit Auxiliary Electrode #2
- QuadStat 18bit Main Electrode #2
- QuadStat 18bit Auxiliary Electrode #3
- QuadStat 18bit Main Electrode #3
- QuadStat 18bit Auxiliary Electrode #4
- QuadStat 18bit Main Electrode #4
|
NOTES
if ‘AUX_10bit’, ‘ON_BOARD’ or ‘ALPHA_ARRAY’ are disabled in the firmware, ‘-999′ will be written in their place
All 10 bit values are integers between 0-1023 with a 5V reference. The measured analog voltage can be calculated as: Voltage=Value*(5/1023)
All 18bit differential values are in micro-volts. See the mcp3424 datasheet for information on voltage range and precision.
GPS coordinates are in NMEA-GLL format, thus of the form DDMM.MM == ‘DD’ degrees and ‘MM.MM’ minutes
GPS ‘N/S’ and ‘E/W’ tags (column 21 and 23) are translated to ’1/-1′ respectively
|
The UPOD will log raw data from whichever sensors are populated on the UPOD. Converting these data into concentrations can be a challenging task and depends very much on application. Please contact us if you would like information regarding methods for interpreting sensor outputs for the sensors used on the UPOD. Good publications also exist which discuss methods for post-processing data for various sensor types.
|
|