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: GEnDocEpicsSource 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 |
Login Search
|