From: Jan Michel Date: Mon, 1 Sep 2014 20:22:43 +0000 (+0200) Subject: fixed nxyter status problem X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=19db2b167acfa4578c994d9e5a17749fe00dc82e;p=daqtools.git fixed nxyter status problem --- diff --git a/web/htdocs/nxyter/index.pl b/web/htdocs/nxyter/index.pl index 3dda6a5..65c90e2 100755 --- a/web/htdocs/nxyter/index.pl +++ b/web/htdocs/nxyter/index.pl @@ -24,10 +24,11 @@ $page->{link} = "../"; my @setup; + $setup[0]->{name} = "Status"; $setup[0]->{cmd} = "Nxyter-0xfe49-NXStatus&Nxyter-0xfe49-ADCStatus"; $setup[0]->{period} = -1; -$setup[0]->{generic} = 1; +$setup[0]->{address} = 1; $setup[1]->{name} = "DataReceiver"; $setup[1]->{cmd} = "Nxyter-0xfe49-DataValidate&Nxyter-0xfe49-DataReceiver";