From: Cahit Ugur Date: Thu, 30 Apr 2015 07:42:16 +0000 (+0200) Subject: moved tdc fsm debug to tdc_debug.htm X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=083c3dd5089dabefe909d23112470eb9a482bbba;p=daqtools.git moved tdc fsm debug to tdc_debug.htm --- diff --git a/web/htdocs/tdc/tdc.htm b/web/htdocs/tdc/tdc.htm index 1551d5b..be0ef64 100644 --- a/web/htdocs/tdc/tdc.htm +++ b/web/htdocs/tdc/tdc.htm @@ -59,7 +59,7 @@ var oldvalues = {}; var regstatus = "c100-19"; var regctrl = "c800-5"; -var regstatusnames = new Array("debug_rd
debug_wr
tdc version
channels
ref input","","","", +var regstatusnames = new Array("tdc version
channels
ref input","","","", "valid trg","valid tmg trg","valid notmg","invalid trg","multi trg", "spurious trg","wrong rdo","spikes","idle time","wait time","", "releases","rdo time","timeout number","data finished number"); @@ -269,7 +269,8 @@ function updatestatregs(data) { val = c[j][i+1]; o += ""; if(i==0) { - o += (val&0xF).toString(16)+"
"+((val&0xF0)>>4).toString(16)+"
"+((val&0x0e000000)>>25)+"."+((val&0x1e00000)>>21)+"."+((val&0x1e0000)>>17)+"
"+((val&0xff00)>>8)+"
"; + o += ((val&0x0e000000)>>25)+"."+((val&0x1e00000)>>21)+"."+((val&0x1e0000)>>17)+"
"+((val&0xff00)>>8)+"
"; + if((val>>16 & 1)) o += ""; if((val>>16 & 1)) diff --git a/web/htdocs/tdc/tdc_debug.htm b/web/htdocs/tdc/tdc_debug.htm index d33199f..76c1c91 100644 --- a/web/htdocs/tdc/tdc_debug.htm +++ b/web/htdocs/tdc/tdc_debug.htm @@ -4,229 +4,224 @@ -TDC Registers +TDC Debug Registers -

Hit Counters & TDC Registers

+

TDC Debug Registers

-
Configuration -
Board -
# of Channels -
Update Interval (ms) -
Split Table -
Differences -
Input Status -
+
Configuration +
Board + +
Filter + +
# of Channels + +
Update Interval (ms) + + + +
Split Table + + +
+
-
ChannelValue
- -
ChannelEncValueEnc
- -
ChannelFifoValueFifo
- -
ChannelLostValueLost
+
ChannelValue
+
RegisterValues