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

LRALAMLCB (1664/0x680:6) - Telecommand Packet


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

ITOS Mnemonic:  LRALAMLCB

View Options: (help)

Context:

Description:

    Perform a LAM look-at-me operation on the specified slave LCB.

Layout:  (hide detail; help)

Look-at-me LCB (LAMLCB)
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:6
002 SF=3 Sequence Count
004 Packet Length=15
006 0 Function Code=6
008 LAMCPT cmpnt
00C LAMVAL value
010 LAMMSK mask
014 Packet Checksum

    typedef struct _LRA_LAMLCB_Pkt {
    
        /* CCSDS header */
        char                 hdr[8];
    
        /* Command payload */
        LRA_LAMLCB_Prm       pay;
    
    } LRA_LAMLCB_Pkt;
    

Fields:

      Attribute(s):  CPUS

      Brief:  "LAMLCB component"

      Instance(s):  cmpnt

      The LCB address of the LCB master (SIU0, EPU1, etc) to be accessed.

      Attribute(s):  

      Brief:  "LAMLCB mask"

      Instance(s):  mask

      The mask field to be used in the LAMLCB operation.

      Attribute(s):  

      Brief:  "LAMLCB value"

      Instance(s):  value

      The value field to be used in the LAMLCB operation.