VMM3: Difference between revisions
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
Program the Latency in the VMM Configuration file to match the expected HIT - TRIGGER time difference. | Program the Latency in the VMM Configuration file to match the expected HIT - TRIGGER time difference. | ||
'''Description of mode:''' By selecting CKTP as 'none' the internal pulser is not enabled. The TRIG IN signal will be promptly sent as the VMM trigger. | '''Description of mode:''' By selecting CKTP as 'none' the internal pulser is not enabled. The TRIG IN signal will be promptly sent as the VMM trigger. | ||
'''TDC values explanation:''' | |||
For the VMM Configuration file I gave you the programmed window size is 7 BC clock periods so this is the range of trigger delay values that should give you matching hits. | |||
The leading edge of the trigger pulse matters in fixing the look back - the trigger width is not a factor. (Note: the maximum window width is 8 - I believe to get this value you program window = 0; need to confirm this.) | |||
Description of TDC from VMM Specification (p7): | |||
"The time detector measures the timing using a time-to-amplitude converter (TAC), | |||
i.e. a voltage ramp that starts either at the threshold crossing [of hit] or at the time of the peak [of hit] and stops at a clock cycle of the BC clock." | |||
(See attached 2 slides.) | |||
In the current firmware the test pulse (CKTP) that generates the hits in the channels is synchronous to BC so the 8-bit ADC measurement shows only small event-to-event variations. | |||
In the future I can introduce an adjustable phase shift for CKTP relative to BC that would be useful to calibrate the TAC. Calibration of the TAC may also be done with an external pulse generator injecting hits into the VMM. | |||
Detector pulses are of course asynchronous to BC and will show up as a distribution in time. Since the BC period is nominally 25 ns the TAC voltage ramp should be chosen to be the smallest value (60 ns) for the best time resolution. | |||
This is the value in your current VMM Configuration file. |
Revision as of 12:43, 17 July 2024
VMM3 prototype
Running modes with TI:
Using pulser on prototype: Connect prototype AUX OUT to TI trigger input. Connect TI L1 Accept to prototype TRIG IN. Select Trigger Source as 'external delayed' (1). Select Test Pulse Source (CKTP) as 'internal pulser' (2). Program the internal pulser rate. Program the delay between hit and trigger that matches the Latency in the VMM Configuration file. Description of mode: The internal pulser is enabled by selecting CKTP as 'internal pulser'. The Test Pulse promptly generates hits in the channels selected in the VMM Configuration file and is also driven off board on AUX OUT. The L1 Accept from the TI is the TRIG IN signal which is delayed in the prototype by the programmed amount ( = Latency). The delayed trigger is the VMM Trigger. (The delay may have to be set slightly less than the Latency due to the TI IN-OUT delay.)
Using pulser on TI: Connect TI L1 Accept to prototype TRIG IN. Select Trigger Source as 'external delayed' (1). Select Test Pulse Source (CKTP) as 'external trigger' (1). Program the delay between hit and trigger that matches the Latency in the VMM Configuration file. Program and start pulser on TI. Description of mode: By selecting CKTP as 'external trigger' the TRIG IN signal will generate the Test Pulse. The internal pulser on the prototype is not enabled. The Test Pulse promptly generates hits in the channels selected in the VMM Configuration file. TRIG IN is delayed in the prototype by the programmed amount ( = Latency) and serves as the VMM trigger.
Detector Mode: Connect TI L1 Accept to prototype TRIG IN. Select Trigger Source as 'external' (0). Select Test Pulse Source (CKTP) as 'none' (0). Program the Latency in the VMM Configuration file to match the expected HIT - TRIGGER time difference. Description of mode: By selecting CKTP as 'none' the internal pulser is not enabled. The TRIG IN signal will be promptly sent as the VMM trigger.
TDC values explanation:
For the VMM Configuration file I gave you the programmed window size is 7 BC clock periods so this is the range of trigger delay values that should give you matching hits. The leading edge of the trigger pulse matters in fixing the look back - the trigger width is not a factor. (Note: the maximum window width is 8 - I believe to get this value you program window = 0; need to confirm this.)
Description of TDC from VMM Specification (p7): "The time detector measures the timing using a time-to-amplitude converter (TAC), i.e. a voltage ramp that starts either at the threshold crossing [of hit] or at the time of the peak [of hit] and stops at a clock cycle of the BC clock." (See attached 2 slides.)
In the current firmware the test pulse (CKTP) that generates the hits in the channels is synchronous to BC so the 8-bit ADC measurement shows only small event-to-event variations. In the future I can introduce an adjustable phase shift for CKTP relative to BC that would be useful to calibrate the TAC. Calibration of the TAC may also be done with an external pulse generator injecting hits into the VMM.
Detector pulses are of course asynchronous to BC and will show up as a distribution in time. Since the BC period is nominally 25 ns the TAC voltage ramp should be chosen to be the smallest value (60 ns) for the best time resolution. This is the value in your current VMM Configuration file.