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

ASCEPU0 (986/0x3DA) - Telemetry Packet


"ASC stats from ACD/GEM processed on EPU0" (PHY/EMP)

View Options: (help)

Context:

Description:

    ASC Counters includes CNO statistics (from GEM) and discriminator histogram block from ACD

Layout:  (hide detail; help)

ASC stats from ACD/GEM processed on EPU0 (ASCEPU0)
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=0x3DA
002 SF Sequence Count
004 Packet Length=9
006 Timestamp
00E PADCOUNT padCount

    ASCEPU0 (pkt)
    |  PADCOUNT padCount (fld)
    
    typedef struct _EMP_ASCEPU0_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* Pad byte count after packet */
        short                padCount;
    
    } EMP_ASCEPU0_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "Pad byte count after packet"

      Instance(s):  padCount

      For proper transfer over SSR, packets must be rounded up to multiple of 16 bytes. This is the number of bytes added after payload to do this alignment.