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

LTCSETTLMFREQ (1624/0x658:7) - Telecommand Packet


"Set LTC telemetry frequency, 0 is off." (APP/LTC)

ITOS Mnemonic:  LTCSETTLMFREQ

View Options: (help)

Context:

Description:

    Set rate of LTC diagnostic telemetry output. Period is in seconds, with '0' disabling diagnostic telemetry output.

Layout:  (hide detail; help)

Set LTC telemetry frequency, 0 is off. (SetTlmFreq)
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=0x658:7
002 SF=3 Sequence Count
004 Packet Length=5
006 0 Function Code=7
008 WORD16 TlmFreq
00A Packet Checksum

    SetTlmFreq (pkt)
    |  WORD16 TlmFreq (fld)
    
    typedef struct _LTC_SetTlmFreq_Pkt {
    
        /* CCSDS header */
        char                 hdr[8];
    
        /* Command payload */
        LTC_SetTlmFreq_Prm   pay;
    
    } LTC_SetTlmFreq_Pkt;
    

Fields:

      Attribute(s):  

      Brief:  "Unsigned 16-bit word"

      Instance(s):  TlmFreq