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

LCICALIBRATE (1660/0x67C:1) - Telecommand Packet


"Initiate the calibration" (APP/LCI)

ITOS Mnemonic:  LCICALIBRATE

View Options: (help)

Context:

Description:

    Starts the calibration process and provides the three file IDs required by LCI.

Layout:  (hide detail; help)

Initiate the calibration (CALIBRATE)
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=0x67C:1
002 SF=3 Sequence Count
004 Packet Length=19
006 0 Function Code=1
008 FILEID LATCCFG
00C FILEID LCICFG
010 FILEID LATCIGN
014 RUNID LCIRUNID
018 Packet Checksum

    CALIBRATE (pkt)
    |  FILEID LATCCFG (fld) ... LATCIGN (fld)
    |  RUNID LCIRUNID (fld)
    
    typedef struct _LCI_CALIBRATE_Pkt {
    
        /* CCSDS header */
        char                 hdr[8];
    
        /* Command payload */
        LCI_CALIBRATE_Prm    pay;
    
    } LCI_CALIBRATE_Pkt;
    

Fields:

      Attribute(s):  

      Brief:  "File ID"

      Instance(s):  LATCCFG, LATCIGN, LCICFG

      The ID of a file

      Attribute(s):  

      Brief:  "Identifier for this calibration"

      Instance(s):  LCIRUNID

      The RUNID is generated by the issuer of the calibrate command and then reflected by LCI in the datagrams generated during the data collection.