Clarion2: Difference between revisions
(→gln_ui) |
|||
Line 27: | Line 27: | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
-------------------------------------- | -------------------------------------- | ||
fill <det-list> | ;<code> fill <det-list> </code> | ||
fill <det-list> after <number-of-minutes> (or <hours:minutes>) | : fill detectors <det-list> now | ||
cool <det-list> | ;<code> fill <det-list> after <number-of-minutes> </code> (or <hours;:minutes>) | ||
ton <det-list> | : wait to fill detectors <det-list> by time <hours:minutes> | ||
tof <det-list> | ;<code> cool <det-list> </ode> | ||
: cool down detectors | |||
con det#[.temp#] | ;<code> ton <det-list> </code> | ||
cof det#[.temp#] | : turn on (enable fill for) detectors | ||
abort | ;<code>tof <det-list> </code> | ||
: turn off (disable fill for) detectors | |||
;<code> con det#[.temp#] </code> | |||
: turn on checking of detector temps | |||
;<code> cof det#[.temp#] </code> | |||
: turn off checking of detector temps | |||
;<code> abort </code> | |||
:abort and disable all fills | |||
------------ | ------------ | ||
load [fig-file-name] - load configuration from fig-file-name (default = gln.fig) | load [fig-file-name] - load configuration from fig-file-name (default = gln.fig) |
Revision as of 10:45, 5 May 2022
Introduction
Clarion2 is the successor of Clarion. It is a 4π gamma ray detectors array.
HPGe Clover Detector
Trinity
Trinity is GAGG (stand for ?) detector array.
DAQ
LN2 cooling system
The liquid Nitrogen (LN2) filling system developed by Mitch Allmond (Oak Ridge) is hosted on the DAQ computer under account "ln@ln02".
ln@ln02 Directory
Several important directories for using the LN2 system are listed below.
/gln
/gln is the most important directory, it is where the control program is located and for most problems is where you will need to go
gln_ui
gln_ui is the user interface to issue commands to the fill program
fill <det-list>
- fill detectors <det-list> now
fill <det-list> after <number-of-minutes>
(or <hours;- minutes>)
- wait to fill detectors <det-list> by time <hours:minutes>
cool <det-list> </ode>
- cool down detectors
ton <det-list>
- turn on (enable fill for) detectors
tof <det-list>
- turn off (disable fill for) detectors
con det#[.temp#]
- turn on checking of detector temps
cof det#[.temp#]
- turn off checking of detector temps
abort
- abort and disable all fills
load [fig-file-name] - load configuration from fig-file-name (default = gln.fig)
exit-master - exit gln_master process
clr - clear all errors for entire system
clrd <det-list> - clear errors for specific detectors
clrs - clear all slot errors
clrm - clear all manifold errors
d - display status
dt - display times of all detectors & manifolds (formatted dates and times)
dts - display times of all detectors & manifolds (in seconds)
dc - display configuration (valve and ADC IDs, etc)
mon - enter monitor mode; type control-C to exit
quit - exit gln_ui process
hvln - useless command for backward compatibility
clear - clear screen
? or help - this output
extra low-level debugging commands:
radc <#> - read ADC number <#>
opv <#>, clv <#> - open and close valves (TAKE CARE!)