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

Last change on this file since 13244 was 13215, checked in by Jens Buss, 13 years ago
short script to check if bias, feedback, drive and fad are in the correct state to write data
File size: 600 bytes
Line 
1# Checking the statuses of biasctrl, drivectrl and feedback if they are ready for data taking
2.! echo `date -u` "checking if system is ready for data taking..." >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
3
4.s DRIVE_CONTROL 7
5.! echo `date -u` "... Drive OK" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
6
7.s FEEDBACK 12
8.! echo `date -u` "... Feedback OK" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
9
10.s BIAS_CONTROL 9
11.! echo `date -u` "... Bias OK" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
12
13.s FAD_CONTROL 4
14.! echo `date -u` "... Fadctrl OK" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
Note: See TracBrowser for help on using the repository browser.