![YSI SonTek ADVField Technical Documentation Manual Download Page 106](http://html.mh-extra.com/html/ysi/sontek-advfield/sontek-advfield_technical-documentation-manual_915334106.webp)
SonTek/YSI
94
ADVField Operation Manual (September 1, 2001)
Table 22. Data Outputs Based on Installed Sensors
Col. No Sensors
Compass
Temperature
and/or
Pressure
Compass and
Temperature
and/or Pressure
External
Sensor
External
Pressure
Sensor
CTD
1
Sample No. Sample No.
Sample No.
Sample No.
Sample No.
Sample No.
Sample No.
2
Vx or Veast Vx or Veast
Vx or Veast
Vx or Veast
Vx or Veast
Vx or Veast
Vx or Veast
3
Vy or Vnorth Vy or Vnorth Vy or Vnorth
Vy or Vnorth
Vy or Vnorth Vy or Vnorth
Vy or Vnorth
4
Vz or Vup
Vz or Vup
Vz or Vup
Vz or Vup
Vz or Vup
Vz or Vup
Vz or Vup
5
Amplitude 1 Amplitude 1
Amplitude 1
Amplitude 1
Amplitude 1 Amplitude 1
Amplitude 1
6
Amplitude 2 Amplitude 2
Amplitude 2
Amplitude 2
Amplitude 2 Amplitude 2
Amplitude 2
7
Amplitude 3 Amplitude 3
Amplitude 3
Amplitude 3
Amplitude 3 Amplitude 3
Amplitude 3
8 Correlation 1 Correlation 1 Correlation 1
Correlation 1
Correlation 1 Correlation 1
Correlation 1
9 Correlation 2 Correlation 2 Correlation 2
Correlation 2
Correlation 2 Correlation 2
Correlation 2
10 Correlation 3 Correlation 3 Correlation 3
Correlation 3
Correlation 3 Correlation 3
Correlation 3
11
Heading
Temperature
Heading
Ext. Sensor 1 Ext. Pressure
CTD Temp.
12
Pitch
Pressure
Pitch
Ext. Sensor 2
CTD Cond.
13
Roll
Roll
CTD Press.
14
Temperature
CTD Sal.
15
Pressure
A1.2. Real-Time Output Data – Binary Format (to Serial Port)
If
OutFormat
=
BINARY
, the ADV sends a block of data to the serial port after each velocity sam-
ple. The size of the binary-format data block varies depending on which optional sensors (com-
pass/tilt, temperature, pressure) are installed. Section A1.2.1 describes the data block formats.
A1.2.1 Block
Structures
This section defines the format of each type of binary data block structure in the “C” program-
ming language. There are four possible types of output blocks.
•
ADV data with no optional sensors installed.
•
ADV data with the optional compass/tilt sensor installed.
•
ADV data with the optional temperature and/or pressure sensors installed.
•
ADV data with the optional compass/tilt sensor and with the optional temperature and/or
pressure sensors installed.
Notice that each of the following structures uses a checksum to ensure accurate data transmis-
sion. See §A1.2.2 for details on computing the checksum.
ADV data with no optional sensors installed
The structure
ADVNoSensors
(below) is used when no optional sensors are installed (18 bytes).
typedef struct {
unsigned char Id;
/* Data record ID, 0x81
*/
unsigned char Nbytes;
/* Number of bytes in record = 18 */
unsigned int
SampleNum; /* From start of data collection
*/
int
XYZVel[3]; /* x/y/z vel in 0.1 mm/s
*/
unsigned char Amp[3];
/* Amplitude 1, 2, 3
*/
unsigned char Cm[3];
/* Correlation 1, 2, 3
*/
unsigned int
ChkSum;
/* 2 byte checksum of preceding 16 bytes */
} ADVNoSensors;
Summary of Contents for SonTek ADVField
Page 2: ......
Page 8: ...SonTek YSI iv ADVField Hydra Operation Manual September 1 2001 NOTES ...
Page 12: ......
Page 32: ...SonTek YSI 20 ADVField Operation Manual September 1 2001 ...
Page 102: ...SonTek YSI 90 ADVField Operation Manual September 1 2001 ...
Page 104: ...SonTek YSI 92 ADVField Operation Manual September 1 2001 ...
Page 118: ...SonTek YSI 106 ADVField Operation Manual September 1 2001 ...
Page 122: ...SonTek YSI 110 ADVField Operation Manual September 1 2001 ...
Page 126: ...SonTek YSI 2 ADVField Operation Manual September 1 2001 ...
Page 132: ...SonTek YSI vi ADVField Software Manual September 1 2001 NOTES ...
Page 136: ...SonTek YSI ADVField Software Manual September 1 2001 4 ...
Page 152: ...SonTek YSI ADVField Software Manual September 1 2001 20 ...
Page 160: ...SonTek YSI ADVField Software Manual September 1 2001 28 ...
Page 162: ...SonTek YSI ADVField Software Manual September 1 2001 30 ...
Page 164: ...SonTek YSI ADVField Software Manual September 1 2001 32 ...
Page 168: ...SonTek YSI ADVField Software Manual September 1 2001 36 ...
Page 174: ...SonTek YSI ADVField Software Manual September 1 2001 42 ...
Page 182: ...SonTek YSI ADVField Software Manual September 1 2001 50 ...
Page 184: ...SonTek YSI ADVField Software Manual September 1 2001 52 Figure 15 ViewHydra Screen Shot ...
Page 196: ...SonTek YSI ADVField Software Manual September 1 2001 64 ...
Page 198: ...SonTek YSI ADVField Software Manual September 1 2001 66 ...
Page 202: ......
Page 206: ......
Page 220: ...SonTek YSI Acoustic Doppler Velocimeter Principles of Operation September 1 2001 14 ...