source: trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim@ 14283

Last change on this file since 14283 was 14283, checked in by Jens Buss, 12 years ago
deleted drive check and put it to separate file
File size: 488 bytes
Line 
1#!dimctrl --exec
2
3# ==========================================================================
4# Checking the system statuses if they are ready for data taking
5# ==========================================================================
6
7>
8> Checking the system statuses of FEEDBACK, BIAS and FAD
9
10> ...checking FEEDBACK
11# 12 = CurrentControl
12.s FEEDBACK 12
13
14> ...checking BIAS
15# 9 = VoltageOn
16.s BIAS_CONTROL 9
17
18> ...checking FAD
19# 4 = Connected
20.s FAD_CONTROL 4
21> ...system statuses OK
Note: See TracBrowser for help on using the repository browser.