From be84dba5e70eaea13ce93bc1a226afea1e39e857 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Tue, 7 Jan 2014 18:50:22 +0100 Subject: [PATCH] added registers for converter board ADC read-back --- web/htdocs/mvd/cb_controller.pl | 9 +- xml-db/database/CbController.xml | 158 ++++++++++++++++++++++++++++++- 2 files changed, 162 insertions(+), 5 deletions(-) diff --git a/web/htdocs/mvd/cb_controller.pl b/web/htdocs/mvd/cb_controller.pl index 6a5c92e..6f4fcde 100755 --- a/web/htdocs/mvd/cb_controller.pl +++ b/web/htdocs/mvd/cb_controller.pl @@ -26,11 +26,16 @@ $setup[1]->{cmd} = "CbController-0xfe4d-CbSpiRam"; $setup[1]->{period} = 1000; $setup[1]->{address} = 1; -$setup[2]->{name} = "UcRegs"; -$setup[2]->{cmd} = "CbController-0xfe4d-CbUcRegs"; +$setup[2]->{name} = "ADC"; +$setup[2]->{cmd} = "CbController-0xfe4d-CbAdc"; $setup[2]->{period} = 1000; $setup[2]->{address} = 1; +$setup[3]->{name} = "UcRegs"; +$setup[3]->{cmd} = "CbController-0xfe4d-CbUcRegs"; +$setup[3]->{period} = 1000; +$setup[3]->{address} = 1; + xmlpage::initPage(\@setup,$page); diff --git a/xml-db/database/CbController.xml b/xml-db/database/CbController.xml index 81594c9..e718cb6 100644 --- a/xml-db/database/CbController.xml +++ b/xml-db/database/CbController.xml @@ -103,10 +103,162 @@ + + + + Current on the digital power supply. + + + + + + + Current on the analog power supply. + + + + + + + Voltage of the digital power supply, sensed at the FEB + + + + + + + Voltage of the analog power supply, sensed at the FEB + + + + + + + Voltage on the ground sense line from the FEB + + + + + + + Voltage measured at the Temperature diode, relative to Gnd sense + + + + + + + Zero calibration of amplifier, single ended + + + + + + + Zero calibration of amplifier, differential + + + + + + + Discriminator reference voltage A, absolute value + + + + + + + Discriminator reference voltage B, absolute value + + + + + + + Discriminator reference voltage C, absolute value + + + + + + + Discriminator reference voltage D, absolute value + + + + + + + Discriminator reference voltage A, differential 1-2 + + + + + + + Discriminator reference voltage B, differential 1-2 + + + + + + + Discriminator reference voltage C, differential 1-2 + + + + + + + Discriminator reference voltage D, differential 1-2 + + + + + + + + + + - - Data word with timestamp in the SPI ram, received from the CB Microcontroller. + address="0120" size="224" purpose="status" mode="r" continuous="true"> + + Data word with timestamp in the SPI ram, received from the CB Microcontroller. Please note that the values shown correspond to register addresses 32 to 255. -- 2.43.0