source: trunk/FACT++/ScriptsForDimCtrl/IsReadyForDataTaking@ 13260

Last change on this file since 13260 was 13260, checked in by Jens Buss, 13 years ago
added commenmts for new log comments, still echos in script, will delete when all scripts are ready
File size: 715 bytes
Line 
1# Checking the system statuses if they are ready for data taking
2.! echo `date -u` "checking if system is ready for data taking..." >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
3# ...checking DRIVE
4.s DRIVE_CONTROL 7
5.! echo `date -u` "... Drive OK" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
6# ......DRIVE OK
7# ...checking FEEDBACK
8.s FEEDBACK 12
9.! echo `date -u` "... Feedback OK" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
10# ......FEEDBACK OK
11# ...checking BIAS
12.s BIAS_CONTROL 9
13.! echo `date -u` "... Bias OK" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
14# ......BIAS OK
15# ...checking FAD
16.s FAD_CONTROL 4
17.! echo `date -u` "... Fadctrl OK" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
18# ......FAD OK
Note: See TracBrowser for help on using the repository browser.