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

LLIMSTATE (783/0x30F) - Telemetry Packet


"Current LIM State" (APP/LIM)

View Options: (help)

Context:

Description:

    Reports the current state of the LIM package, including the operating mode and the most recent action and its status.

Layout:  (hide detail; help)

Current LIM State (LLIMSTATE)
Telemetry Packet Format
0x 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
000 Version=0 T=0 SH APID=0x30F
002 SF Sequence Count
004 Packet Length=21
006 Timestamp
00E TACTION action
010 TSTATUS status
014 TOPMODE op_mode TVIRTMODE virt_mode
016 TACTIVE saa_transit TTASKSTATE lci_state
018 TTASKSTATE ldf_state TTASKSTATE lpa_state
01A TSTATEBF too_state TSTATEBF arr_state

    typedef struct _LIM_LLIMSTATE_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* Most Recent LIM Action */
        unsigned short       action;
    
        /* Most Recent Action Status */
        unsigned int         status;
    
        /* Operating Mode */
        unsigned char        op_mode;
    
        /* Virtual Mode */
        unsigned char        virt_mode;
    
        /* Active Status */
        unsigned char        saa_transit;
    
        /* Task State */
        unsigned char        lci_state;
    
        /* Task State */
        unsigned char        ldf_state;
    
        /* Task State */
        unsigned char        lpa_state;
    
        /* Activity State Bitfield */
        LIM_TSTATEBF         too_state;
    
        /* Activity State Bitfield */
        LIM_TSTATEBF         arr_state;
    
    } LIM_LLIMSTATE_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "Most Recent LIM Action"

      Instance(s):  action

      Most recent LIM action.

      Attribute(s):  

      Brief:  "Active Status"

      Instance(s):  saa_transit

      Flag to indicate that an activity is active.

      Attribute(s):  

      Brief:  "Operating Mode"

      Instance(s):  op_mode

      Current operating mode.

      Attribute(s):  

      Brief:  "Activity State Bitfield"

      Instance(s):  arr_state, too_state

      Bitfield containing ready and active status flags for an activity.

      Attribute(s):  

      Brief:  "Most Recent Action Status"

      Instance(s):  status

      MSG status code of the most recent LIM action.

      Attribute(s):  

      Brief:  "Task State"

      Instance(s):  lci_state, ldf_state, lpa_state

      Current state of an external task.

      Attribute(s):  

      Brief:  "Virtual Mode"

      Instance(s):  virt_mode

      Current virtual mode.