GLAST/LAT > DAQ and FSW > FSW > Index by Name within Package

RedLimAlrt (851/0x353) - Telemetry Packet


"Red Limit Alert Packet" (APP/LHK)

View Options: (help)

Context:

Description:

    This packet reports alert data related to an ADC limit threshold violation.

Layout:  (hide detail; help)

Red Limit Alert Packet (RedLimAlrt)
Telemetry Packet Format
0x 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
000 Version=0 T=0 SH APID=0x353
002 SF Sequence Count
004 Packet Length=15
006 Timestamp
00E RLDEV dev
010 RLADC adc
012 RLCNT cnt
014 RLLIM lim

    typedef struct _LHK_RedLimAlrt_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* Red Limit Device Opcode */
        unsigned short       dev;
    
        /* Red Limit ADC Number */
        unsigned short       adc;
    
        /* Red Limit ADC Counts */
        unsigned short       cnt;
    
        /* Red Limit Threshold */
        unsigned short       lim;
    
    } LHK_RedLimAlrt_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "Red Limit ADC Number"

      Instance(s):  adc

      ACD number that exceeded its red limit.

      Attribute(s):  

      Brief:  "Red Limit ADC Counts"

      Instance(s):  cnt

      This field is used to report the raw ADC count value that exceeded the specified red limit.

      Brief:  "Red Limit Device Opcode"

      Instance(s):  dev

      Opcode specifying the device that exceeded a red limit.

      Attribute(s):  

      Brief:  "Red Limit Threshold"

      Instance(s):  lim

      This field reports the limit threshold that was used to evaluate the exceeded ADC value.