// pps[17:16]
// sync in[19:18]
// sync out[21:20]
// head on[23:22]
// reserved[31:24
]
// section SEN7: RS232 sensor values
u32 SEN7_SectonName; // 'SEN7'
u32 gps.time.sec; // [seconds] unix time
u32 gps.time.nsec; // [seconds = gps.time.nsec/(2^32)] unix time
f32 mru.pitch; // [radians] mru pitch value
f32 mru.roll; // [radians] mru roll value
f32 mru.heave; // [meters] mru heave
f32 0.0; // heading (not implemented)
f32 svp.velocity; // [m/s] sound velocity
// section ADC2: a/d converter
u32 ADC2_SectonName; // 'ADC2'
f32 adc.chan0; // [volts] 48VDC power supply voltage
f32 adc.chan1; // [amperes] 48V current to head
// section ETH6: ethernet registers
u32 ETH6_SectonName; // 'ETH6'
u32 ethernet.speed; // [megabits/sec] link speed
u32 erxpackets; // [counts] ethernet receive packets
u32 etxpackets; // [counts] ethernet transmit packets
u32 erxoverflows; // [counts] ethernet receive buffer overflows
u8 mac.addr[8] // mac address, use last 6 bytes, first 2 bytes are not used
// *** END PACKET: SIM STATUS DATA FORMAT 0 ***
Page 191 of 210
Version 5.0 Rev r002
Date 05-08-2014