Last change
on this file since 14098 was 13719, checked in by Jens Buss, 13 years ago |
add line for making scritpts executable and renamed all scripts to *.dim
|
File size:
516 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
|
---|
9 | > ...checking DRIVE
|
---|
10 | # 7 = Tracking
|
---|
11 | .s DRIVE_CONTROL 7
|
---|
12 |
|
---|
13 | > ...checking FEEDBACK
|
---|
14 | # 12 = CurrentControl
|
---|
15 | .s FEEDBACK 12
|
---|
16 |
|
---|
17 | > ...checking BIAS
|
---|
18 | # 9 = VoltageOn
|
---|
19 | .s BIAS_CONTROL 9
|
---|
20 |
|
---|
21 | > ...checking FAD
|
---|
22 | # 4 = Connected
|
---|
23 | .s FAD_CONTROL 4
|
---|
24 | > ...system statuses OK
|
---|
Note:
See
TracBrowser
for help on using the repository browser.