15.12 SIM Status Data Format
// *** BEGIN PACKET: SIM STATUS DATA FORMAT 0 ***
// SIM Status data reports misc info from the SIM box. This data is
// useful for troubleshooting. Data is sent to gui baseport+2.
//
// Each section name consists of 4 characters. The fourth character
// indicates the number of 32-bit words following each section name.
// The forth character can be 1-9, A-Z; allowing up to 35 32-bit words.
// The number of words in each section may change at a later date. Be
// sure your program can parse the number of words.
// The order of the sections is not fixed.
u32 PacketName; // 'STS0'
u32 PacketSize; // [bytes] size of this entire packet
u32 DataStreamID; // reserved for future use
// section SER3: serial number
u32 SER3_SectionName; // 'SER3'
u32 serial_number[3]; // example "100117", unused chars are nulls
// section PRT3: part number
u32 PRT3_SectionName; // 'PRT3'
u32 part_number[3]; // example "15000002", unused chars are nulls
// section MDL3: model number
u32 MDL3_SectionName; // 'MDL3'
u32 model_number[3]; // example "2024", unused chars are nulls
// section FWV6: firmware version
u32 FWV6_SectionName; // 'FWV6'
u32 version[6]; // example "15-Dec-2011-14:00:42", unused chars are nulls
// section LED1: SIM front panel LED status
u32 LED1_SectionName; // 'LED1'
u32 led_status; // [00=off 01=undef 10=bad 11=good] flags for status LEDs
// gps[1:0]
// motion[3:2]
// heading[5:4], not implemented
// svp[7:6]
// alt-gps[9:8], not implemented
// alt-motion[11:10], not implemented
// alt-heading[13:12], not implemented
// alt-svp[15:14], not implemented
Page 190 of 210
Version 5.0 Rev r002
Date 05-08-2014
Part No. 96000001