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

SIUCFG (736/0x2E0) - Telemetry Packet


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

View Options: (help)

Context:

Description:

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

Layout:  (hide detail; help)

LPA SIU Configuration Status Packet (SIUCFG)
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=0x2E0
002 SF Sequence Count
004 Packet Length=69
006 Timestamp
00E GBMENAB gbm EPUENAB epu
010 RUNID last_run
014 MODEID last_mode
018 STARTSECS last_start
01C LATCKEY last_latckey
020 IGNKEY last_ignkey
024 DBID last_dbid
028 LATCID last_latcid
02C IGNID last_ignid
030 LATCID def_latcid
034 IGNID def_ignid
038 DBID def_dbid
03C GRBID grb_id
040 SIMMODE sim_mode
044 SIMINTV sim_intv
048 SIMRPT sim_rpt

    typedef struct _LPA_SIUCFG_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* GBM Commands Enabled */
        unsigned char        gbm;
    
        /* EPU GRB Enabled */
        unsigned char        epu;
    
        /* Last Run ID */
        unsigned int         last_run;
    
        /* LPA Mode ID */
        unsigned int         last_mode;
    
        /* Last Run Start Time */
        unsigned int         last_start;
    
        /* LATC File Key */
        unsigned int         last_latckey;
    
        /* LATC Ignore File Key */
        unsigned int         last_ignkey;
    
        /* LPA_DB ID */
        unsigned int         last_dbid;
    
        /* LATC File ID */
        unsigned int         last_latcid;
    
        /* LATC Ignore Map File ID */
        unsigned int         last_ignid;
    
        /* LATC File ID */
        unsigned int         def_latcid;
    
        /* LATC Ignore Map File ID */
        unsigned int         def_ignid;
    
        /* LPA_DB ID */
        unsigned int         def_dbid;
    
        /* GRB Processor ID */
        unsigned int         grb_id;
    
        /* GRB Simulation Mode */
        unsigned int         sim_mode;
    
        /* GRB Simulation Interval */
        unsigned int         sim_intv;
    
        /* GRB Simulation Repoint Time */
        unsigned int         sim_rpt;
    
    } LPA_SIUCFG_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "LPA_DB ID"

      Instance(s):  def_dbid, last_dbid

      Attribute(s):  

      Brief:  "EPU GRB Enabled"

      Instance(s):  epu

      Enable state of EPU GRB summary message processing by SIU. 0 - disabled, 1 - enabled.

      Attribute(s):  

      Brief:  "GBM Commands Enabled"

      Instance(s):  gbm

      GBM telecommand processing enable state. 0 - disabled, 1 - enabled.

      Attribute(s):  

      Brief:  "GRB Processor ID"

      Instance(s):  grb_id

      Attribute(s):  

      Brief:  "LATC Ignore Map File ID"

      Instance(s):  def_ignid, last_ignid

      Attribute(s):  

      Brief:  "LATC Ignore File Key"

      Instance(s):  last_ignkey

      Attribute(s):  

      Brief:  "LATC File ID"

      Instance(s):  def_latcid, last_latcid

      Attribute(s):  

      Brief:  "LATC File Key"

      Instance(s):  last_latckey

      Brief:  "LPA Mode ID"

      Instance(s):  last_mode

      Attribute(s):  

      Brief:  "Last Run ID"

      Instance(s):  last_run

      Attribute(s):  

      Brief:  "GRB Simulation Interval"

      Instance(s):  sim_intv

      Attribute(s):  

      Brief:  "GRB Simulation Mode"

      Instance(s):  sim_mode

      Attribute(s):  

      Brief:  "GRB Simulation Repoint Time"

      Instance(s):  sim_rpt

      Attribute(s):  

      Brief:  "Last Run Start Time"

      Instance(s):  last_start