Section 4: Deploying and Operating SBE 19plus V2
66
Uploaded Data (from GetSamples:b,e or DDb,e):
<?xml?>
<datapacket>
<hdr>
<mfg>Sea-Bird</mfg>
<model>19plus</model>
<sn>nnnnnnn</sn>
</hdr>
<data>
<t1>ttt.tttt</t1>
<c1>cc.ccccc</c1>
<p1>pppp.ppp </p1> (if PType=1 or 3)
<v0>v.vvvv</v0> (if Volt0=Y)
<v1>v.vvvv</v1> (if Volt1=Y)
<v2>v.vvvv</v2> (if Volt2=Y)
<v3>v.vvvv</v3> (if Volt3=Y)
<v4>v.vvvv</v4> (if Volt4=Y)
<v5>v.vvvv</v5> (if Volt5=Y)
<ser1>
<type>sbe38 or gtd</type> (indicates type of RS-232 sensor)
<t38>ttt.tttt</t38> (if SBE38=Y)
<p1>ppppppppp</p1> (if GTD=Y or DualGTD=Y)
<t1>tt.ttt</t1> (if GTD=Y or DualGTD=Y)
<p2>ppppppppp</p2> (if DualGTD=Y)
<t2>tt.ttt</t2> (if DualGTD=Y)
<ser1>
<sal>sss.ssss</sal> (if OutputSal=Y)
<sv>vvvv.vvv</sv> (if OutputSV=Y)
<dt>yyyy-mm-ddThh:mm:ss</dt> (if in Moored [MM] mode)
</data>
</datapacket>
where
Serial number = nnnnnnn
Temperature (°C, ITS-90) = ttt.tttt
Conductivity (S/m) = cc.ccccc
Pressure (decibars) = pppp.ppp
External voltage = v.vvvv (for voltage 0, 1, 2, 3, 4, and 5)
SBE 38 temperature (°C, ITS-90) = ttt.tttt
GTD pressure (millibars) = ppppppppp / 100,000 (for GTD #1 and #2)
GTD temperature (°C, ITS-90) = tt.ttt (for GTD #1 and #2)
Salinity (psu) = sss.ssss
Sound velocity (meters/second) = vvvv.vvv
Date, time = year month day T hour:minute:second
(yyyy-mm-ddThh:mm:ss)
Polled Data from SL, SLT, TS, TSS, or TSSOn:
If OutputUCSD=Y and the 19plus V2 is logging (autonomous sampling is in
progress) and in Moored mode, data is followed by:
<dens>ddd.dddd</dens><vb>vv.v</vb><i>ccc.c</i>
where
density sigma-t (kg/m
3
) = ddd.dddd
battery voltage = vv.v
operating current (mA) = ccc.c
The rest of the data stream is as described above for uploaded data.
Example: Profiling mode, with 2 external voltages sampled, example scan =
<?xml?><datapacket><hdr><mfg>Sea-Bird</mfg><model>19plus</model><sn>1906003</sn></hdr><data>
<t1>23.7658</t1><c1>0.00019</c1><p1>0.062</p1><v0>0.0590</v0><v1>0.1089</v1></data></datapacket>CRLF
This data indicates Serial number = 1906003, Temperature (°C, ITS-90) = 23.7658, Conductivity (S/m) = 0.00019,
Pressure (decibars) = 0.062, First external voltage = 0.0590 volts, Second external voltage = 0.1089 volts
Note:
For ease in reading, the data
structure is shown with each XML tag
on a separate line. However, there
are no carriage returns or line feeds
between tags (see example below).
73