Difference between revisions of "Design and prototyping of SiPM electronics"

From UConn PAN
Jump to navigation Jump to search
m
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
The pages listed here describe the work in electronics undertaken to support Silicon Photomultiplier (SiPM) based  readout of the Tagger Microscope for JLab Hall-D and the GlueX experiment in particular. The working design concept for the Tagger's readout involves an array of PCB boards with SiPMs and their amplifiers, summing circuits etc. suspended in a light-tight box out of the plane of incoming electrons. Each of these "amplifier" or "analog" boards are connected across a light-sealing bus board to a "control" or "digital" board. The latter set of boards principally contain bias voltage control circuitry and an architecture that allows Ethernet-based communication with a controlling PC. The merits of this two-tier design is the ease with which the tagger can be wired without introducing light leaks and the separation between digital circuits and analog amplifiers to reduce noise. The adjacent diagram outlines the basic scheme.
 
The pages listed here describe the work in electronics undertaken to support Silicon Photomultiplier (SiPM) based  readout of the Tagger Microscope for JLab Hall-D and the GlueX experiment in particular. The working design concept for the Tagger's readout involves an array of PCB boards with SiPMs and their amplifiers, summing circuits etc. suspended in a light-tight box out of the plane of incoming electrons. Each of these "amplifier" or "analog" boards are connected across a light-sealing bus board to a "control" or "digital" board. The latter set of boards principally contain bias voltage control circuitry and an architecture that allows Ethernet-based communication with a controlling PC. The merits of this two-tier design is the ease with which the tagger can be wired without introducing light leaks and the separation between digital circuits and analog amplifiers to reduce noise. The adjacent diagram outlines the basic scheme.
 
  
 
== Amplifier Boards ==
 
== Amplifier Boards ==
Line 16: Line 15:
 
A similar amplifier circuit must be replicated for each SiPM in the tagger microscope. However, microscope readout calls for somewhat different design requirements and operating condition constraints. The following is a brief outline of the demands on the amplifier design:
 
A similar amplifier circuit must be replicated for each SiPM in the tagger microscope. However, microscope readout calls for somewhat different design requirements and operating condition constraints. The following is a brief outline of the demands on the amplifier design:
 
* adjustable gain, ranging from readout of hundreds of pixels to calibration with single-photon counting
 
* adjustable gain, ranging from readout of hundreds of pixels to calibration with single-photon counting
* less than 15% gain variability on transistor <math>\beta</math> (<math>h_{FE}</math>) parameter
+
* less than 15% gain variability on transistor beta (h<sub>FE</sub>) parameter
 
* summing circuit to pool SiPM signals in groups of 5
 
* summing circuit to pool SiPM signals in groups of 5
 
* minimized pulse duration
 
* minimized pulse duration
* minimized power consumption  
+
* minimized power consumption
  
 
A full discussion of these along with steps taken to meet the new design goals are outlined in:
 
A full discussion of these along with steps taken to meet the new design goals are outlined in:
Line 28: Line 27:
 
** [http://zeus.phys.uconn.edu/halld/tagger/electronics/design-12-2009/Tagger%20Microscope%20Progress%2020091217.zip Altium board layout project files]
 
** [http://zeus.phys.uconn.edu/halld/tagger/electronics/design-12-2009/Tagger%20Microscope%20Progress%2020091217.zip Altium board layout project files]
 
** [[Amplifier board debugging notes]]
 
** [[Amplifier board debugging notes]]
 
  
 
=== Components ===
 
=== Components ===
 
* [[SiPM Amplifier Components]]
 
* [[SiPM Amplifier Components]]
 
* [[SiPM Inventory for Tagger Microscope Prototype|Inventory of SiPM's for the prototype]]
 
* [[SiPM Inventory for Tagger Microscope Prototype|Inventory of SiPM's for the prototype]]
 
 
  
 
== Digital Control Boards ==
 
== Digital Control Boards ==
Line 54: Line 50:
  
 
*[[Spec Sheets]]
 
*[[Spec Sheets]]
* Presentation on FPGA programming [http://zeus.phys.uconn.edu/~senderovich/GlueX/Tagger/Reports/FPGAtalk-4-17-2008/FPGAdesign.ppt PPT] [http://zeus.phys.uconn.edu/~senderovich/GlueX/Tagger/Reports/FPGAtalk-4-17-2008/FPGAdesign.pdf PDF]  
+
* Presentations on FPGA programming: [[Media:/Tagger/Reports/FPGAtalk-4-17-2008/FPGAdesign.ppt PPT], [http://zeus.phys.uconn.edu/~senderovich/GlueX/Tagger/Reports/FPGAtalk-4-17-2008/FPGAdesign.pdf PDF]  
 
* [http://www.vhdl-online.de/tutorial/ VHDL Tutorial]
 
* [http://www.vhdl-online.de/tutorial/ VHDL Tutorial]
 
* [http://tams-www.informatik.uni-hamburg.de/research/vlsi/vhdl/index.php?content=03-documentation The Hamburg VHDL Archive]
 
* [http://tams-www.informatik.uni-hamburg.de/research/vlsi/vhdl/index.php?content=03-documentation The Hamburg VHDL Archive]
 
  
 
=== VHDL Overview ===
 
=== VHDL Overview ===
Line 66: Line 61:
 
** [[VHDL: The real code]] - section three of the tutorial, focusing on coding the body of your design.
 
** [[VHDL: The real code]] - section three of the tutorial, focusing on coding the body of your design.
 
** [[VHDL: Xilinx ISE]] - section four of the tutorial, focusing on using the development environment.
 
** [[VHDL: Xilinx ISE]] - section four of the tutorial, focusing on using the development environment.
 
  
 
== To-do list ==
 
== To-do list ==

Latest revision as of 15:58, 25 January 2018

Basic Tagger Microscope control/wiring scheme

The pages listed here describe the work in electronics undertaken to support Silicon Photomultiplier (SiPM) based readout of the Tagger Microscope for JLab Hall-D and the GlueX experiment in particular. The working design concept for the Tagger's readout involves an array of PCB boards with SiPMs and their amplifiers, summing circuits etc. suspended in a light-tight box out of the plane of incoming electrons. Each of these "amplifier" or "analog" boards are connected across a light-sealing bus board to a "control" or "digital" board. The latter set of boards principally contain bias voltage control circuitry and an architecture that allows Ethernet-based communication with a controlling PC. The merits of this two-tier design is the ease with which the tagger can be wired without introducing light leaks and the separation between digital circuits and analog amplifiers to reduce noise. The adjacent diagram outlines the basic scheme.

Amplifier Boards

SiPM Amplifier

The suitability of commercially-available SiPMs have been evaluated with "AMP_0604" amplifier by Photonique.

The following pages provide analysis of this circuit:

  • SiPM Amplifier - analog amplifier circuit supplied by for use with the SiPMs.
    • MATLAB amplifier in detail - more information regarding the implementation of the MATLAB-based simulation of the amplifier circuit.

A similar amplifier circuit must be replicated for each SiPM in the tagger microscope. However, microscope readout calls for somewhat different design requirements and operating condition constraints. The following is a brief outline of the demands on the amplifier design:

  • adjustable gain, ranging from readout of hundreds of pixels to calibration with single-photon counting
  • less than 15% gain variability on transistor beta (hFE) parameter
  • summing circuit to pool SiPM signals in groups of 5
  • minimized pulse duration
  • minimized power consumption

A full discussion of these along with steps taken to meet the new design goals are outlined in:

Components

Digital Control Boards

A control board is necessary to operate the amplifier electronics described above. The SiPM bias voltage needs to be adjusted on a sensor by sensor basis due the the wide spread of SiPM breakdown voltages, possible differing temperature conditions and to compensate for variations of optical channel efficiency. Additionally, the amplifier boards may be set into high gain (for single photon counting diagnostic mode) and regular operating regimes. Monitoring of voltage levels and temperature on board the amplifier board is another function that ought to be filled. For these purposes, the Digital Control Board was designed.

The PCB layout of the digital control board is complete. Testing of the three identical prototype boards manufactured for beam tests are nearing completion. Below is the design tree knowledge base for the control board system.

Resources

VHDL Overview

  • VHDL tutorial - a brief guide to VHDL design with a design example; the introduction and core of the tutorial.

To-do list

  • Complete Microscope interface software [in progress]
  • attach SiPMs, FET switches
  • Dark box test of complete electronics set

Schematics and PCB Designs

Electronics board design project by Woody Underwood