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

LimitAdc (710/0x2C6) - Telemetry Packet


"Limits/actions associated with a single ADC" (APP/LIH)

View Options: (help)

Context:

Description:

    Limits/actions associated with a single ADC

Layout:  (hide detail; help)

Limits/actions associated with a single ADC (LimitAdc)
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=0x2C6
002 SF Sequence Count
004 Packet Length=129
006 Timestamp
00E ushort spare0
010 uint adx
014 uint deltaPersist
018 uint deltaSettle
01C uint deltaNag[0-7]
03C ushort limit[0-5]
048 uchar action[0-63]

    LimitAdc (pkt)
    |  ushort spare0 (fld)
    |  uint adx (fld) ... deltaNag[0-7] (fld)
    |  ushort limit[0-5] (fld)
    |  uchar action[0-63] (fld)
    
    typedef struct _LIH_LimitAdc_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* Unsigned short */
        unsigned short       spare0;
    
        /* Unsigned int */
        unsigned int         adx;
    
        /* Unsigned int */
        unsigned int         deltaPersist;
    
        /* Unsigned int */
        unsigned int         deltaSettle;
    
        /* Unsigned int */
        unsigned int         deltaNag[8];
    
        /* Unsigned short */
        unsigned short       limit[6];
    
        /* Unsigned char */
        unsigned char        action[64];
    
    } LIH_LimitAdc_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "Unsigned char"

      Instance(s):  action

      Unsigned char

      Attribute(s):  

      Brief:  "Unsigned int"

      Instance(s):  adx, deltaNag, deltaPersist, deltaSettle

      Unsigned int

      Attribute(s):  

      Brief:  "Unsigned short"

      Instance(s):  limit, spare0

      Unsigned short