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

LimitAlert (852/0x354) - Telemetry Packet


"ADC outside limits alert packet" (APP/LIH)

View Options: (help)

Context:

Description:

    ADC outside limits alert packet

Layout:  (hide detail; help)

ADC outside limits alert packet (LimitAlert)
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=0x354
002 SF Sequence Count
004 Packet Length=61
006 Timestamp
00E ushort pad0
010 uint adx
014 ushort value
016 uchar prv uchar cur
018 ushort limit[0-5]
024 schar name[0-31]

    typedef struct _LIH_LimitAlert_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* Unsigned short */
        unsigned short       pad0;
    
        /* Unsigned int */
        unsigned int         adx;
    
        /* Unsigned short */
        unsigned short       value;
    
        /* Unsigned char */
        unsigned char        prv;
    
        /* Unsigned char */
        unsigned char        cur;
    
        /* Unsigned short */
        unsigned short       limit[6];
    
        /* Signed char */
        char                 name[32];
    
    } LIH_LimitAlert_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "Signed char"

      Instance(s):  name

      Signed char

      Attribute(s):  

      Brief:  "Unsigned char"

      Instance(s):  cur, prv

      Unsigned char

      Attribute(s):  

      Brief:  "Unsigned int"

      Instance(s):  adx

      Unsigned int

      Attribute(s):  

      Brief:  "Unsigned short"

      Instance(s):  limit, pad0, value

      Unsigned short