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

LRALAM (1664/0x680:5) - Telecommand Packet


"Look-at-me operation" (APP/LRA)

ITOS Mnemonic:  LRALAM

View Options: (help)

Context:

Description:

    Perform a look-at-me operation on the specified component.

Layout:  (hide detail; help)

Look-at-me operation (LAM)
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=0x680:5
002 SF=3 Sequence Count
004 Packet Length=5
006 0 Function Code=5
008 CMPNT cmpnt TEM tem
00A Packet Checksum

    LAM (pkt)
    |  CMPNT cmpnt (fld)
    |  TEM tem (fld)
    
    typedef struct _LRA_LAM_Pkt {
    
        /* CCSDS header */
        char                 hdr[8];
    
        /* Command payload */
        LRA_LAM_Prm          pay;
    
    } LRA_LAM_Pkt;
    

Fields:

      Brief:  "Component"

      Instance(s):  cmpnt

      The LRA component number of the detector component (GEM, EBM, TEM, etc) to access.

      Attribute(s):  

      Brief:  "TEM number"

      Instance(s):  tem

      The TEM number to access, for those components that are TEM-based.