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

LHKSYSRESET (1616/0x650:1) - Telecommand Packet


"System Reset" (APP/LHK)

ITOS Mnemonic:  LHKSYSRESET

View Options: (help)

Context:

Description:

    Resets the housekeeping system using configuration file parameters. File IDs can be null, which specifies loading of default configuration.

Layout:  (hide detail; help)

System Reset (SysReset)
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=0x650:1
002 SF=3 Sequence Count
004 Packet Length=11
006 0 Function Code=1
008 FileId file0
00C FileId file1
010 Packet Checksum

    SysReset (pkt)
    |  FileId file0 (fld) ... file1 (fld)
    
    typedef struct _LHK_SysReset_Pkt {
    
        /* CCSDS header */
        char                 hdr[8];
    
        /* Command payload */
        LHK_SysReset_Prm     pay;
    
    } LHK_SysReset_Pkt;
    

Fields:

      Attribute(s):  

      Brief:  "Configuration File ID"

      Instance(s):  file0, file1

      32 bit value specifying the configuration file ID, which conforms to the FILE standard convention.