![YSI SonTek ADVField Technical Documentation Manual Download Page 107](http://html.mh-extra.com/html/ysi/sontek-advfield/sontek-advfield_technical-documentation-manual_915334107.webp)
SonTek/YSI
ADVField/Hydra Operation Manual (September 1, 2001)
95
ADV data with compass/tilt sensor installed
The structure
ADVCompass
(below) is used when the optional compass/tilt sensor is installed (to-
tal size 24 bytes).
typedef struct {
unsigned char Id;
/* Data record ID, 0x83
*/
unsigned char Nbytes;
/* Number of bytes in record = 24 */
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
*/
int
Heading;
/* in 0.1 deg
*/
int
Pitch;
/* in 0.1 deg
*/
int
Roll;
/* in 0.1 deg
*/
unsigned int
ChkSum;
/* 2 byte checksum of preceding 22 bytes */
} ADVCompass;
ADV data with temperature and/or pressure sensors installed
The structure
ADVTempPres
(below) is used when the optional temperature and/or pressure sen-
sors are installed (total size 22 bytes).
typedef struct {
unsigned char Id;
/* Data record ID, 0x85
*/
unsigned char Nbytes;
/* Number of bytes in record = 22 */
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
*/
int
Temp;
/* in 0.01 deg C
*/
unsigned int
Press;
/* in counts (0-65535)
*/
unsigned int
ChkSum;
/* 2 byte checksum of preceding 20 bytes */
} ADVTempPres;
ADV data with compass/tilt sensor and with temperature and/or pressure sensors installed
The structure
ADVCompassTempPres
(below) is used when the optional compass/tilt sensor, and
the optional temperature and/or pressure sensors are installed (total size 28 bytes).
typedef struct {
unsigned char Id;
/* Data record ID, 0x87
*/
unsigned char Nbytes;
/* Number of bytes in record = 28 */
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
*/
int
Heading;
/* in 0.1 deg
*/
int
Pitch;
/* in 0.1 deg
*/
int
Roll;
/* in 0.1 deg
*/
int
Temp;
/* in 0.01 deg C
*/
unsigned int
Press;
/* in counts (0-65535)
*/
unsigned int
ChkSum;
/* 2 byte checksum of preceding 26 bytes */
} ADVCompassTempPres;
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 ...