source: trunk/FACT++/ScriptsForDimCtrl/Shutdown.dim@ 14301

Last change on this file since 14301 was 14301, checked in by Jens Buss, 13 years ago
initial commit: do a software shutdown
File size: 1.4 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
21BIAS_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
30BIAS_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
45DRIVE_CONTROL/STOP
46.w 2000
47DRIVE_CONTROL/PARK
48
49> FAD_CONTROL
50> ...stopping FADs
51FAD_CONTROL/STOP
52>-
53> ---------------------------------------------------
54> OPERATOR:
55>-
56> [Software]
57> + close or make sure shutter is closed
58> + make sure telescope is really in parking postion
59> + close cosy
60>-
61> [Hardware]
62> + turn off bias crate
63> + shutdown interlock system
64> + turn off camera agilent
65> + turn off bias agilent
66> + turn off drive
67> ===================================================
68
Note: See TracBrowser for help on using the repository browser.