HOME
ESR
EXPERIMENTS
LABS etc
|
E121
E127
E132
E125
E143
laser_cooling_2021
E142
Ê128
E146
E0052
E0018
E0028
E0038
|
proton-capture on 118Te |
Not logged in |
|
|
Message ID: 25
Entry time: Wed Oct 23 14:51:43 2019
|
Author: |
Jan, Laszlo |
Category: |
DAQ |
Subject: |
VME modules & main.cfg |
Year: |
|
|
|
Here is the current list of VME modules in our DRASI daq including HW addresses:
Slot <module> [HW addr.]
1 <RIO4>
2 <Vulom4b> [0500]
3 <ENV3>
5 <scaler V830> [00E1]
7 <scaler V830> [00E2]
15 <TDC V775> [00C1]
17 <TDC V775> [00C2]
19 <MADC> [00A1]
21 <MADC> [00A2]
See also main.cfg attached |
|
CRATE("Master")
{
GSI_VULOM(0x05000000) {
trlo2_master = true
}
MESYTEC_MADC32(0x00A10000) {
nim_busy = gate0
range = 10 V
resolution=8
hires=true
}
BARRIER
MESYTEC_MADC32(0x00A20000) {
nim_busy = gate0
range = 10 V
resolution=8
hires=true
}
BARRIER
CAEN_V775 (0x00C10000) {
common_start = false
time_range = 1200 ns
suppress_invalid = true
suppress_over_range = true
}
BARRIER
CAEN_V775 (0x00C20000) {
common_start = false
time_range = 1200 ns
suppress_invalid = true
suppress_over_range = true
}
BARRIER
CAEN_V830 (0x00E10000) {
resolution = 32
}
BARRIER
CAEN_V830 (0x00E20000) {
resolution = 32
}
}
|