This is TikiWiki 1.9.7 -Sirius- © 2002–2006 by the Tiki community Wed 30 of Apr, 2025 [13:11 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

Source of version: 13

!!!+Data acquiring and storing explained

*At the begining of every run the script [http://yerphi/wiki/tiki-download_file.php?fileId=10|~a-onl/scripts/getruninfo] is run.
{CODE()}
#!/bin/ksh
SCRIPT_DIR=/adaqfs/halla/a-onl/scripts

$SCRIPT_DIR/getruninfo_bgr &

exit 0
{CODE}
{draw name=GEnRunStartScriptTree}
Which runs ~a-onl/scripts/getruninfo_bgr. This script Scripts fastEpicsLogger, epicsLogger and epicsRunStart are


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

# {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.
# {file name=epicsRunEnd} -- halog's the EPICS info at the end of a run.
* {file name=runstart.tcl} -- start of run TCL window, called by epicsRunStart
* {file name=runend.tcl} -- end-of-run TCL window, called by epicsRunEnd
* {file name=halla_scaler_process.tcl} -- produces the end-run scaler info for halog, called by runend.tcl
^


!!!Alphabetical list of Epics variables used during GEn experiment

{SQL(db=>GenCustomData)}select
id as 'ID',
varname as 'Variable',
CONCAT_WS(',',
if(script=1,4,NULL),if(script=2,3,NULL),if(script=3,34,NULL),
if(script=4,2,NULL),if(script=5,24,NULL),if(script=6,23,NULL),
if(script=7,234,NULL),if(script=8,1,NULL),if(script=9,14,NULL),
if(script=10,13,NULL),if(script=11,134,NULL),if(script=12,12,NULL),
if(script=13,124,NULL),if(script=14,123,NULL),if(script=15,1234,NULL)
) as 'Script',
vargroup as 'Group',
description as 'Comments'
from tikicustomdata.gen_epics_variables{SQL}

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.33 secs ]   [ Memory usage: 6.62MB ]   [ 59 database queries used ]   [ GZIP Enabled ]   [ Server load: 0.65 ]