18
SC-TDC-1000 S Series Manual | Surface Concept GmbH
4.2.7 Tag Signal Input (sub-R E8 only)
The tag input is an additional counter input for signal counting. The counter number is included into the
general data stream of the TDC. The tag signal has to be applied as a LVTTL (low voltage TTL) signal on
50Ohms to the “TAG IN“ (BNC socket) of the TDC.
In addition changes in the tdc_gpx3.ini file must be made for the tag signal to be registered by the TDC.
The corresponding entry in the tdc_gpx3.ini file is:
TimeTag = X
X is an integer value and must be one of the following values: 0, 1, 2, 3, 4, 5 or 6.
The default setting is 0
.
Each value represents a certain functionality, which is described below:
TimeTag = 0
TimeTag = 1
TimeTag = 2
TimeTag = 3
TimeTag = 4
TimeTag = 5
TimeTag = 6
;tag counting is switched off and any signal to the “TAG IN“ is ignored, nBytes can be
set to 4 or 8 (see below for further details on nBytes). Also any state input, master reset
input or ADC input signals are ignored.
;the tag is counting the internal 80MHz clock signal of the FPGA and is therefore
functioning as a timer. Any signal to the “TAG IN“ is ignored. This mode is not working in
combination with the state input.
;the tag is counting the external LVTTL signal applied to the “TAG IN“. The counter is
reset with the start of a new measurement. This mode is not working in combination
with the state input.
;tag counting is switched off and any signal to the “TAG IN“ is ignored. This value must be
set for using the ADC functionality in combination with the state input and the master
reset input.
;corresponds to the setting of TimeTag = 3.
;must be set for using the tag as timer (similar to TimeTag = 1) but in combination with
the state input. A pulse on “Tag In“ resets the timer to 0.
;must be set for using the tag as counter (similar to TimeTag = 2) but in combination with
the state input.
The number of bits which are available for each detector event (x, y, t) is defined by an additional parameter
called “nBytes” in the tdc_gpx3.ini file.
The corresponding entry in the tdc_gpx3.ini file is:
nBytes = X
X is an integer value of either 4 or 8.
The default setting is 8
.