From: Cahit Ugur Date: Tue, 5 Nov 2013 17:13:21 +0000 (+0100) Subject: hit signal status explanation X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=e4f032a210c400122ab25a41e18e5344aaaed9e0;p=daqtools.git hit signal status explanation --- diff --git a/web/htdocs/tdc/tdc.htm b/web/htdocs/tdc/tdc.htm index 8acb908..357ebf6 100644 --- a/web/htdocs/tdc/tdc.htm +++ b/web/htdocs/tdc/tdc.htm @@ -11,7 +11,7 @@

Hit Counters & TDC Registers

-
Configuration +
Configuration
Board
Filter @@ -21,15 +21,20 @@
Update Interval (ms) -
Split Table - -
Differences - -
Input Status/Enable -   - -
- + +
Split Table + + Differences + + + +
Input Status +   + Enable + + +
+
@@ -62,8 +67,9 @@ var regctrlnames = new Array("Logic Anal.
Debug Mode
Run Mode", var tooltiptriggerless = "\"Current run mode is triggerless. The epoch and coarse counters are never reset.\""; var tooltiptriggered = "\"Current run mode is triggered. The epoch and coarse counters are reset after every trigger window.\""; +var tooltipstatus = "\"Green\tpositive pulse \nRed\t\tnegative pulse\""; - + var updateTask; var updateStatRegsTask; var updateCtrlRegsTask; @@ -138,7 +144,7 @@ function update(data) { val = c[j][i] & 0xFFFFFF; } if(showstatus) - o += "
"; + o += ""; else o += ""; o += (val);