Attachment 'adcm-config.xml'
Download 1 <?xml version="1.0" encoding="UTF-8"?>
2 <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:noNamespaceSchemaLocation="adcm-config.xsd">
4 <decoder>
5 <!--Decoder mode: off, baseline, shape, rec -->
6 <mode val="off"/>
7 </decoder>
8 <!--Terminology.
9 Master is usually Gamma detector channel, Slave is Alpha detector channel.
10 Events are generated for every Master channel signal and may contain any
11 number of Slave channel signals.-->
12 <trigger>
13 <!--Trigger input selection.
14 Event is generated when coincidence logic is enabled and active or when
15 timer is enabled and active. For coincidence logic to work, there must
16 be at least one Master and one Slave channel selected. Also, one channel
17 may be set to both Master and Slave. Timer is used for baseline calibration.
18
19 Coincidence logic is enabled by setting "run" to "1".
20 Test mode is enabled by setting "test" to "1".-->
21 <p name="run" val="0"/>
22 <p name="test" val="0"/>
23
24 <!--Trigger control in coincidence (normal run) mode.
25 Time values are in discrete 10ns steps.
26 DT = time(Master) - time(Slave)
27 PW = prewindow
28 MW = matchwindow
29 Event is generated when -PW <= DT <= MW-PW
30
31 Latency is the number of samples to take before
32 the threshold in Master channel. Slave channels may have less samples.
33 Used for baseline calculation and fine time calculation.-->
34
35 <p name="prewindow" val="31"/>
36 <p name="matchwindow" val="65"/>
37 <p name="latency" val="31"/>
38 </trigger>
39
40 <!-- ADC board parameters. id may be 0,1,2,3 only. -->
41 <adc>
42 <!-- Master Board -->
43 <p ch="default" enable="0" master="0" threshold="50" title="off" profile="0"/>
44 <p ch="0" enable="1" master="0" title="Alpha 1" profile="1"/>
45 <p ch="1" enable="1" master="0" title="Alpha 2" profile="1"/>
46 <p ch="2" enable="1" master="0" title="Alpha 3" profile="1"/>
47 <p ch="3" enable="1" master="0" title="Alpha 4" profile="1"/>
48 <p ch="4" enable="1" master="0" title="Alpha 5" profile="1"/>
49 <p ch="5" enable="1" master="0" title="Alpha 6" profile="1"/>
50 <p ch="6" enable="1" master="0" title="Alpha 7" profile="1"/>
51 <p ch="7" enable="1" master="0" title="Alpha 8" profile="1"/>
52 <p ch="8" enable="1" master="0" title="Alpha 9" profile="1"/>
53 <p ch="14" enable="1" master="1" title="Gamma 1" profile="2"/>
54 <p ch="15" enable="1" master="1" title="Gamma 2" profile="2"/>
55 </adc>
56
57 <!--Special place to keep hand-edited unused tags-->
58 <trashbin>
59 <adc>
60 <!-- Master Board -->
61 <p ch="default" enable="0" master="0" threshold="50" title="off" />
62 <p ch="0" enable="1" master="1" title="Gamma 1" />
63 <p ch="1" enable="1" master="1" title="Gamma 2" />
64 <!-- Slave Board 0 -->
65 <p ch="16" enable="1" master="0" title="Alpha 1" />
66 <p ch="17" enable="1" master="0" title="Alpha 2" />
67 <p ch="18" enable="1" master="0" title="Alpha 3" />
68 <p ch="19" enable="1" master="0" title="Alpha 4" />
69 <p ch="20" enable="1" master="0" title="Alpha 5" />
70 <p ch="21" enable="1" master="0" title="Alpha 6" />
71 <p ch="22" enable="1" master="0" title="Alpha 7" />
72 <p ch="23" enable="1" master="0" title="Alpha 8" />
73 <p ch="24" enable="1" master="0" title="Alpha 9" />
74 <!-- Slave Board 1 -->
75 <!-- Slave Board 2 -->
76 </adc>
77 </trashbin>
78 </config>
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.