]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
latest changes of xml DB files
authorMaps <maps@ikf>
Mon, 6 Jan 2014 16:20:35 +0000 (17:20 +0100)
committerMaps <maps@ikf>
Mon, 6 Jan 2014 16:20:35 +0000 (17:20 +0100)
xml-db/database/CbController.xml
xml-db/database/Mvd.xml
xml-db/schema/TrbNetCommon.xsd

index 3cddb1133610d5c7f9cc9e73251361fc831820f9..81594c9ba733f869a8c886559b8dbe518c6e6630 100644 (file)
       <register  name="Switches"
                 address="0000" purpose="config" mode="rw" >
         <description>Set Converter Board switches for current sensor.</description>
+        <field name="DisA"
+                start="4" bits="1"  format="bitmask" >
+          <description>Discharge analog sensor power.</description>
+        </field>
+        <field name="DisD"
+                start="2" bits="1"  format="bitmask" >
+          <description>Discharge digital sensor power..</description>
+        </field>
 
         <field name="EnaA"
                 start="5" bits="1"  format="bitmask" >
           <description>Enable analog sensor power.</description>
         </field>
-        <field name="DisA"
-                start="4" bits="1"  format="bitmask" >
-          <description>Discharge analog sensor power.</description>
-        </field>
         <field name="EnaD"
                 start="3" bits="1"  format="bitmask" >
           <description>Enable digital sensor power.</description>
         </field>
-        <field name="DisD"
-                start="2" bits="1"  format="bitmask" >
-          <description>Discharge digital sensor power..</description>
-        </field>
         <field name="SensorEn"
                 start="1" bits="1"  format="bitmask" >
           <description>Enable Reset, Start and Clock signals for current sensor.</description>
index 0faeb00dba42894ae89ebd45e6deead57cb51f58..22659a5d210fb7c62b20a69b284b4827fe01eb3d 100644 (file)
   </group>
   
   <group name="RocStatistics"
-         address="0010"  size="16"  purpose="status"  mode="r"  continuous="true">
+         address="0010"  size="16"  purpose="status"  mode="r"  continuous="true" rate="1">
     <register name="HeadersDetected" address="0000" >
       <description>Number of detected headers</description>
       <field name="HeadersDetected" start="0" bits="24" format="unsigned" noflag="true" rate="true" />
index cf18c58aa2d0da9883f8079a9db2ab76ea45f5c2..52aff10024d17fcbfae7c3ca8ea30c21e337c465 100644 (file)
       <xs:attribute ref="mode" />
       <xs:attribute ref="format" />
       <xs:attribute ref="repeat" />
+      <xs:attribute ref="rate" />
 
     </xs:complexType>
 
     <xs:attribute ref="address" />
     <xs:attribute ref="mode" />
     <xs:attribute ref="purpose" />
+    <xs:attribute ref="rate" />
   </xs:complexType>