Table of Contents
CMreport - CAMAC module report generator
CMreport < list_of_tuples
> cm_report
This program generates a list of CAMAC modules.
A
set of SQL queries and other tools are used to extract the necessary information
from the database and massage it into a form suitable for use with this
program.
The input should contain one tuple per line. Lines are terminated
by a newline. Fields within a tuple are separated by a |.
The
following fields from the
Data table are used and appear as input to this
program in this order:
RecId, Driver, DevType, Crate, Slot, ChanNo, DTkey,
and
DTcomm.
#
# produce report
#
psql -d testdb -qt -f CM.pqry | WStrim trim.cm | CMreport > CM.lst
$Id: CMreport.8,v 1.0 1999/02/09 18:16:21 kitchen Exp
$
Table of Contents