Difference between revisions of "CODA Scripts"
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
| Start-of-run Entry in POLOG | | Start-of-run Entry in POLOG | ||
| [[media:Start_EPICS_List.txt]] | | [[media:Start_EPICS_List.txt]] | ||
+ | |- | ||
+ | | ER1 | ||
+ | | go | ||
+ | | /opt/idaq/scripts/logrun.tcl | ||
+ | | Creates Start-of-run log to MOTTLOG with relevant EPICS values | ||
+ | | [[media:Long_EPICS_List.txt]] | ||
|- | |- | ||
| ER1 | | ER1 | ||
Line 30: | Line 36: | ||
| Insert short list of EPICS values in CODA data stream every 4 s under evet_type = 131 | | Insert short list of EPICS values in CODA data stream every 4 s under evet_type = 131 | ||
| [[media:Fast_EPICS_List.txt]] | | [[media:Fast_EPICS_List.txt]] | ||
+ | |- | ||
+ | | ER1 | ||
+ | | go | ||
+ | | /opt/idaq/scripts/logendrun.tcl | ||
+ | | End-of-run log to MOTTLOG with relevant EPICS values | ||
+ | | [[media:End_EPICS_List.txt]] | ||
|- | |- | ||
| ER1 | | ER1 |
Revision as of 20:58, 15 January 2015
Component | Transition | Script | Purpose | EPICS List |
ER1 | go | /opt/idaq/scripts/refreshrun | Update MottRunNumber with new Run Number | MottRunNumber |
ER1 | go | /opt/idaq/scripts/peppoRunStart | Start-of-run Entry in POLOG | media:Start_EPICS_List.txt |
ER1 | go | /opt/idaq/scripts/logrun.tcl | Creates Start-of-run log to MOTTLOG with relevant EPICS values | media:Long_EPICS_List.txt |
ER1 | go | /opt/idaq/scripts/epicsLogger1 & | Insert long list of EPICS values in CODA data stream every 30 s under evet_type = 131 | media:Long_EPICS_List.txt |
ER1 | go | /opt/idaq/scripts/fastEpicsLogger & | Insert short list of EPICS values in CODA data stream every 4 s under evet_type = 131 | media:Fast_EPICS_List.txt |
ER1 | go | /opt/idaq/scripts/logendrun.tcl | End-of-run log to MOTTLOG with relevant EPICS values | media:End_EPICS_List.txt |
ER1 | end | /opt/idaq/scripts/epics_end & | End-of-run Entry in POLOG | media:End_EPICS_List.txt |