SuperKEKB XRM system |
Not logged in |
 |
|
Tue Jan 22 07:56:56 2019, M. Andrew, documentation, instructions for setup, compiling and data acquisition
|
Fri Oct 4 08:55:23 2019, M. Andrew, documentation, instructions for pdu control
|
Fri Oct 4 10:04:12 2019, M. Andrew, documentation, instructions for programming boardstack
|
Fri Oct 4 10:18:44 2019, M. Andrew, documentation, instructions for checking boardstack status and temperature
|
Fri Oct 4 10:33:53 2019, M. Andrew, documentation, instructions for boardstack configuration
|
Tue Oct 29 09:27:14 2019, M. Andrew, documentation, instructions on taking a full revolution of waveforms 
|
Wed Oct 30 15:23:57 2019, M. Andrew, documentation, sample waveform files 8x
|
Mon Nov 18 13:30:44 2019, M. Andrew, documentation, first light!
|
Wed Nov 6 13:35:45 2024, M. Andrew, documentation, sample waveform files  
|
Tue Nov 5 11:47:36 2019, M. Andrew, documentation, instructions on taking data around a desired RF bucket
|
|
Message ID: 27
Entry time: Tue Nov 5 11:47:36 2019
In reply to: 15
|
Author: |
M. Andrew |
Type: |
documentation |
Subject: |
instructions on taking data around a desired RF bucket |
|
|
This mode of operation is useful when you've located your RF bucket of interest and want to focus on taking data at that position.
First, ensure the boardstack is powered, programmed and configured.
Then, make sure the ".config" file in ~/build/uh-svn-repo/trunk/software/b2l/scripts_dev/ has a line declaring the xrm_mode is "acquire" and plot_continuous is set to 1 and xrm_run_continuous is set to 1:
xrm_run_continuous=1
plot_continuous=1
xrm_mode="acquire"
Choose your bunch marker like so (in the same .config file):
desired_RF_bucket=762
RF_bucket_sample_offset=-1
After that, to acquire data, simply run ./xrm.py from ~/build/uh-svn-repo/trunk/software/b2l/scripts_dev/ (see attachment for example output). |
|