source: trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking@ 13709

Last change on this file since 13709 was 13709, checked in by neise, 14 years ago
added some comments
File size: 343 bytes
Line 
1# Checking the system statuses if they are ready for data taking
2>
3> Checking the system statuses
4> ...checking DRIVE
5# 7 = Tracking
6.s DRIVE_CONTROL 7
7
8> ...checking FEEDBACK
9# 12 = CurrentControl
10.s FEEDBACK 12
11
12> ...checking BIAS
13# 9 = VoltageOn
14.s BIAS_CONTROL 9
15
16> ...checking FAD
17# 4 = Connected
18.s FAD_CONTROL 4
19> ...system statuses OK
Note: See TracBrowser for help on using the repository browser.