Go to the first, previous, next, last section, table of contents.

Commanding the instrument

Once the instrument has been powered up and is in normal operations mode, it is ready to receive commands from ground or from other processes on the satellite.

Rather than write a high-level commanding script for WXM commands, I chose to implement a single tiny program called tickle which sends a single message to a specified destination satellite process. This ends up being more powerful because the history substitution mechanisms in bash and tcsh are more powerful than a quickly hacked together commander program. It is also quite useful for insertion in scripts.

The usage of tickle is:

tickle process [type [data0 [data1 ...]]]

For now I will just give a couple of very important tickle messages for debugging and for running the science baseline test. See the `tickle_types' for more detail.

...


Go to the first, previous, next, last section, table of contents.