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

LCMSTATS (1685/0x695:5) - Telecommand Packet


"Set up the SMON statistics monitor" (APP/LCM)

ITOS Mnemonic:  LCMSTATS

View Options: (help)

Context:

Description:

    This command sets up a timer to collect statistics data from various hardware at the requested sampling interval, compresses the data, then sends them to the SSR.

Layout:  (hide detail; help)

Set up the SMON statistics monitor (Stats)
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=0x695:5
002 SF=3 Sequence Count
004 Packet Length=23
006 0 Function Code=5
008 PAD16 pad16
00A ITC_NodeId nodeId STATSID timerID
00C STATSMASK statMask
010 STATSOPTIONMASK optionMask
014 STATSTIMELEN timeLen
018 STATSTIMESAMP timeSample
01C Packet Checksum

    typedef struct _LCM_Stats_Pkt {
    
        /* CCSDS header */
        char                 hdr[8];
    
        /* Command payload */
        LCM_Stats_Prm        pay;
    
    } LCM_Stats_Pkt;
    

Fields:

      Brief:  "ITC node ID"

      Instance(s):  nodeId

      Brief:  "16-bit Padding Word"

      Instance(s):  pad16

      Attribute(s):  

      Brief:  "Stat Monitor Timer ID (0,1,2)"

      Instance(s):  timerID

      Attribute(s):  

      Brief:  "Specify which HW to monitor for stats"

      Instance(s):  statMask

      Attribute(s):  

      Brief:  "Specify options in Stat Monitor"

      Instance(s):  optionMask

      Brief:  "Stat Monitor Time Len (sec)"

      Instance(s):  timeLen

      Stat Monitor Time Len (sec)

      Attribute(s):  

      Brief:  "Monitor time sample (milliSec)"

      Instance(s):  timeSample