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

TMUX4 tCm4 - Telemetry Struct


"TEM mux channel 4 environmental ADCs" (APP/LHK)

View Options: (help)

Ancestry:

Definition:

    Alignment:2-byte boundary
    APID:636/0x27C
    Attribute(s):
    Length: 128 bits (16 bytes)
    Offset:0x034

Description:

    Contains 8 TKR cable temperature ADC value and status.

Layout: (hide detail; help)

TEM mux channel 4 environmental ADCs (TMUX4)
Telemetry Field Format
0x 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
034 TKRCBLT adcs[0]
036 TKRCBLT adcs[1]
038 TKRCBLT adcs[2]
03A TKRCBLT adcs[3]
03C TKRCBLT adcs[4]
03E TKRCBLT adcs[5]
040 TKRCBLT adcs[6]
042 TKRCBLT adcs[7]

    TMUX4 (str)
    |  TKRCBLT adcs[0-7] (bf)
    |  |  ADCS stat (0-3)
    |  |  ADCV val (4-15)
    

    typedef struct _LHK_TMUX4 {
    
        /* TKR Cable Temperature ADC value */
        LHK_TKRCBLT          adcs[8];
    
    } LHK_TMUX4;
    

Fields:

      Attribute(s):  

      Brief:  "TKR Cable Temperature ADC value"

      Instance(s):  adcs

      Describes a TKR cable temperature ADC value and status.