This is TikiWiki 1.9.7 -Sirius- © 2002–2006 by the Tiki community Sat 28 of Jun, 2025 [19:16 UTC]
Menu [hide]
Toggle  Wiki
Toggle  Blogs
Toggle  Forums
Toggle  Charts
TikiWiki Assistant
Thank you for installing TikiWiki!
Click the :: options in the Menu for more options. Please, also see TikiMovies for more setup details.

History: GEnDocEpics

Comparing version 1 with version 16

Version: 1 Version: 16 (current)
nerses - Thu 11 of May, 2006 [17:16 UTC] nerses - Thu 07 of Sep, 2006 [02:17 UTC]
  Fixed Script indexes in the table in respect to Script numbers in list of scripts.

@@ -Lines: 1-28 changed to +Lines: 1-32 @@
- {file name=README desc="EPICS README" page="README"}
+ The full {file name=README.orig desc="README"} file by Bob Michaels. Part of it is included here.
^
This file: ~a-onl/scripts/README
Bob Michaels, Jan 2004
- An experienced careful person from the experiment
may modify the following scripts. Do NOT modify
any other scripts (you could cause trouble).
+ # {file name=fastEpicsLogger} -- similar to epicsLogger but smaller list and faster updates (every 4 sec). Don't make this a huge list.
# {file name=
epicsLogger} -- logs EPICS info into datastream "slowly" ''(a large list of info every ~30 sec)''
# {file name=epicsRunStart} -- halog's EPICS info at the start of a run.
# {fi
le name=epicsRunEnd} -- halog's the EPICS info at the end of a run.
* {f
ile name=runstart.tcl} -- start of run TCL window, called by epicsRunStart
* {file name=runend.tcl} -- end-of-run TCL window, called by epicsRunEndr />* {file name=halla_scaler_process.tcl} -- produces the end-run scaler info for halog, called by runend.tcl
^
- * epicsLogger -- logs EPICS info into datastream "slowly"
- (a large list of info every ~30 sec)
- * fastEpicsLogger -- similar to epicsLogger but smaller list and faster updates. Don't make this a huge list.
- * epicsRunStart -- halog's EPICS info at the start of a run.
- * epicsRunEnd -- halog's the EPICS info at the end of a run.
- * runstart.tcl -- start of run TCL window, called by epicsRunStart
- * runend.tcl -- end-of-run TCL window, called by epicsRunEnd
- * halla_scaler_process.tcl -- produces the end-run scaler info for halog, called by runend.tcl
- Hints:
+ !!!Alphabetical list of Epics variables used during GEn experiment

{SQL(db=>GenCustomData)}select
id as 'ID',
varname as 'Variable',
CONCAT_WS(',',
if(script=1,1,NULL),if(script=2,2,NULL),if(script=3,12,NULL),
if(script=4,3,NULL),if(script=5,13,NULL),if(script=6,23,NULL),
if(script=7,123,NULL),if(script=8,4,NULL),if(script=9,14,NULL),
if(script=10,24,NULL),if(script=11,124,NULL),if(script=12,34,NULL),
if(script=13,134,NULL),if(script=14,234,NULL),if(script=15,1234,NULL)
) as 'Script',
vargroup as 'Group',
description as 'Comments'
from tikicustomdata.gen_epics_variable
s{SQL}
- # Preferably only ONE person should be changing these scripts, at the spokespersons request. That one person should be at least careful, and preferably experienced.
- # Save older versions until you are confident of your changes.
- # Some older versions are in the ./save* directories (with dates in the name). These may provide useful hints on for example going back to coincidence mode, or putting in the helium target (or whatever).
- # Changing any other script (i.e. a script not in the above list) could cause harm to the DAQ. Be careful !
- # Be sure to run the script interactively by hand before declaring victory. If you don't know how to test this, then you don't satisfy criteria #1 (experienced person).
- # The end-of-run scripts must run reasonably fast (less than 10 sec). Every wrong EPICS variable leads to a timeout of 1 sec. Also, you probably don't need a million variables at the end of a run. The CODA end-run waits for this script, then does a process cleanup. In contrast, the CODA start-run does not wait, it puts the start-run script in the background, so it can be slow.
- # How do I know what EPICS variables and EPICS_CA_ADDR_LIST ? Ask the person who created them ! And be sure to test the scripts to avoid long timeouts from wrong variables.
- ^

History

Legend: v=view, s=source
Date User IpComment Version Action
Thu 07 of Sep, 2006 [02:17 UTC] nerses129.57.122.43Fixed Script indexes in the table in respect to Script numbers in list of scripts. 16
current
 v  s
Fri 02 of Jun, 2006 [14:02 UTC] nerses129.57.35.76Clean up, now this page has info about epics variables only. The rest will go to the upper level GEnSpecialEvents 15  v  s  
Thu 01 of Jun, 2006 [22:05 UTC] nerses129.57.35.76  14  v  s  
Thu 01 of Jun, 2006 [21:41 UTC] nerses129.57.35.76insterting getruninfo, trying to draw a tree of scripts 13  v  s  
Thu 01 of Jun, 2006 [03:02 UTC] admin129.57.35.76SQL command modified and final release of sql statment, clean up separate script variable listings 12  v  s  
Wed 31 of May, 2006 [22:38 UTC] admin129.57.35.76SQL command changed to try numbers instead of script names 11  v  s  
Wed 31 of May, 2006 [19:17 UTC] admin129.57.35.76  10  v  s  
Wed 31 of May, 2006 [19:14 UTC] admin129.57.35.76temporary workaround for sql tsatment 9  v  s  
Wed 31 of May, 2006 [01:21 UTC] admin129.57.35.76SQL command changed to make readable script names 8  v  s  
Tue 30 of May, 2006 [23:45 UTC] admin129.57.35.76nicer table headers 7  v  s  
Tue 30 of May, 2006 [21:07 UTC] admin129.57.35.76testing sql statment 6  v  s  
Tue 30 of May, 2006 [21:00 UTC] admin129.57.35.76  5  v  s  
Sun 28 of May, 2006 [01:38 UTC] nerses129.57.35.76  4  v  s  
Fri 26 of May, 2006 [00:35 UTC] nerses129.57.35.76Aphabetical list of epics variables was added, and now all lists of variables by default hidden, except aphabetical list. 3  v  s  
Thu 11 of May, 2006 [19:02 UTC] nerses129.57.35.76  2  v  s  
Thu 11 of May, 2006 [17:16 UTC] nerses129.57.35.76  1  v  s  

Search
in:
Powered by TikiWiki Powered by PHP Powered by Smarty Powered by ADOdb Made with CSS Powered by RDF powered by The PHP Layers Menu System
RSS Wiki RSS Blogs rss Articles RSS Image Galleries RSS File Galleries RSS Forums
[ Execution time: 0.22 secs ]   [ Memory usage: 6.87MB ]   [ 61 database queries used ]   [ GZIP Enabled ]   [ Server load: 3.57 ]