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

Last change on this file since 13348 was 13263, checked in by Jens Buss, 12 years ago
some changes in the commenmts
File size: 703 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.