Setting the BBCal and HCal thresholds

From SBS wiki
Revision as of 12:32, 12 November 2021 by Skbarcus (Talk | contribs) (Created page with "== How to adjust the VME DAC HCal and BBCAL discriminator thresholds == * Log into sbs-onl@adaq1 with the usual sbs-onl password ssh sbs-onl@adaq1 *Navigate to /adaqfs/hom...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

How to adjust the VME DAC HCal and BBCAL discriminator thresholds

  • Log into sbs-onl@adaq1 with the usual sbs-onl password
 ssh sbs-onl@adaq1
  • Navigate to /adaqfs/home/sbs-onl/hcal/GUI.
  • To set the environment variables do:
 source setup.sh
  • Execute the following command to open the DAC control GUI:
 python3 DAC_Control_GUI.py

DAC GUI Startup Output.png

  • After executing the command, the a new DAC GUI should pop up which has instructions to load, initialize and save the settings and adjust the thresholds. The terminal in which the command was executed should also print the previous settings of all the channels.

DAC Control GUI.png

  • Click on "Load mpv04Library tab" to load a library
  • Click on "Initialize mpv04" to initialize the library
  • Click on "Save settings" to save the settings
  • Go to the "Enter DAC Output Voltage Setting (V)" and enter the desired output voltage of the DAC channel.
  • Click on "Set Voltage". Note this sets the DAC output voltage which is not equal to the threshold setting. The predicted threshold setting can be seen in the "Predicted Discriminator Threshold (mV)" column and the actual readback for the HCal sum trigger threshold and BBCal Hi Discriminators 1 and 2 can be seen in the "Threshold Readback (mV)" column.
  • Make sure that BBCal Hi Discriminator 1 and BBCal Hi Discriminator 2 have the same value entered
  • Check the online GUI on to make sure that the threshold readback values are where you want them to be.
  • It is also possible to query the readbacks on aslow@adaqsc using:
 caget SBSDaqPi1:thresh1 - for HCAL threshold
 caget SBSDaqPi1:thresh2 - for BBCAL DISC HI1
 caget SBSDaqPi1:thresh3 - for BBCAL DISC HI2
  • For problems/questions with this GUI contact Scott Barcus (skbarcus@jlab.org).