man8db/CMreport

Table of Contents

Name

CMreport - CAMAC module report generator

Synopsis

CMreport < list_of_tuples > cm_report

Description

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 |.

Input tuple format

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.

Examples


#
# produce report
#
psql -d testdb -qt -f CM.pqry | WStrim trim.cm | CMreport > CM.lst

Manual page revision

$Id: CMreport.8,v 1.0 1999/02/09 18:16:21 kitchen Exp $


Table of Contents