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

Tips for Thermal Vacuum tests - August 1996

There is a script in `/hete/bin/sparcbin/boots.sc' which boots the XG transputer and the xgdsp0 DSP (the Xray dsp). The script looks like:

#!/bin/sh

bootproc $HOME/transputer/btl/XG.btl xg 4
sleep 20
bootproc $HETEDIR/source/xray/xdsp/xdsp-2.7/xdsp.hld xgdsp0 4

echo "if in a real s/c mode you might want to turn on power with"
echo "    tickle 2064 8300"

So a good sequence (that you could just cut and paste in) would be:

boots.sc                # make sure it's version 2.7; should be at MIT
tickle 2064 8300        # powers up WXM and puts the X DSP in the right mode
tickle 2048 8217 1      # sets raw data mode
# collect raw data for a while
tickle 2048 8217 2      # sets photon tag stream mode

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