GLAST/LAT > DAQ and FSW > FSW > Index by Name within Package
LtcData0 (558/0x22E) - Telemetry Packet
|
"Thermal Control Data Packet 0" (APP/LHK) View Options: (help) Context:
Description: Layout: (hide detail; help)
LtcData0 (pkt) | Padus16 spares[0-2] (fld) | ResRitSnsrSel snsrSel[0-11] (bf) | | SensorHpNum resHpNum (0-3) | | SensorType resType (4-7) | | SensorHpNum ritHpNum (8-11) | | SensorType ritType (12-15) | ResRitStatus snsrStatus[0-11] (bf) | | SensorStatus ritStatus (0-3) ... resStatus (4-7) | HeaterMode actvHp (bf) | | Padus4 pad4 (0-3) | | HeaterMask htr11 (4) ... htr0 (15) | HeaterCommand htrCmd (bf) | | ControlMode cntlMode (0) | | Padus3 pad3 (1-3) | | HeaterMask htr11 (4) ... htr0 (15) | HeaterState htrReg (bf) | | RunMode runMode (0) | | Padus3 pad3 (1-3) | | HeaterMask htr11 (4) ... htr0 (15) | TempCelsius temps[0-23] (fld) | Padus16 spare[0-2] (fld)
typedef struct _LHK_LtcData0_Tlm {
/* Telemetry header */
char hdr[14];
/* Explicit 16 bit pad in unsigned short */
unsigned short spares[3];
/* Selected RSVR and RIT sensors */
LHK_ResRitSnsrSel snsrSel[12];
/* Heat pipe RIT and reservoir sensors status */
LHK_ResRitStatus snsrStatus[12];
/* Control mode for VCHP heaters. */
LHK_HeaterMode actvHp;
/* Current heater command and LTC control mode */
LHK_HeaterCommand htrCmd;
/* Current heater state and LTC run mode */
LHK_HeaterState htrReg;
/* Temperature converted to celsius. */
short temps[24];
/* Explicit 16 bit pad in unsigned short */
unsigned short spare[3];
} LHK_LtcData0_Tlm;
Fields:
For the heater bits, a value of '0' indicates that LTC is commanding the heater off. A value of '1' indicates that LTC is commanding the heater on. These heater commands are applied only when LTC is in active control mode.
A bit value of '0' indicates that the heater is under manual, user control. A bit value of '1' indicates that the heater is under automatic, algorithm control.
For the heater bits, a value of '0' indicates that the heater is currently off. A value of '1' indicates that the heater is currently on.
Explicit 16 bit pad in unsigned short
Fixed point scaled by 8 bits (256). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||