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

cmdResponse (1685/0x695:1) - Telecommand Packet


"Change task command confirmation level" (SVC/ITC)

ITOS Mnemonic:  CmdResponse

View Options: (help)

Context:

Description:

    Change the spacecraft command confirmation level of a task

Layout:  (hide detail; help)

Change task command confirmation level (cmdResponse)
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:1
002 SF=3 Sequence Count
004 Packet Length=9
006 0 Function Code=1
008 ITC_NodeId nid ITC_TaskId tid
00A ITC_CmdClass scb ITC_CmdAction fwd
00C ITC_CmdLevel lvl Pad1 pad
00E Packet Checksum

    typedef struct _ITC_cmdResponse_Pkt {
    
        /* CCSDS header */
        char                 hdr[8];
    
        /* Command payload */
        ITC_cmdResponse_Prm  pay;
    
    } ITC_cmdResponse_Pkt;
    

Fields:

      Attribute(s):  

      Brief:  "Actions task can take (forward or execute)"

      Instance(s):  fwd

      Attribute(s):  

      Brief:  "Spacecraft command class (normal or broadcast)"

      Instance(s):  scb

      Attribute(s):  

      Brief:  "Response level"

      Instance(s):  lvl

      Attribute(s):  

      Brief:  "ITC node ID"

      Instance(s):  nid

      Attribute(s):  

      Brief:  "ITC task ID"

      Instance(s):  tid

      Attribute(s):  

      Brief:  "One byte padding"

      Instance(s):  pad