GLAST/LAT > DAQ and FSW > FSW
Introduction to FSW Packets
OverviewPackets are the primary form of communication with the FSW. The FSW uses the CCSDS (Consultative Committee for Space Data Systems) packet format, which specifies headers, checksum usage, etc. The "payload" of each packet is, however, defined by the FSW. The FSW receives command packets from the spacecraft and dispatches them (by APID) to a task. Most of these packets originate on the ground, but a few (e.g., the Ancillary, Attitude, and Time/Tone packets) originate within the spaccraft. FSW tasks create telemetry (and occasionally command) packets; the FSW forwards these to the spacecraft. Most telemetry packets are sent on the Solid State Recorder, for eventual transmission to the ground; urgent packets may, however, be transmitted immediately. FSW-generated command packets (e.g., Repoint Requests) are handled within the spacecraft. The LCAT utility facilitates the specification of all of these packets, performing bookkeeping and error checking and generating multiple forms of output (e.g., C include files, ITOS definitions, XML files). By keeping this generated information consistent, LCAT greatly reduces the likelihood of interface-related errors. The FSW document-mechanization scripts read the generated XML files and (if available) include files, generating web pages and printable (i.e., PDF) documents. ITOS definitions are not capable of dealing with abstract data structures such as C's arrays and structs. To ease FSW programming and documentation, LCAT "paints over" this limitation, generating ITOS specifications for any fields which are implied by a specified data structure. The data elements described below (and used by LCAT) include both ITOS-supported primitives and higher-level abstractions implemented by LCAT.
Command AttributesEach field in a command packet may have an associated enumeration and/or range:
Telemetry AttributesEach field in a telemetry packet may have an associated algorithm, discrete, and/or limit set:
ITOS Name CorrespondenceAs noted above, some LCAT entities have no ITOS names. Even when they do, the ITOS name may not be the same as the LCAT name. Here is a summary of the name correspondence:
|