]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
add tab for single EB setup
authorJan Michel <j.michel@gsi.de>
Sat, 22 Aug 2020 11:55:44 +0000 (13:55 +0200)
committerJan Michel <j.michel@gsi.de>
Sat, 22 Aug 2020 17:33:02 +0000 (19:33 +0200)
web/htdocs/network/gbe.pl

index 2e25d32f0c71fa2f670fd3a57762f538998c9361..0996ff458d3b094a734a6de8261c3362b1fcceee 100755 (executable)
@@ -24,11 +24,17 @@ $page->{link}  = "../";
 
 my @setup;
 
-push(@setup,({name      => "EB IP", 
+push(@setup,({name      => "EB_single", 
+              cmd       => "GBE-0xff7f-IpTable.0",
+              period    => 10000,
+              address   => 1}));
+
+push(@setup,({name      => "EB_all16",
               cmd       => "GBE-0xff7f-IpTable",
               period    => 10000,
               address   => 1}));
 
+
 push(@setup,({name      => "SubEvt", 
               cmd       => "GBE-0xff7f-SubEvt",
               period    => 10000,