From: Jan Michel Date: Fri, 28 Jun 2013 11:54:37 +0000 (+0200) Subject: added schematics X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=0639b70570492639e7f8da5971bee33d90a97a94;p=trb3web.git added schematics --- diff --git a/WebConfig.pm b/WebConfig.pm index 59076f4..6d62b78 100644 --- a/WebConfig.pm +++ b/WebConfig.pm @@ -9,6 +9,7 @@ #Entries for top menu our @toplink = (["main","Main"], ["designfiles","Designs"], + ["schematics","Schematics"], ["contact","Contact"] ); @@ -24,6 +25,7 @@ our $menues = { withouthelp => [["main","Main"], ["designfiles","Designs"], + ["schematics","Schematics"], ["contact", "Contact"], ], }; diff --git a/schematics.htm b/schematics.htm new file mode 100644 index 0000000..769af2f --- /dev/null +++ b/schematics.htm @@ -0,0 +1,17 @@ +

Board Schematics

+ + + + + + + +
Board Description
TRB3 The main TRB3 board. +
TRB3 clock distribution The distribution of clock and trigger signals on the TRB3 +
4conn AddOn AddOn with four 40-pin connectors, compatible to connector on Padiwa front-end module +
ADA AddOn AddOn with two 80-pin connectors, compatible to input on TRB2 +
GPin AddOn AddOn with 16 ECL and 8 NIM inputs +
MultiTest AddOn AddOn with several test ciruits +
SFP AddOn AddOn with 6 SFP cages. For use as TrbNet hub +
CTS AddOn AddOn for the central FPGA with additional I/O for CTS +
\ No newline at end of file diff --git a/schematics/4conn.pdf b/schematics/4conn.pdf new file mode 100644 index 0000000..e9e2ba0 Binary files /dev/null and b/schematics/4conn.pdf differ diff --git a/schematics/ada1.pdf b/schematics/ada1.pdf new file mode 100644 index 0000000..1e9a68e Binary files /dev/null and b/schematics/ada1.pdf differ diff --git a/schematics/clock_distribution.png b/schematics/clock_distribution.png new file mode 100644 index 0000000..c8ccf52 Binary files /dev/null and b/schematics/clock_distribution.png differ diff --git a/schematics/cts.pdf b/schematics/cts.pdf new file mode 100644 index 0000000..34e8b75 Binary files /dev/null and b/schematics/cts.pdf differ diff --git a/schematics/gpin.pdf b/schematics/gpin.pdf new file mode 100644 index 0000000..5bfcc36 Binary files /dev/null and b/schematics/gpin.pdf differ diff --git a/schematics/multitest.pdf b/schematics/multitest.pdf new file mode 100644 index 0000000..fff1b05 Binary files /dev/null and b/schematics/multitest.pdf differ diff --git a/schematics/sfp.pdf b/schematics/sfp.pdf new file mode 100644 index 0000000..76b0f0b Binary files /dev/null and b/schematics/sfp.pdf differ diff --git a/schematics/trb3.pdf b/schematics/trb3.pdf new file mode 100644 index 0000000..32638cc Binary files /dev/null and b/schematics/trb3.pdf differ