From 42f2741a362cd342ec76e65cfb5e3882210759b8 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Sun, 26 Oct 2014 19:28:48 +0100 Subject: [PATCH] added registers of ADC data checker --- web/htdocs/addons/adc.pl | 2 +- xml-db/database/ADC.xml | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/web/htdocs/addons/adc.pl b/web/htdocs/addons/adc.pl index c530f8c..f282473 100755 --- a/web/htdocs/addons/adc.pl +++ b/web/htdocs/addons/adc.pl @@ -30,7 +30,7 @@ push(@setup,({name => "Control", address => 1})); push(@setup,({name => "Input", - cmd => "ADC-0xfe4b-InputHandler", + cmd => "ADC-0xfe4b-InputHandler&ADC-0xfe4b-InvalidWords", period => 1000, address => 1})); diff --git a/xml-db/database/ADC.xml b/xml-db/database/ADC.xml index 25ef6a8..26dd43b 100644 --- a/xml-db/database/ADC.xml +++ b/xml-db/database/ADC.xml @@ -91,7 +91,12 @@ Trigger enable for channels 47 - 32 - + + Check incoming words for validity. Two accepted words can be specified. + + + + @@ -235,5 +240,10 @@ - + + + Number of words not matching the given pattern + + + -- 2.43.0