]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
added CbController reception timestamps
authorwww@jspc55 <www@jspc55>
Thu, 16 Apr 2015 15:15:35 +0000 (17:15 +0200)
committerwww@jspc55 <www@jspc55>
Thu, 16 Apr 2015 15:16:33 +0000 (17:16 +0200)
xml-db/database/CbController.xml

index 0c0fa817d99b302222cea721ff6796cd6a59ef10..a7310002d3e6e38d366c2b05c75de4bc5118785d 100644 (file)
         </field>
         <field name="CurrentDigitalTS"
               start="16" bits="16" mode="r" purpose="status" format="unsigned" unit="us" scale="16">
+          <description>Reception timestamp</description>
         </field>
       </register>
       <register name="CurrentAnalog" address="0001">
     <group name="SensorControlStatusGroup" size="1" repeat="2" address="0020" >
       <register  name="CbStatus" address="0000" purpose="status" mode="r" >
       <description>Status of CB switches and Overcurrent indicators (read only)</description>
+        <field name="CbStatusTS"
+              start="16" bits="16" mode="r" purpose="status" format="unsigned" unit="us" scale="16">
+          <description>Reception timestamp</description>
+        </field>
         <field name="DisA_"
                 start="4" bits="1"  format="bitmask" >
           <description>Discharge analog sensor power</description>
   
 
   <group name="CbSpiRam"
-         address="0120" size="224" purpose="status" mode="r" continuous="true">
+         address="0122" size="222" purpose="status" mode="r" continuous="true">
     <register name="SpiRamEntry" address="0000" purpose="config" mode="rw" repeat="224">
       <description>Data word with timestamp in the SPI ram, received from the CB Microcontroller. Please note that the values shown correspond to register addresses 32 to 255.</description>
       <field name="data"