Table of Contents
Bproc - wiring reports, standalone buss list report generator
Bproc
[margin] [assy] [wirelist] [title]
This program generates a
standalone buss wiring report.
- margin
number of characters to indent from left
- assy
The assembly part number.
- wirelist
The wirelist part number.
- title
The wirelist title.
The following are the tuple formats for
three SQL queries which are all executed to form the input file to this
program. Usually all of the queries are contained in one file and executed
together by SQL.
The following fields from the
JackRec, and
Trecord tables are used and appear as input to this program in the following
order:
Trecord.JackA
Trecord.PinA1
Trecord.PinA2
JackRec.JackTypA
Trecord.ColorA
Trecord.ColorB
Trecord.SigNameA
Trecord.SigNameB
Trecord.JackB
Trecord.PinB1
Trecord.PinB2
Trecord.Comments1
Trecord.Comments2
(empty string)
(empty string)
(empty string)
0
0
0
0
0
Trecord.Comments3
Trecord.Comments4
The following fields from the
JackRec, and
Trecord tables
are used and appear as input to this program in the following order:
Trecord.JackB
Trecord.PinB1
Trecord.PinB2
JackRec.JackTypA
Trecord.ColorA
Trecord.ColorB
Trecord.SigNameA
Trecord.SigNameB
Trecord.JackA
Trecord.PinA1
Trecord.PinA2
Trecord.Comments1
Trecord.Comments2
(empty string)
(empty string)
(empty string)
0
0
0
0
0
Trecord.Comments3
Trecord.Comments4
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.RPjack
RPrecord.PinA
RPrecord.PinB
JackRec.JackTypA
RPrecord.ColorA
RPrecord.ColorB
RPrecord.SigNameA
RPrecord.SigNameB
Zrecord.Zjack
Zrecord.PinA
Zrecord.PinB
RPrecord.RPdskey_label
RPrecord.RPdskey_DrefNme
RPrecord.Buss
RPrecord.BussP1
RPrecord.BussP2
Zrecord.ZrecId
DataRec.Crate
DataRec.Slot
DataRec.ChNo
DescRec.Offset + RPrecord.RPpair
RPrecord.Comments1
RPrecord.Comments2
$Id: Bproc.8,v 1.0 1999/02/09 23:16:08 kitchen
Exp $
Table of Contents