]> jspc29.x-matter.uni-frankfurt.de Git - mvd_docu.git/commitdiff
added a debugging word
authorJan Michel <j.michel@gsi.de>
Fri, 10 Oct 2014 09:58:35 +0000 (11:58 +0200)
committerJan Michel <j.michel@gsi.de>
Fri, 10 Oct 2014 09:58:35 +0000 (11:58 +0200)
dataformat/DataFileStructure.tex
dataformat/main.pdf

index e7b360536783340a6a4f751843d0b5c4751225f5..fd1e7075859702dd55ac5dd28c223211fed4004a 100644 (file)
@@ -66,11 +66,12 @@ The first word must be equal for all data formats, containing sensor id and tota
 1 Header & 7  -- 0  & Sensor ID \\
          & 31 -- 16 & Frame Length \\
 2 Status & 31 -- 0  & 32 Bit status word, defined elsewhere. \\
-3 Time   & 31 -- 0  & 32 Bit timestamp, when the frame has been received by the FPGA\\
-4 Start  & 31 -- 0  & Sensor Header, should be 0x55555555 \\
-5 Frame  & 31 -- 0  & Frame Number \\
-6 Length & 15 -- 0  & Frame Length, copied in upper 16 Bit \\
-7 -- N   & & Sensor Data \\
+3 Debug  & 31 -- 0  & 32 Bit debugging word, to be ignored by standard software \\
+4 Time   & 31 -- 0  & 32 Bit timestamp, when the frame has been received by the FPGA\\
+5 Start  & 31 -- 0  & Sensor Header, should be 0x55555555 \\
+6 Frame  & 31 -- 0  & Frame Number \\
+7 Length & 15 -- 0  & Frame Length, copied in upper 16 Bit \\
+8 -- N   & & Sensor Data \\
 \hline
 \end{tabularx}
 \caption{Frame format for normal data (type 0x01). In case of a non-working sensor, only words 1 to 3 are present.}
index 20741f56c2dd9fa916f9cb5429b74a97e7b77cab..3ebd68f07b2b49b511148e7246f8d429bc1af1a0 100644 (file)
Binary files a/dataformat/main.pdf and b/dataformat/main.pdf differ