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

A typical WXM session

On the Pizza Box

This is an example transcript, with explanations, of what I do in a typical session of running the WXM software on the pizza box.

Let us assume that I am running on the LANL XG 2-node pizza box hooked up to Ed Fenimore's NeXT machine lahete. I will start the CNS and other support programs on the sun sparc20 machine insight.

  1. In a window on insight, I run
    pbstartup 4 lahete 4444 -d
    
    This will start all the software needed to talk to the pizza box.
  2. Start the WXM specific programs archiver and putsd:
    cd $HETEDIR/source/xray/ground/logs
    /bin/rm -f jjj archive_*
    archiver &
    putsd > jjj &
    
  3. Change to another virtual screen and run Jim Krone's perl script
    gsmonitor.pl
    
    This puts up a few windows that, among other things, show you a tail -f ar* | read_archive -x - and a tail -f jjj.
  4. Start up the WXM software by typing
    boots.rosalia
    
  5. Now I just sit and watch the windows that look at the read_archive and putsd output. Occasionally I run commands like
    tickle 2049 8224 1; sleep 90; tickle 2049 8224 9
    
    This command simulates a burst (in the sense that the trigger detects the temporary increase and makes all of the burst-processing software act).

On the satellite

The main ground processes that control the satellite (the equivalent of pbstartup) will typically have been started up at MIT. Here's what needs to be done for the WXM part, assuming that the CNS is being run on moe.mit.edu, and pseudogs on mitgaard.mit.edu.


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