Manual revision 001
Section 4: Deploying and Operating SBE 39
plus
-IM
SBE 39
plus
-IM
64
#iiOutputFormat=2: Converted XML Data
<?xml version="1.0"?>
<datapacket>
<hdr>
<mfg>Sea-Bird</mfg>
<model>SBE39plus-IM</model>
<sn>039xxxxx</sn>
</hdr>
<data>
<t1> tttt.tttt </t1>
<p1>ppppp.ppp </p1>
<smpl>n</smpl>
<navg>n</navg>
<dt>yyyy-mm-ddThh:mm:ss </dt>
</data>
</datapacket>
where
•
039xxxxx = 39
plus
-IM serial number
•
tttt.tttt = temperature; sent if output enabled; °C or °F.
•
ppppp.ppp = pressure; sent if pressure sensor installed and output enabled;
dbar or psi. Number of digits to left of decimal place is dependent on
pressure sensor range.
•
smpl = sample number (number of samples in FLASH memory at the time
the command to take a sample was sent); sent only if
#iiTxSampleNum=Y
and in response to
!iiData
,
Dataii
,
!iiGetReply
,
#
iiGetAvg
, #
iiGetAvgRestart
, or a polled sampling command (but not
sent for
#iiDNx
).
•
navg = number of data samples contained in average; sent only in
response to
!iiData
,
Dataii
,
!iiGetReply
, #
iiGetAvg
, or
#
iiGetAvgRestart
.
•
yyyy-mm-ddThh:mm:ss = year, month, day, hour, minute, second.
Leading zeroes are suppressed, except for one zero to the left of the decimal
point.
Example:
Response to
!iiData
for 39
plus
-IM with
#iiOutputFormat=1
, ID=03, pressure sensor installed,
#iiTxSampleNum=Y
:
<?xml version="1.0"?><datapacket><hdr><mfg>Sea-Bird</mfg>
<model>SBE39plus-IM</model><sn>03907842</sn></hdr><data><t1>24.6671</t1><p1>0.016</p1>
<smpl>92</smpl><navg>35</navg><dt>2016-04-20T14:25:18</dt></data></datapacket> CRLF
(manufacturer, model, serial number, temperature, pressure, sample number, number of samples in average, date and time)