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

EPU0CFG (737/0x2E1) - Telemetry Packet


"LPA EPU0 Configuration Status Packet" (APP/LPA)

View Options: (help)

Context:

Description:

    Contains LPA EPU status information for configuration and execution of physics runs.

Layout:  (hide detail; help)

LPA EPU0 Configuration Status Packet (EPU0CFG)
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=0x2E1
002 SF Sequence Count
004 Packet Length=113
006 Timestamp
00E EVHPOST evh_enab LPAPOST lpa_post
010 RUNID last_run
014 MODEID last_mode
018 STARTSECS last_start
01C DBID last_dbid
020 DBKEY last_dbkey
024 EVHENAB handlers[0-7]
044 CFGID last_cfgid
048 EVHENAB last_assoc[0-7]
068 DGMCNT dgm_cnt
06C GRBID grb_id
070 GRBCNT grb_cnt
074 COMPLVL clevel

    typedef struct _LPA_EPU0CFG_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* Event Handler Post Enabled */
        unsigned char        evh_enab;
    
        /* LPA Post State */
        unsigned char        lpa_post;
    
        /* Last Run ID */
        unsigned int         last_run;
    
        /* LPA Mode ID */
        unsigned int         last_mode;
    
        /* Last Run Start Time */
        unsigned int         last_start;
    
        /* LPA_DB ID */
        unsigned int         last_dbid;
    
        /* LPA_DB File Key */
        unsigned int         last_dbkey;
    
        /* Event Handler Enable Mask */
        unsigned int         handlers[8];
    
        /* Event Handler Configuration ID */
        unsigned int         last_cfgid;
    
        /* Event Handler Enable Mask */
        unsigned int         last_assoc[8];
    
        /* Datagram Post Count */
        unsigned int         dgm_cnt;
    
        /* GRB Processor ID */
        unsigned int         grb_id;
    
        /* GRB Summary Post Count */
        unsigned int         grb_cnt;
    
        /* Compression Level */
        unsigned int         clevel;
    
    } LPA_EPU0CFG_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "Event Handler Configuration ID"

      Instance(s):  last_cfgid

      Event handler specific configuration ID.

      Attribute(s):  

      Brief:  "Compression Level"

      Instance(s):  clevel

      Attribute(s):  

      Brief:  "LPA_DB ID"

      Instance(s):  last_dbid

      Attribute(s):  

      Brief:  "LPA_DB File Key"

      Instance(s):  last_dbkey

      Attribute(s):  

      Brief:  "Datagram Post Count"

      Instance(s):  dgm_cnt

      Count of datagrams posted in last physics run.

      Attribute(s):  

      Brief:  "Event Handler Enable Mask"

      Instance(s):  handlers, last_assoc

      Attribute(s):  

      Brief:  "Event Handler Post Enabled"

      Instance(s):  evh_enab

      Event handler event posting enable state. 0 - disabled, 1 - enabled.

      Attribute(s):  

      Brief:  "GRB Summary Post Count"

      Instance(s):  grb_cnt

      Attribute(s):  

      Brief:  "GRB Processor ID"

      Instance(s):  grb_id

      Attribute(s):  

      Brief:  "LPA Post State"

      Instance(s):  lpa_post

      LPA datagram post enable state. 0 - disabled, 1 - enabled.

      Brief:  "LPA Mode ID"

      Instance(s):  last_mode

      Attribute(s):  

      Brief:  "Last Run ID"

      Instance(s):  last_run

      Attribute(s):  

      Brief:  "Last Run Start Time"

      Instance(s):  last_start