source: trunk/FACT++/ScriptsForDimCtrl/ServiceScripts/TakeDrsPedestalOnRun.dim@ 14298

Last change on this file since 14298 was 14298, checked in by Jens Buss, 12 years ago
initial commit: take a pedestal run with ROI 1024
File size: 609 bytes
Line 
1#!dimctrl --exec
2
3# ==========================================================================
4# Take a Pedestal 1000 run with ROI 1024 with Bias ON
5# ==========================================================================
6
7# check if all subsystems are in the correct state
8.x ScriptsForDimCtrl/ServiceScripts/IsReadyForDataTaking.dim
9
10> taking Pedestal with ROI 1024 with BIAS on 1000 ...
11MCP/START -1 1000 drs-pedestal
12
13> ...waiting for FAD to be in state 8: Writing Data
14.s FAD_CONTROL 8 # Writing Data
15
16> ...waiting for FAD to be in state 4: Connected
17.s FAD_CONTROL 4 # Connected
18
19> ... done
20
21
Note: See TracBrowser for help on using the repository browser.