man8db/Bproc2

Table of Contents

Name

Bproc2 - wiring reports, type 2 buss list report generator

Synopsis

Bproc2 [margin] [assy] [wirelist] [title]

Description

This program generates a standalone buss wiring report.

Arguments

margin

number of characters to indent from left
assy

The assembly part number.
wirelist

The wirelist part number.
title

The wirelist title.

Tuple format

The following is the tuple format for the SQL query which is executed to form the input file to this program.

The following fields from the JackRec, RPrecord, Zrecord, DescRec, and DataRec tables are used and appear as input to this program in the following order:

RPrecord.RPdskey_label,
RPrecord.RPdskey_DrefNme,
RPrecord.RPpair,

RPrecord.RPjack,
RPrecord.PinA,
RPrecord.PinB,

RPrecord.ColorA,
RPrecord.ColorB,
RPrecord.SigNameA,
RPrecord.SigNameB,

RPrecord.Buss,
RPrecord.BussP1,
RPrecord.BussP2,

Zrecord.Zjack,
Zrecord.PinA,
Zrecord.PinB,

Zrecord.ZrecId,
DataRec.Crate,
DataRec.Slot,
DataRec.ChanNo,
DescRec.OffSet,

JackRec.JackTypA,
RPrecord.Comments1,
RPrecord.Comments2

Manual page revision

$Id: Bproc2.8,v 1.0 2000/02/21 22:23:31 kitchen Exp $


Table of Contents