Difference between revisions of "How to run"

From PREX Wiki
Jump to navigationJump to search
(Created page with "*First, make sure Coda is running *You need to be logged in apar account on adqa3: **<pre> ssh apar@adaq3 </pre> *Go to directory: **<pre> cd /adaqfs/home/apar/vowen/BMWClie...")
 
Line 1: Line 1:
 
*First, make sure Coda is running
 
*First, make sure Coda is running
  
*You need to be logged in apar account on adqa3:
+
*First, make sure Coda is running
**<pre> ssh apar@adaq3 </pre>
+
*look at the PREX Analyzer Control Tool on the CODA computer, which contains Aq Feedback, Parity Realtime Analyzer Status, and Beam Modulation Status (on the bottom part).
 +
**[[Image:Screenshot_at_2020-01-10_20-34-53_bmw1.png | 400px|modulation coil plot ]]
 +
*To start the beam modulation
 +
**Press "Kill All" button in the Beam Modulation Section only
 +
**Select BMOD file the "ProductionModulation_Pause10Min_120Hz_pking.py" and accept it.
 +
***[[Image:Screenshot at 2020-01-10 20-35-30_bmw2.png | 400px|modulation coil plot ]]
  
*Go to directory:
+
**Press "Launch Beam Modulation" button it will become to gray color and you will see a terminal shown up following you action.
**<pre> cd /adaqfs/home/apar/vowen/BMWClient/PyGreenMonster/ </pre>
 
 
 
*Run beam modulation code:
 
**<pre> python3 ProductionModulation_Pause10Min.py </pre>
 
 
 
*# Beam modulation will automatically run for 7 days
 
*# In order to quit beam modulation
 
*#* <pre> control+c </pre> to crash out of the beam modulation program.
 
*#* <pre> python3 gm_bmw_clearall.py </pre> to clean up the DAQ records and release the EPICS FFB pause states.
 

Revision as of 21:56, 10 January 2020

  • First, make sure Coda is running
  • First, make sure Coda is running
  • look at the PREX Analyzer Control Tool on the CODA computer, which contains Aq Feedback, Parity Realtime Analyzer Status, and Beam Modulation Status (on the bottom part).
    • modulation coil plot
  • To start the beam modulation
    • Press "Kill All" button in the Beam Modulation Section only
    • Select BMOD file the "ProductionModulation_Pause10Min_120Hz_pking.py" and accept it.
      • modulation coil plot
    • Press "Launch Beam Modulation" button it will become to gray color and you will see a terminal shown up following you action.