From: Cahit Ugur Date: Fri, 1 Mar 2013 10:01:42 +0000 (+0100) Subject: Trigger mode selection button is added - cu X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=91e3433b96c65d9f160969018e98c4b8bf852cb4;p=daqtools.git Trigger mode selection button is added - cu --- diff --git a/web/htdocs/tdc/tdc.htm b/web/htdocs/tdc/tdc.htm index 2c59d19..8c88130 100644 --- a/web/htdocs/tdc/tdc.htm +++ b/web/htdocs/tdc/tdc.htm @@ -179,7 +179,7 @@ function setEnableBlock(e,board,channel,val) { function setRunMode(e,board,val) { reg = 0xc0; op = val?"set":"clr"; - getdata("../commands/putbit.pl?"+board+"-"+reg.toString(16)+"-"+op+"-"+(1<<(12%32)).toString(16),0); + getdata("../commands/putbit.pl?"+board+"-"+reg.toString(16)+"-"+op+"-"+(1<<(12)).toString(16),0); settimers(200,50); }