From 134bcbbe4e12285b73c8fc96653b31ba8edb1307 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Wed, 21 Sep 2022 15:57:22 +0200 Subject: [PATCH] prepare a couple of db files --- installation/addresses_mdc.db | 43 ++++++++++++++++++++++ installation/addresses_powerdistributor.db | 31 ++++++++++++++++ serials/serials_powerdistributor.db | 6 +++ settings_power/settings_voltage.db | 6 +++ 4 files changed, 86 insertions(+) create mode 100644 installation/addresses_mdc.db create mode 100644 installation/addresses_powerdistributor.db create mode 100644 serials/serials_powerdistributor.db create mode 100644 settings_power/settings_voltage.db diff --git a/installation/addresses_mdc.db b/installation/addresses_mdc.db new file mode 100644 index 0000000..2535ea0 --- /dev/null +++ b/installation/addresses_mdc.db @@ -0,0 +1,43 @@ +#Address # S/N # FPGA # +################################################### +#Plane 0, Sector 0 + + 0x8e00 0 5 + 0x1000 0 0 + 0x1001 0 1 + + 0x8e01 0 5 + 0x1010 0 0 + 0x1011 0 1 + + 0x8e02 0 5 + 0x1020 0 0 + 0x1021 0 1 + 0x1022 0 2 + + + + + + + + OEP FPGA: + + 1 digit: 8 (as for all hubs) + 2 digit: e/f (inner/outer MDC) + 3 digit: 0..b (chamber number, 0..5 for MDC1/3 6..B for MDC2/4) + 4 digit: 0..f (MBO number) + +TDC FPGA: + + 1 digit: 1/2 (inner/outer MDC) + 2 digit: 0..b (chamber number, 0..5 for MDC1/3 6..B for MDC2/4) + 3 digit: 0..f (MBO number) + 4 digit: 0..2 (FPGA number) + +Hub FPGA: + + 1 digit: 8 (as for all hubs) + 2 digit: 5 + 3 digit: 0..b (crate number, 0..5 inner MDC, 6..b outer MDC sectors) + 4 digit FPGA number in crate (0:master & Subevent ID) diff --git a/installation/addresses_powerdistributor.db b/installation/addresses_powerdistributor.db new file mode 100644 index 0000000..3c9dcad --- /dev/null +++ b/installation/addresses_powerdistributor.db @@ -0,0 +1,31 @@ +#List of Positions of Power Distributor boards + +# Plane # Sector # Serial +################################### + 0 0 000 + 0 1 000 + 0 2 000 + 0 3 000 + 0 4 000 + 0 5 000 + + 1 0 000 + 1 1 000 + 1 2 000 + 1 3 000 + 1 4 000 + 1 5 000 + + 2 0 000 + 2 1 000 + 2 2 000 + 2 3 000 + 2 4 000 + 2 5 000 + + 3 0 000 + 3 1 000 + 3 2 000 + 3 3 000 + 3 4 000 + 3 5 000 diff --git a/serials/serials_powerdistributor.db b/serials/serials_powerdistributor.db new file mode 100644 index 0000000..19178b3 --- /dev/null +++ b/serials/serials_powerdistributor.db @@ -0,0 +1,6 @@ +#List of all serial numbers for MDC power distributed +#Boards are available in the HADES LAN with their name mdcpd000 + + +# Serial # MAC +######################################## diff --git a/settings_power/settings_voltage.db b/settings_power/settings_voltage.db new file mode 100644 index 0000000..cc7ac08 --- /dev/null +++ b/settings_power/settings_voltage.db @@ -0,0 +1,6 @@ +#Board address used here is the TrbNet address of OEP (the same as for ADC readings) +#Position in the detector and channel on power board can be calculated from this +#Voltages are set between 0 and 7 + +# Address # Voltage 1 # Voltage 2 +######################################## -- 2.43.0