]> jspc29.x-matter.uni-frankfurt.de Git - trb3web.git/commitdiff
added schematics
authorJan Michel <j.michel@gsi.de>
Fri, 28 Jun 2013 11:54:37 +0000 (13:54 +0200)
committerJan Michel <j.michel@gsi.de>
Fri, 28 Jun 2013 11:54:37 +0000 (13:54 +0200)
WebConfig.pm
schematics.htm [new file with mode: 0644]
schematics/4conn.pdf [new file with mode: 0644]
schematics/ada1.pdf [new file with mode: 0644]
schematics/clock_distribution.png [new file with mode: 0644]
schematics/cts.pdf [new file with mode: 0644]
schematics/gpin.pdf [new file with mode: 0644]
schematics/multitest.pdf [new file with mode: 0644]
schematics/sfp.pdf [new file with mode: 0644]
schematics/trb3.pdf [new file with mode: 0644]

index 59076f41f8d4e5716aa69d048dfc68418474ea26..6d62b78d21e9fbd04e399ff2ca23c1a5e339502b 100644 (file)
@@ -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 (file)
index 0000000..769af2f
--- /dev/null
@@ -0,0 +1,17 @@
+<h3>Board Schematics</h3>
+
+
+<table>
+  <tr>
+    <th> Board </th>
+    <th> Description </th>
+  </tr>
+<tr> <td><a href="schematics/trb3.pdf">TRB3</a> <td>The main TRB3 board. 
+<tr> <td><a href="schematics/clockdistribution.png">TRB3 clock distribution</a> <td>The distribution of clock and trigger signals on the TRB3
+<tr> <td><a href="schematics/4conn.pdf">4conn AddOn</a> <td>AddOn with four 40-pin connectors, compatible to connector on Padiwa front-end module
+<tr> <td><a href="schematics/ada1.pdf">ADA AddOn</a> <td>AddOn with two 80-pin connectors, compatible to input on TRB2
+<tr> <td><a href="schematics/gpin.pdf">GPin AddOn</a> <td>AddOn with 16 ECL and 8 NIM inputs
+<tr> <td><a href="schematics/multitest.pdf">MultiTest AddOn</a> <td>AddOn with several test ciruits
+<tr> <td><a href="schematics/sfp.pdf">SFP AddOn</a> <td>AddOn with 6 SFP cages. For use as TrbNet hub
+<tr> <td><a href="schematics/cts.pdf">CTS AddOn</a> <td>AddOn for the central FPGA with additional I/O for CTS
+</table>
\ No newline at end of file
diff --git a/schematics/4conn.pdf b/schematics/4conn.pdf
new file mode 100644 (file)
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 (file)
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 (file)
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 (file)
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 (file)
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 (file)
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 (file)
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 (file)
index 0000000..32638cc
Binary files /dev/null and b/schematics/trb3.pdf differ