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

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


"Setup SMON Stat Monitor" (APP/LCM)

ITOS Mnemonic:  LCMSTATS

View Options: (help)

Context:

Description:

    This routines sets up a timer to collect stat data from various hardware at a sampling interval, compress the data, and send to the SSR science data.

Layout:  (hide detail; help)

Setup SMON Stat Monitor (SETSTATS)
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 Pad1 pad[0] Pad1 pad[1]
00A ITC_NodeId nodeId STATSID timerID
00C STATSMASK statMask
010 STATSOPTIONMASK optionMask
014 STATSTIMELEN timeLen
018 STATSTIMESAMP timeSample
01C Packet Checksum

    typedef struct _LCM_SETSTATS_Pkt {
    
        /* CCSDS header */
        char                 hdr[8];
    
        /* Command payload */
        LCM_SETSTATS_Prm     pay;
    
    } LCM_SETSTATS_Pkt;
    

Fields:

      Brief:  "ITC node ID"

      Instance(s):  nodeId

      Attribute(s):  

      Brief:  "One byte padding"

      Instance(s):  pad

      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

      Attribute(s):  

      Brief:  "Stat Monitor Time Len (sec)"

      Instance(s):  timeLen

      Stat Monitor Time Len (sec)

      Attribute(s):  

      Brief:  "Monitor time sample (milliSec)"

      Instance(s):  timeSample