This unit contains 16 channels of computer-controlled leading edge discriminators with time-to-charge converters suitable for use with FERA and other charge-integrating ADCs. The TQCs can be configured as either common-start or common-stop. It also has 16 shapers with individually computer-controlled gains, and a test multiplexer that allows the user to inspect the logic and shaped signals from outside the detector cave or other remote location. These test outputs can be disabled on individual modules, such that several units can be or'd and summed to feed only one logic and one linear signal at a time to a scope for an entire array of detectors. Both the shapers and discriminators can be configured to accept either positive or negative going pulses, on a channel by channel basis. The discriminator produces individual outputs in ECL differential form on 34-pin ribbon-cable connectors, as well as an Or of all 16 channels on a Lemo NIM output. It also provides multiplicity as 50 mV/hit on a Lemo connector. The TDC outputs can be vetoed, to prevent starting TDC channels prematurely. Two shaped output are provided on 34-pin connectors. One of these outputs can be attenuated inside the unit by plug-in resistor packs. There are manual adjustments for Pole/Zero compensation of each channel, so that variations in preamp/detector shape can be compensated out of the shaped signal. The module occupies 2 slots in a standard CAMAC crate. |
Block Diagram of the Silicon Shaper-Discriminator
The test port is F=16, A=0 Only the lower 8 bits are used : bit # 7 6 5 4 3 2 1 0 | | | | | \_____/ = Least significant 3 bits of channel address | | | | | | | | | ------------ 1 if channel address < 8 | | | | | | | --------------- 1 if channel address >= 8 | x x (not used) | ------------------------ 0 turns Module Select light onIf both bits 3 and 4 are zero, then the module ouputs no signal on the test port.
The Gain control register is F=16, A=1 The lower 3 bits are used : bit # 2 1 0 | | | | | ---------------- The serial data stream | | | -------------------- The serial data clock | ------------------------ The 'RES/' control bit to the DS1267 Chip
The Dallas DS1267 Digital Pot chip has two separate 256-step pots on one chip. They can be connected together as one 512-step pot, but we did not set up our circuit board for that. So, with two pots each having 256 taps, we need 16 bits to control them, plus a bit for connecting the two together, Which we must set to 0 to keep the pots separate. There are 8 pot chips per module, so they need 136 bits to program them. (The serial data stream shifts through all 8 chips.) First the 'RES/' bit is put high (and it must be kept high for the entire process of loading the gains). The serial clock is put low (0). The 'stack-select' bit which connects the 2 pots together is shifted in first (as a 0 in bit # 0) then the serial clock is raised (1) and then lowered (0). The most significant bit of the gain for channel 15 is then put in bit # 0 and the clock is cycled 1 and then 0. This is repeated for the remaining 7 bits of channel 15, then the 8 bits of channel 14 are sent (most significant first). Then a stack select bit of 0 is sent, followed by the gain bits for channels 13 and 12. This process is repeated for all 16 channels, and after the bits for channel 0 are sent, the 'RES/' bit is set low. This loads the new gain setting into the pot's multiplexer circuit. So, you have to load the gain for all 16 channels in one stream, and then raise RES/, even if you are only changing one gain setting. I'm sorry this is so complex, but we were trying to keep the board simple.
The test port is F=16, A=0 Only the lower 8 bits are used : bit # 7 6 5 4 3 2 1 0 | | | | | \_____/ = Least significant 3 bits of channel address | | | | | | | | | ------------ 0 if channel address < 8 | | | | | | | --------------- 0 if channel address >= 8 | x x (not used) | ------------------------ 0 turns Module Select light onIf both bits 3 and 4 are one, then the module ouputs no signal on the test port.
The Threshold port is F=17, A=Chan # Only the lower 8 bits are used. A value of 0 is the smallest threshold, no matter the polarity of the signal. A value of 255 is the largest threshold.
Note that in a combined Shaper/Discriminator, separate CAMAC (N) addresses are used for the shaper and discriminator sections. Normally, the shaper is on the left (lower numbered slot) and the discriminator is on the right (higher numbered slot).