From: ECal Group Date: Tue, 29 Jul 2014 12:45:45 +0000 (+0200) Subject: threshold tutorial, adrian_rost=ar X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=8f4d07f518f3b4ae5144d2633bd634a22ba008e9;p=padiwadocu.git threshold tutorial, adrian_rost=ar --- diff --git a/figures/FAST_SLOW.pdf b/figures/FAST_SLOW.pdf new file mode 100644 index 0000000..1e238de Binary files /dev/null and b/figures/FAST_SLOW.pdf differ diff --git a/intro_hints.tex b/intro_hints.tex index ab924c3..0f873af 100644 --- a/intro_hints.tex +++ b/intro_hints.tex @@ -4,7 +4,7 @@ Just some quick notes from a first user perspectives. \item The thresholds can either be set by the \verb!padiwa.pl! script in the daqtools repository or via the web frontend (choose Padiwa SPI and set the reference to 3300 mV). There's also some script - which sets the thresholds automagically, see folder \verb!thresholds!. + which sets the thresholds automatically, see folder \verb!thresholds!. \item Due to the somewhat special design, it is expected behaviour that you see no counts for very low thresholds, then some noise at about the bias voltage ($\approx1.7\,\text{V}$) and then again no diff --git a/intro_thresh.tex b/intro_thresh.tex new file mode 100644 index 0000000..734a3a5 --- /dev/null +++ b/intro_thresh.tex @@ -0,0 +1,19 @@ +How to set thresholds for PaDiWa-AMPS + +Thresholds can be set via an graphical interface or via the \verb!padiwa.pl! script. For the graphical interface one has to go to \verb!locahlhost:1234/thresh/threshold.htm!. There one has to choose the correct Board, DAC-Chain and Channel (even numbers are the FAST channels, odd numbers are the SLOW channels). The Reference has to be set to 3300\,mV. For PaDiWa-AMPS the signal polarity and the approximate value of the baseline is shown in Figure \ref{fig_fast_slow}. The FAST signal is a positive Signal with an baseline at around 60\,mV. One has to find the baseline which is indicated by a very high rate in the TDC Hit Counters (\verb!localhost:1234/tdc/tdc.htm!). Then one has to increase the threshold to set a proper value. The SLOW signal is a negative Signal, so after finding the baseline at around 2890\,mV one has to degrease the threshold to set a proper value. For the FAST channels a threshold of about 10\,mV above the threshold is a reasonable value. The SLOW channels are more sensitive to noise, here values above 20\,mV are reasonable. + +\begin{figure}[h] +\centering +\includegraphics[width=0.8\textwidth]{./figures/FAST_SLOW.pdf} +\caption[FAST and SLOW signal]{Signal polarity and the approximate value of +the baseline for FAST and SLOW channels of PaDiWa-AMPS.} +\label{fig_fast_slow} +\end{figure} + +An script to set the thresholds automatically one can find in \verb!???!. ...tobeadded + +To save the thresholds one can use the pearl script in \verb!/thresholds! The +thresholds can be saved to a file by +typeing \verb!dump_thresholds_mainz.pl! \verb!>! \verb!filename.txt! (have a look to that script and chose the correct DAQ-chain and +make it executable by typeing \verb!chmod! \verb!u+x! +\verb!dump_thresholds_your_script.pl! and loaded to the padiwa by \verb!write_thresholds.pl! \verb!filename.txt!. diff --git a/main.tex b/main.tex index bfd148e..176ec30 100644 --- a/main.tex +++ b/main.tex @@ -136,6 +136,8 @@ \input{intro_mods} \section{Hints for Beginners} \input{intro_hints} +\section{How to set thresholds for PaDiWa-AMPS} +\input{intro_thresh} \cleardoublepage