]> jspc29.x-matter.uni-frankfurt.de Git - mvdconfig.git/commitdiff
PK: Adding the two setup files for Vacuum / ELab s-curve measurements
authorMaps <maps@ikf>
Mon, 16 Feb 2015 17:29:12 +0000 (18:29 +0100)
committerMaps <maps@ikf>
Mon, 16 Feb 2015 17:29:12 +0000 (18:29 +0100)
setup/scurve2_setup.xml [new file with mode: 0644]
setup/scurve2_setup_ELab2.xml [new file with mode: 0644]

diff --git a/setup/scurve2_setup.xml b/setup/scurve2_setup.xml
new file mode 100644 (file)
index 0000000..59b774c
--- /dev/null
@@ -0,0 +1,34 @@
+<?xml version="1.0"  encoding="utf-8" ?>
+<setup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+               xsi:noNamespaceSchemaLocation="../schema/detectorsetup.xsd"
+               name="Prototype"
+               >
+  <description>The test MVD system setup file</description>
+  <system name="Vacuum" />
+  <controller id="0" address="d000" name="board01">
+    <chain id="0" name="chain0">
+      <sensor id="0000" 
+              serial="0"
+              name="sensorE0scurve"
+              config="sensorE0scurve.xml"
+              enabled="true">
+        <description>E-Plane from CERN (links)</description>
+        <position
+                x="0"
+                y="0"
+                z="0"
+                flippedx="false"
+                flippedy="false"
+                phi="0"
+                />
+      </sensor>
+      <JtagConf>delay1</JtagConf>
+      <JtagConf>set_timing_10mhz</JtagConf>
+      <JtagConf>set_inout</JtagConf>
+      <JtagConf>maps_reset_before_off</JtagConf>
+      <JtagConf>maps_reset_after_on</JtagConf>
+    </chain>
+    <JtagConf>waitbeforestart_6us</JtagConf>
+    <JtagConf>trigger_init_sequence</JtagConf>
+  </controller>
+</setup>
diff --git a/setup/scurve2_setup_ELab2.xml b/setup/scurve2_setup_ELab2.xml
new file mode 100644 (file)
index 0000000..212fabd
--- /dev/null
@@ -0,0 +1,43 @@
+<?xml version="1.0"  encoding="utf-8" ?>
+<setup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+               xsi:noNamespaceSchemaLocation="../schema/detectorsetup.xsd"
+               name="Prototype"
+               >
+  <description>S-Curves measurements by Philipp Klaus</description>
+  <system name="ELab" />
+  <controller id="0" address="d882" name="board01">
+    <chain id="0" name="chain0">
+      <sensor id="0000" 
+              serial="0"
+              name="sensorE0scurve2"
+              config="sensorE0scurve2.xml"
+              enabled="true">
+        <description>Sensor with MKD bonded inside Box (G03)</description>
+        <position
+                x="0"
+                y="0"
+                z="0"
+                flippedx="false"
+                flippedy="false"
+                phi="0"
+                />
+       <CbConf
+         EnaA="1"
+         EnaD="1"
+         DisA="0"
+         DisD="0"
+         SensorEn="1"
+         JtagEn="1"
+          CycleRef="1"
+       />
+      </sensor>
+      <JtagConf>delay1</JtagConf>
+      <JtagConf>set_timing_10mhz</JtagConf>
+      <JtagConf>set_inout</JtagConf>
+      <JtagConf>maps_reset_before_off</JtagConf>
+      <JtagConf>maps_reset_after_on</JtagConf>
+    </chain>
+    <JtagConf>waitbeforestart_6us</JtagConf>
+    <JtagConf>trigger_init_sequence</JtagConf>
+  </controller>
+</setup>
\ No newline at end of file