HyperTerminal quick guide for the Quarknet/WALTA/CROP DAQ card


How to start and configure HyperTerminal (Windows PC users only)

If you haven't configured HyperTerminal yet, then:

If you have previously configured HyperTerminal for the DAQ card:


Taking DAQ data with HyperTerminal

(Rik Gran, 4/8/2004)

In the following, commands to type look like this:
>typecommand
But you should not type the ">" part.

Turn card on, if it is not already on.         (you should see something like this on the terminal; if not, hit the Enter key on your keybord; then a ">" should appear).

If you turned it on just now, wait for 10 minutes to let the GPS unit find the satellites (1 minute) and to let the HV supply stabilize (10 minutes).

If you have not yet created a special directory on your disk to save WALTA data files, do so now.

To verify GPS is stabilized, you can the card to show basic GPS information
>DG                         (you should see something like this on the terminal)

***** START BASIC SEQUENCE HERE *****

(After all these instructions, you will come back to this point.)

Disable the counter
>CD

Under the HyperTerminal menu "Transfer" choose "Capture Text".

A small window will open and ask you for the file name. Click the "Browse" button to select the directory where you want to store data files.
Give it a name like this:   myschool_yyyymmdd_nnn.txt

HyperTerminal will save everything you see on the screen from now on to this file.

Ask card to spit out the basic GPS information (even if you already did this to check if ready: this time, it goes on the saved data file)
>DG

Set the coincidence level to "twofold" (thats what the "1" means).
>WC 00 1F

Set the gate width to 3600 ns (150 x 24 ns; decimal 150 = hex 96)
>WC 02 96
>WC 03 00

Set the time delay to 1200 ns (50 x 24 ns; decimal 50 = hex 32)
>WT 01 00
>WT 02 32

Take the barometer reading
>BA

Take the temperature reading
>TH

Reset (zero) all the card's counters and scalars.
>WC 06 FF

Enable the card
>CE

Take a scaler reading
>DS

Now wait five minutes. The time need not be very precise, wristwatch time is good enough. (We will automate this eventually). Then take another scaler reading
>DS

Now let it run by itself.
When the file size reaches about 10 MB (about 24 hr later), you should stop this run and start another one. You can check file size by opening the WALTA data directory in Windows Explorer, clicking the "View" menu and select "refresh".

Before you stop the run, save the scaler information again:
>DS

Now wait five minutes.
Then take another scaler reading
>DS

Go to "Transfer" on the HyperTerminal menu again, then "Capture text" then choose "Stop".

Go back to "***** START BASIC SEQUENCE HERE *****" and repeat with a new filename.


Sending files to UW

At any convenient time, upload the file to us through our website:
  1. Check the data filename for correctness, and retype it if needed. (standard names must be used, in the format   myschool_yyyymmdd_nnn.txt).
  2. Use WinZip or a similar program to compress the file. It will reduce the file size by a factor of 5 to 8. (Name the zipfile in the standard format too: myschool_YYYYMMDD.zip)
  3. Back up the file on your own computer: burn the zip file onto a CD, for example.
  4. Open your web browser to   http://depts.washington.edu/walta/upload/   to upload new data.
  5. Use the login name and password we provided to you on the upload page.
  6. Use the online tool to find and upload the zip file you've generated.
We will automatically find and process new data files. You do not need to notify us each time you upload.


posted 4/12/2004, revised 7/29/2004, H.G.Berns.