Last change
on this file since 14330 was 14311, checked in by Jens Buss, 13 years ago |
add disable all FTUs and Stop_Trigger
|
File size:
1.6 KB
|
Line | |
---|
1 | #!dimctrl --exec
|
---|
2 |
|
---|
3 | # ==========================================================================
|
---|
4 | # Shutdown
|
---|
5 |
|
---|
6 | # ==========================================================================
|
---|
7 | # Script for Software Shutdown
|
---|
8 |
|
---|
9 | # call it by: .x ScriptsForDimCtrl/Shutdown.dim
|
---|
10 |
|
---|
11 | # ----------------------------------------------------
|
---|
12 |
|
---|
13 | > ===================================================
|
---|
14 | > SYSTEM SHUTDOWN
|
---|
15 | > ===================================================
|
---|
16 | > BIAS_CONTROL
|
---|
17 | > ...checking state of biasctrl
|
---|
18 | .s BIAS_CONTROL 9 1000 2
|
---|
19 | > ...voltage still ON
|
---|
20 | > ...set global zero voltage
|
---|
21 | BIAS_CONTROL/SET_GLOBAL_DAC 0
|
---|
22 | > ...waiting for bias ramping
|
---|
23 | .s BIAS_CONTROL 5
|
---|
24 | > ...ramping
|
---|
25 |
|
---|
26 | :2
|
---|
27 | .s BIAS_CONTROL 7 15000 4
|
---|
28 | > ...VoltageOff
|
---|
29 | > ...disconnecting biascrate
|
---|
30 | BIAS_CONTROL/DISCONNECT
|
---|
31 | .j 5
|
---|
32 |
|
---|
33 | :4
|
---|
34 | > =============
|
---|
35 | > Bias not in state VoltageOff
|
---|
36 | > cannot disconnect Biascrate
|
---|
37 | > OPERATOR:
|
---|
38 | > turn of voltage and
|
---|
39 | > disconnect bias crate manually
|
---|
40 | > =============
|
---|
41 |
|
---|
42 | :5
|
---|
43 | > DRIVE_CONTROL
|
---|
44 | > ...parking telescope
|
---|
45 | DRIVE_CONTROL/STOP
|
---|
46 | .w 2000
|
---|
47 | DRIVE_CONTROL/PARK
|
---|
48 |
|
---|
49 | > FTM_CONTROL
|
---|
50 | > ...stopping trigger
|
---|
51 | FTM_CONTROL/STOP_TRIGGER
|
---|
52 |
|
---|
53 | > ...disabling all FTUs
|
---|
54 | FTM_CONTROL/ENABLE_FTU -1 no
|
---|
55 | >-
|
---|
56 | > FAD_CONTROL
|
---|
57 | > ...stopping FADs
|
---|
58 | FAD_CONTROL/STOP
|
---|
59 | >-
|
---|
60 | > ---------------------------------------------------
|
---|
61 | > OPERATOR:
|
---|
62 | >-
|
---|
63 | > [Software]
|
---|
64 | > + close or make sure shutter is closed
|
---|
65 | > + make sure telescope is really in parking postion
|
---|
66 | > + close cosy
|
---|
67 | >-
|
---|
68 | > [Hardware]
|
---|
69 | > + turn off bias crate
|
---|
70 | > + shutdown interlock system
|
---|
71 | > + turn off camera agilent
|
---|
72 | > + turn off bias agilent
|
---|
73 | > + turn off drive
|
---|
74 | >-
|
---|
75 | > NEVER switch of the Interlock Systems' Agilent
|
---|
76 | > ===================================================
|
---|
77 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.