| 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 DRIVE, FEEDBACK, BIAS and FAD
|
|---|
| 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.