From f83c034011fa81c742b359f2e0cbecbccffcfd4f Mon Sep 17 00:00:00 2001 From: hadaq Date: Thu, 29 Aug 2024 15:25:01 +0200 Subject: [PATCH] MDC upgrade registers --- web/htdocs/addons/mdcupgrade.pl | 20 +++++++++++++++++++- xml-db/database/MDCUpgrade.xml | 6 +++--- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/web/htdocs/addons/mdcupgrade.pl b/web/htdocs/addons/mdcupgrade.pl index e6468fa..59a69be 100755 --- a/web/htdocs/addons/mdcupgrade.pl +++ b/web/htdocs/addons/mdcupgrade.pl @@ -35,12 +35,30 @@ push(@setup,({name => "SpikeCount", rates => 1, address => 1})); -push(@setup,({name => "HitCount", +push(@setup,({name => "AllHitCount", cmd => "InputMonitorTrb3sc-0xfe91-MonitorCounters", period => 1000, rates => 1, address => 1})); +push(@setup,({name => "SavedHitCount", + cmd => "MDCUpgrade-0xfe91-SavedHitCounter", + period => 1000, + rates => 1, + address => 1})); + +push(@setup,({name => "TdcErrorCount", + cmd => "MDCUpgrade-0xfe91-TdcErrorCounter", + period => 1000, + rates => 1, + address => 1})); + +#push(@setup,({name => "ToTExceededCount", +# cmd => "MDCUpgrade-0xfe91-ToTExceededCounter", +# period => 1000, +# rates => 1, +# address => 1})); + push(@setup,({name => "OEPControl", cmd => "MDCUpgrade-0xfe90-OepConfig", period => 1000, diff --git a/xml-db/database/MDCUpgrade.xml b/xml-db/database/MDCUpgrade.xml index a64ac02..537c29b 100644 --- a/xml-db/database/MDCUpgrade.xml +++ b/xml-db/database/MDCUpgrade.xml @@ -146,14 +146,14 @@ Counter for hits rejected due to too long ToT - + - Counter for hits with decoding error in TDC - + Counter for hits with decoding error in TDC. Usually due to too short signals. + -- 2.43.0