# File: TM.EOF # # Definition of all available telemetry packets for this EGSE mode. # Any packet that could be requested during a given EGSE session should # be defined here or it is inaccessible to the EGSE software. # # FORMAT # # Blank lines are ignored # # line entry format = pkt_id token pkt_len data_len socket rqid interval # where pkt_id is the packet id of the form xxxx where x is a hex digit # (i.e. 8893) # where token is a character string (max 8 chars) for requesting the tm type) # The following string_tokens have special meaning: # hk1 # for MDI Housekeeping packet # 1 # hk2 # for MDI Housekeeping packet # 2 # sci5k # for MDI low rate science # sci160k # for MDI high rate science # where pkt_len is the packet length found in the 3rd and 4th bytes # of the packet functional header (does not include the 4 byte functional # header) # where data_len is the length of the raw data area of the packet. # where socket is the index for a socket # values available for socket are: # 0 for VC0/VC1 (all MDI and Spacecraft HK, MDI low rate science) # 1 for VC0/VC1 (all MDI and Spacecraft HK, MDI low rate science) # 2 for VC0/VC1 (all MDI and Spacecraft HK, MDI low rate science) # 3 for VC2 only ( MDI High rate science only ) # where rqid is the request id for a socket (values 1 through 34) # where interval is the # of seconds between packets (floating point) # # NOTE: Only one of the three VC0/VC1 sockets is active for a workstation # during an EGSE session. All VC0/VC1 requests must be be made on that # one socket. Another MDI EGSE workstation may be using another of # the VC0/VC1 sockets for telemetry reception concurrently. # Only one of the two EGSE workstations may use the VC2 socket at a time. # # HISTORY: # -05-Sep-96 JFC - changed 80C4 sci160k 1121 1119 3 1 0.05 # to 80C4 sci160k 1111 1103 3 11 0.05 # string packet data request packet #packet_id token length length socket id interval #--------- ------ ------ ------ ------ ------ ------ 8893 hk1 352 338 0 1 14.98828 8895 hk2 352 338 0 2 14.98828 88C5 sci5k 400 386 0 3 0.62451167 8803 sc1 254 240 0 4 14.98828 8805 sc2 149 135 0 5 14.98828 8806 sc3 196 182 0 8 14.98828 8809 sc4 193 179 0 6 14.98828 8860 exp 450 436 0 7 14.98828 80C4 sci160k 1111 1103 3 11 0.05