]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
fix: show serial in networkmap for Trb5Sc -AW
authorAdrian Weber <adrian.a.weber@exp2.physik.uni-giessen.de>
Tue, 16 Apr 2019 15:47:45 +0000 (17:47 +0200)
committerAdrian Weber <adrian.a.weber@exp2.physik.uni-giessen.de>
Tue, 16 Apr 2019 15:47:45 +0000 (17:47 +0200)
web/htdocs/network/map.pl

index f789ddf06e456c1030c38f5e3a5dc027479a18d1..7184f1a5cc956dbaca338842cfa70fc8e5f6129a 100755 (executable)
@@ -304,6 +304,7 @@ sub GetSerial {
   if($type == 0x95) { $file = 'trb3sc'; }
   if($type == 0x96) { $file = 'dirich'; }
   if($type == 0x97) { $file = 'dirich_concentrator'; }
+  if($type == 0xa5) { $file = 'trb5sc'; }
   if($type == 0x23 && -e "/home/hadaq/trbsoft/daq/mdc/serials_oep.db"  ) {$file = "/home/hadaq/trbsoft/daq/mdc/serials_oep.db";}
   return '-' unless $file;