]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
Add links to web pages, add list of tools
authorJan Michel <michel@physik.uni-frankfurt.de>
Tue, 29 Nov 2022 15:51:33 +0000 (16:51 +0100)
committerJan Michel <michel@physik.uni-frankfurt.de>
Tue, 29 Nov 2022 15:51:33 +0000 (16:51 +0100)
web/htdocs/index.pl
web/htdocs/network/tools.pl [new file with mode: 0755]

index 313a611a52dad0f1486a78e8019aff9c5e280a05..8a0bac710deab52e2a3f97ed0706d3e6c7a29a3b 100755 (executable)
@@ -53,8 +53,7 @@ The main documentation of the network can be found in these documents and locati
 <li><a href="cts/cts.htm">CTS Control</a>
 <li><a href="network/trbnet.pl">TrbNet status</a>
 <li><a href="network/hub.pl">Network Hubs</a>
-<li><a href="network/gbe.htm">GbE status</a>
-<li><a href="network/gbe.pl">GbE (xml-based)</a>
+<li><a href="network/gbe.pl">GbE</a>
 <li><a href="network/map.pl">Network Map</a>
 </ul>
 </div>
@@ -65,8 +64,9 @@ The main documentation of the network can be found in these documents and locati
 <div class="index">
 <ul>
 <li><a href="tdc/tdc.htm">TDC</a>
-<li><a href="tdc/tdc_debug.htm">TDC Debug</a>
+<!--<li><a href="tdc/tdc_debug.htm">TDC Debug</a>-->
 <li><a href="tdc/tdcstatctrl.pl">TDC (xml-based)</a>
+<li><a href="addons/mdcupgrade.pl">Sampling TDC (MDC)</a>
 </ul>
 </div>
 </div>
@@ -77,11 +77,14 @@ The main documentation of the network can be found in these documents and locati
 <ul>
 <li><a href="padiwa/padiwa.htm">Padiwa</a>
 <li><a href="thresh/threshold.htm">Threshold settings</a>
+<li><a href="addons/mimosis.pl">Mimosis pixel sensors</a>
 </ul>
 </div>
 </div>
 
 
+
+
 <div  class="floatindex">
 <h3>Building Blocks</h3>
 <div class="index">
@@ -93,6 +96,7 @@ The main documentation of the network can be found in these documents and locati
 <li><a href="addons/adc.pl">48ch sampling ADC</a>
 <li><a href="addons/adc_cfd.pl">48ch sampling ADC CFD</a>
 <li><a href="addons/pulseraddon.pl">Pulser AddOn</a>
+<li><a href="network/tools.pl">Tools like SPI, UART, I2C</a>
 <li><a href="network/generic.pl">Everything else</a>
 </ul>
 </div>
@@ -102,13 +106,14 @@ The main documentation of the network can be found in these documents and locati
 <h3>Further Tools</h3>
 <div class="index">
 <ul>
-<li><a href="tools/pwr/index.html" title="Currently supported: GW-Instek PSP-405 family, HMP2020 - HMP4040 family">Control for power supplies</a>
-<li><a href="tools/vxi/index.html" title="Tested with Tektronix AFG3000 function generator">Control for devices running the VXI-11 protocol</a>
+<!--<li><a href="tools/pwr/index.html" title="Currently supported: GW-Instek PSP-405 family, HMP2020 - HMP4040 family">Control for power supplies</a>-->
+<!--<li><a href="tools/vxi/index.html" title="Tested with Tektronix AFG3000 function generator">Control for devices running the VXI-11 protocol</a>-->
 <li><a href="dmon/index.pl" title="DMON">DMON DAQ Monitoring</a></li>
-<li><a href="daqi/index.html" title="DMON">DAQi Control</a></li>
+<!--<li><a href="daqi/index.html" title="DMON">DAQi Control</a></li>-->
 </ul>
 </div>
 </div>
+
 </div>
 
 <div class="floatindex">
@@ -117,12 +122,14 @@ The main documentation of the network can be found in these documents and locati
 <ul>
 <li><a href="nxyter/index.pl">Nxyter Read-out</a>
 <li><a href="nxyter/index_a.pl">Nxyter Read-out (advanced)</a>
-<li><a href="mvd/jtag.pl">MVD Jtag Controller</a>
+<!--<li><a href="mvd/jtag.pl">MVD Jtag Controller</a>
 <li><a href="mvd/roc.pl">MVD read-out Controller</a>
 <li><a href="mvd/cb_controller.pl">MVD Converter Board Controller</a>
-<li><a href="tools/billboard.pl">Billboard</a>
+<li><a href="tools/billboard.pl">Billboard</a>-->
 <li><a href="addons/mdc.pl">MDC OEP</a>
-<li><a href="cbmnet/bridge.pl">CBMNet Bridge</a>
+<!--<li><a href="cbmnet/bridge.pl">CBMNet Bridge</a>-->
+<li><a href="network/gbe.htm">GbE status</a>
+
 </ul>
 </div>
 </div>
diff --git a/web/htdocs/network/tools.pl b/web/htdocs/network/tools.pl
new file mode 100755 (executable)
index 0000000..ea95ac5
--- /dev/null
@@ -0,0 +1,55 @@
+#!/usr/bin/perl
+if ($ENV{'SERVER_SOFTWARE'} =~ /HTTPi/i) {
+  print "HTTP/1.0 200 OK\n";
+  print "Content-type: text/html\r\n\r\n";
+  }
+else {
+  use lib '..';
+  use if (!($ENV{'SERVER_SOFTWARE'} =~ /HTTPi/i)), apacheEnv;
+  print "Content-type: text/html\n\n";
+  }
+
+use CGI ':standard';
+use XML::LibXML;
+use POSIX;
+use CGI::Carp qw(fatalsToBrowser);
+
+use lib qw|../commands htdocs/commands|;
+use xmlpage;
+
+my $page;
+
+$page->{title} = "Triggerbox Register";
+$page->{link}  = "../";
+
+my @setup;
+
+
+push(@setup,({name      => "ADC", 
+              cmd       => "ADC_Controller-0xffff-Results",
+              period    => 1000,
+              rates     => 1,
+              address   => 1}));  
+              
+
+push(@setup,({name      => "I2C", 
+              cmd       => "I2C-0xffff-I2C",
+              period    => 1000,
+              rates     => 1,
+              address   => 1}));                
+
+
+push(@setup,({name      => "SPI", 
+              cmd       => "SPI-0xffff-ControlRegisters",
+              period    => 1000,
+              rates     => 1,
+              address   => 1}));                
+
+xmlpage::initPage(\@setup,$page);
+
+
+1;
+
+