Difference between revisions of "Pol He-3 Target Information"
From HallCWiki
Jump to navigationJump to searchLine 1: | Line 1: | ||
== Target Operator Instructions == | == Target Operator Instructions == | ||
+ | * [[Pol_He-3_Target_Information#Target_Operator_Instructions|PolHe3 Target Training Slides]] | ||
* [[Pol He-3 Target Screen Setup|Pol He-3 Target Screen Setup / How-tos]] | * [[Pol He-3 Target Screen Setup|Pol He-3 Target Screen Setup / How-tos]] | ||
− | |||
− | |||
== System Description == | == System Description == |
Revision as of 12:26, 29 January 2020
Target Operator Instructions
System Description
Checklists
- Checklist before starting Target Work inside the Enclosure
- Backout Checklist after Hall Access for Target Work
- Backout Checklist after Target Work inside Enclosure
Expert Information
Pol He3 Field Mapping Data
Circular Raster Information
- Raster Status Presentation Mark J., Bob M. (Dec 10, 2018 Collaboration Meeting)
Reboot Switches
- Reboot Switch Operation --How to use reboot switches
- hcreboot5 --Devices in the Pol He3 Rack behind the Green Wall
- hcreboot6 --Devices in the two racks under the pivot
Reset Target Ladder Motion Control
Cable/RTD/Signal Maps
NOTE: If you update a map below Click on a the previous hclog entry and either add a comment pointing to your new entry, or use the 'Follow-up' link on the old entry to make a new entry. That will make it easier to track when/why things change.
- Note: There is a dictionary of EPICS PVs with descriptions at
- ~coda/coda/scripts/EPICS_logging/polhe3-epics.txt
- Laser Fiber End RTDs:
- Hardware notes: https://logbooks.jlab.org/entry/3747838
- Final Map: https://logbooks.jlab.org/entry/3747950
- RTDs on cell:
- Visual gauge photo: https://logbooks.jlab.org/entry/3747509 (12/06/2019 - 03:48)
- RTD head settings: https://logbooks.jlab.org/entry/3747508
Fiber RTD hardware trip points
- Fire Safety RTDs
- HcFiberTemp0, HcFiberTemp1
- max measured about 32C
- set trip to 36C
- Fiber Temperature RTDs
- HcFiberTemp4+ (except for 12, 14 below)
- Max measured of about 32C
- set trip to 46C (as of Jan 14, 2020 -- will set to 36C during next downtime)
- HcFiberTemp12, 14
- Max measured of 40C
- set trip to 46C
Reset instructions for RTD HW trip points • Expert only (Brad or Ethan) [click]
Address 0xF6 FiberTemp0-1: (and the unused 2, 3) Fire safety RTDs (max 36) Address 0xF5 FiberTemp4--7 * max 36 Address 0xF3 FiberTemp8--11 * max 36 Address 0xF4 FiberTemp12-15 * max 46 due to 12, 14
NOTE: power cycling the acromag controller below will trip the laser interlock!
- Set the hardware trip limits
% ssh pi@polhe3pi2 ('hccuser' password) % cd Documents % scls # select 'acromag' entry, then type Ctrl-C to kill the program # Set the limits % for f in 0xf3 0xf5 0xF6; do ./setupAcro -l 36 -a $f; done % for f in 0xf4; do ./setupAcro -l 46 -a $f; done # Reboot the acromag controller using hcreboot6 # Then restart the software by (for example) running bash again % bash
- Verify that the stripcharts are updating again and close the terminal window.
PolHe3 Alarm Handler defaults
These can be reset this way:
% ssh cvxwrks@cdaql1 % cd alarm_handler_polhe3 % ./set_polhe3_defaults
Type in the number for the fields you wish to reset and hit return.