Difference between revisions of "HVgui"
(Created page with "== High Voltage controls (updated: 03/15, K.Park)== === LHRS/RHRS : High Voltage controls === Login as "adev" on the "adaql1" or "adaql2" computers. (since I have added vo...") |
|||
Line 32: | Line 32: | ||
> .hvs DVCS | > .hvs DVCS | ||
</pre> | </pre> | ||
+ | |||
+ | == HRS HV alarm == | ||
+ | If you hear about Left/Right HV alarm (either Red flashing rectangular box on screen .OR. Voice), | ||
+ | please look at either LeftHRS or RightHRS HV GUI which are running on "adev" on the "adaql1" or "adaql2" | ||
+ | ** make sure "beepServer" is running on hapc3...If you are not sure run "/home/adaq/beep/start_beepserver" | ||
+ | Alarm Detail | ||
+ | <b>hapc3.jlab.org</b> (which has HV GUI screen here !, username:adaq, passwd: same as adaq1) | ||
+ | <pre> | ||
+ | /home/adaq/beep/ -> LeftHRS_HV_Alarm.wav | ||
+ | </pre> | ||
+ | <b>adev@adaq1.jlab.org</b> (username:adaq, passwd: NOT same as adaq1: gev instead daq) | ||
+ | <pre> | ||
+ | /adaqfs/home/adev/slowc/hvg.newAug2014/hvtools -. VoiceAlarm.java | ||
+ | "ssh adaq@hapc3 /usr/bin/play /home/adaq/beep/call_alarm3" | ||
+ | |||
+ | ==Links to more HV help== | ||
+ | These two links provide some <b>old</b> but useful information. | ||
+ | <pre> | ||
+ | http://hallaweb.jlab.org/equipment/daq/HVhelp.html | ||
+ | http://hallaweb.jlab.org/equipment/daq/gen_slow_control.html | ||
+ | </pre> | ||
+ | <b>For experts</b> | ||
+ | <pre> | ||
+ | https://hallaweb.jlab.org/wiki/index.php/HV_HowTo_for_Experts | ||
+ | </pre> | ||
+ | or contact to Kijun Park <mailto:parkkj@jlab.org> |
Revision as of 13:22, 17 July 2017
High Voltage controls (updated: 03/15, K.Park)
LHRS/RHRS : High Voltage controls
Login as "adev" on the "adaql1" or "adaql2" computers. (since I have added voice alarm for LEFT, RIGHT HRS and Compton HV, please note that command is different !)
cd ~adev/slowc
To run the Left HRS alone: ./hvsL LEFT
To run the Right HRS alone: ./hvsR RIGHT
To run the beamline (Compton) crate: ./hvsC BEAMLINE
The following instructions can be used for running the GUI using the vnc server [How to open high voltage GUI]. This is not how we want to run routinely.
Troubleshoot
If you start HV-GUI but get error "initialization" In this case, >login: a-onl@aonl2 > ps -ef | grep -i hvs (make sure you are not Killing HRS HV ~!!) > kill -9 PROCESS# > cd ~/slowc/ > .hvs DVCS
HRS HV alarm
If you hear about Left/Right HV alarm (either Red flashing rectangular box on screen .OR. Voice), please look at either LeftHRS or RightHRS HV GUI which are running on "adev" on the "adaql1" or "adaql2"
- make sure "beepServer" is running on hapc3...If you are not sure run "/home/adaq/beep/start_beepserver"
Alarm Detail hapc3.jlab.org (which has HV GUI screen here !, username:adaq, passwd: same as adaq1)
/home/adaq/beep/ -> LeftHRS_HV_Alarm.wav
adev@adaq1.jlab.org (username:adaq, passwd: NOT same as adaq1: gev instead daq)
/adaqfs/home/adev/slowc/hvg.newAug2014/hvtools -. VoiceAlarm.java "ssh adaq@hapc3 /usr/bin/play /home/adaq/beep/call_alarm3" ==Links to more HV help== These two links provide some <b>old</b> but useful information. <pre> http://hallaweb.jlab.org/equipment/daq/HVhelp.html http://hallaweb.jlab.org/equipment/daq/gen_slow_control.html
For experts
https://hallaweb.jlab.org/wiki/index.php/HV_HowTo_for_Experts
or contact to Kijun Park <mailto:parkkj@jlab.org>