User Tools

Site Tools


event_filter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
event_filter [2018/05/11 15:10]
pereira [OBJECT PIN packet]
event_filter [2019/05/24 13:58] (current)
pereira [OBJECT PIN packet]
Line 666: Line 666:
   * **Packet Length** (self-inclusive)   * **Packet Length** (self-inclusive)
  
-^    A number between and 3    ^^^^^^^^^^^^^^^| +^    Either or 3    ^^^^^^^^^^^^^^^| 
-| 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | | X | X |+| 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | | X | X |
 | 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | | 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
  
Line 692: Line 692:
  
  
 +
 +
 +===== Focal Plane PIN-stack packet =====
 +In some experiments, a stack of PIN detectors is included in the detector setup. The S800 DAQ can accommodate up to five different PIN detectors. Their energy are encoded in the [[S800 USB DAQ data format#Tag 0x7167: Phillips 7164 ADC module for CRDC anodes (energies and TAC)|S800 Phillips 7164H ADC]]. Note that for most of the experiments, this packet is empty (i.e. it only includes the packet-length and packet tag) because this detector stack is rarely used.
 + 
 +
 +
 +  * **Packet Length** (self-inclusive)
 +
 +^   Either 2 or 7    ^^^^^^^^^^^^^^^|
 +| 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | X | X | X |
 +| 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
 +
 +
 +  * **Packet Tag**
 +
 +^    0x5805    ^^^^^^^^^^^^^^^|
 +| 0 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 |
 +| 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
 +
 +
 +  * **Energies PINs**
 +The energy from each PIN detector encoded in the Phillips ADC is given by FIVE consecutive words with the following format:  
 +
 +^  ^^^ Ch ^   energy   ^^^^^^^^^^^|
 +| 0 | 0 | 0 | X | X | X | X | X | X | X | X | X | X | X | X | X |
 +| 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
 +
 +
 +here **Ch** is the Phillips ADC channel reserved for each of the PIN detector (from 10 to 14). The energy words is sent by the Filter as long as **energy** is greater than 0.
  
  
event_filter.txt · Last modified: 2019/05/24 13:58 by pereira