Log Based Output - Simrad EY500 Instruction Manual

Portable scientific echo sounder
Table of Contents

Advertisement

2.4 LOG BASED OUTPUT

struct VesselLog {
char Header[2];
char Separator1[1];
char Time[8];
char Separator2[1];
char Date[6];
char Separator3[2];
float Distance;
};
struct LayerSetting {
char Header[2];
char Separator1[1];
char Time[8];
char Separator2[1];
char Date[6];
char Separator3[2];
float Distance;
short SuperLayer;
short Layers;
struct {
short LayerID;
short Type;
float Upper;
float Lower;
float Margin;
long SubLayers;
float Threshold;
} Layer[10];
};
struct TableSA {
char Header[2];
char Separator1[1];
char Time[8];
char Separator2[1];
char Date[6];
char Separator3[2];
float SA[10];
};
P3404E/A
Description of telegrams and remote control
/* vessel log */
/* "VL" */
/* "," */
/* hour, minute, second, hundredth */
/* "," */
/* year, month, day */
/* ", " */
/* vessel log distance [nautical mile] */
/* layer settings */
/* "LL" */
/* "," */
/* hour, minute, second, hundredth */
/* "," */
/* year, month, day */
/* ", " */
/* vessel log distance [nautical mile] */
/* super layer identifier [1-10] */
/* number of active layers */
/* layer identifier [1-10] */
/* 'S' = surface, 'P' = pelagic, 'B' = bottom */
/* upper layer boundary [meter] */
/* lower layer boundary [meter] */
/* margin distance [meter] */
/* always equal to 1 */
/* Sv threshold value [dB] */
/* max 10 layers */
/* Integrator output table */
/* "A1" */
/* "," */
/* hour, minute, second, hundredth */
/* "," */
/* year, month, day */
/* ", " */
/* integrator values for active layer */
17

Advertisement

Table of Contents
loading

Table of Contents