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

LCMMEMERRC (1686/0x696:1) - Telecommand Packet


"RAD750 MEM Error (Internal)" (APP/LCM)

ITOS Mnemonic:  LCMMEMERRC

View Options: (help)

Context:

Description:

Layout:  (hide detail; help)

RAD750 MEM Error (Internal) (LLCMMEMERRC)
Telecommand Packet Format
0x 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
000 Version=0 T=1 SH APID=0x696:1
002 SF=3 Sequence Count
004 Packet Length=23
006 0 Function Code=1
008 DMPFLAGS dmpFlags
00A PAD16 pad16
00C MEMERRCSTAT memStat
010 MEMERRCCNT memCount
014 MEMERRCLOG0 memLog0
018 MEMERRCLOG1 memLog1
01C Packet Checksum

    typedef struct _LCM_LLCMMEMERRC_Pkt {
    
        /* CCSDS header */
        char                 hdr[8];
    
        /* Command payload */
        LCM_LLCMMEMERRC_Prm  pay;
    
    } LCM_LLCMMEMERRC_Pkt;
    

Fields:

      Attribute(s):  

      Brief:  "Error Report Dump Flags"

      Instance(s):  dmpFlags

      Attribute(s):  

      Brief:  "RAD750 Mem Error Count Register"

      Instance(s):  memCount

      Attribute(s):  

      Brief:  "RAD750 Mem Error Log Register 0"

      Instance(s):  memLog0

      Attribute(s):  

      Brief:  "RAD750 Mem Error Log Register 1"

      Instance(s):  memLog1

      Attribute(s):  

      Brief:  "RAD750 Mem Error Status Register"

      Instance(s):  memStat

      Attribute(s):  

      Brief:  "16-bit Padding Word"

      Instance(s):  pad16