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:
Layout: (hide detail; help)
SIUCFG (pkt) | GBMENAB gbm (fld) | EPUENAB epu (fld) | RUNID last_run (fld) | MODEID last_mode (fld) | STARTSECS last_start (fld) | LATCKEY last_latckey (fld) | IGNKEY last_ignkey (fld) | DBID last_dbid (fld) | LATCID last_latcid (fld) | IGNID last_ignid (fld) | LATCID def_latcid (fld) | IGNID def_ignid (fld) | DBID def_dbid (fld) | GRBID grb_id (fld) | SIMMODE sim_mode (fld) | SIMINTV sim_intv (fld) | SIMRPT sim_rpt (fld)
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:
Enable state of EPU GRB summary message processing by SIU. 0 - disabled, 1 - enabled.
GBM telecommand processing enable state. 0 - disabled, 1 - enabled.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||