From cb86d3bbf670b40ac53c9e5a02dc07bf4be67079 Mon Sep 17 00:00:00 2001 From: Andreas Neiser Date: Tue, 20 May 2014 11:36:46 +0200 Subject: [PATCH] Add an imcomplete but valid Padiwa SpiEntity --- xml-db/database/Padiwa.xml | 343 ++++++++++++++++++++++++++++++++++++ xml-db/schema/SpiEntity.xsd | 73 ++++++++ 2 files changed, 416 insertions(+) create mode 100644 xml-db/database/Padiwa.xml create mode 100644 xml-db/schema/SpiEntity.xsd diff --git a/xml-db/database/Padiwa.xml b/xml-db/database/Padiwa.xml new file mode 100644 index 0000000..661190a --- /dev/null +++ b/xml-db/database/Padiwa.xml @@ -0,0 +1,343 @@ + + + Padiwa discriminator front-end + + + + + + + + + Read the unique identifier of the onboard temperature sensor + + + + Board Temperature + + + + + + + Input Enable, one bit per input. 0: enable (default), 1: disable + + + + Input Status, one bit per input, represents the current status of the pin + + + + Manage the onboard LEDs indicating channel activity + + Bit 0-3: LED in alphabetical order. Read: LED status. Write: Override LED status. + + + Disable the LED override. LEDs are off by default due to influence on PMTs + + + + + + + + + diff --git a/xml-db/schema/SpiEntity.xsd b/xml-db/schema/SpiEntity.xsd new file mode 100644 index 0000000..6ad3df7 --- /dev/null +++ b/xml-db/schema/SpiEntity.xsd @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.43.0