|
Last change
on this file since 13270 was 13266, checked in by Jens Buss, 14 years ago |
|
additional mini scripts to tidy up the data taking scripts
|
|
File size:
490 bytes
|
| Line | |
|---|
| 1 | # Wait for drivectrl to repley that its tracking the given source
|
|---|
| 2 |
|
|---|
| 3 | .s DRIVE_CONTROL 6 # DRIVE: Moving
|
|---|
| 4 | .! echo `date -u` "...moving" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
|
|---|
| 5 | .s DRIVE_CONTROL 7 # DRIVE: TRACKING
|
|---|
| 6 | .! echo `date -u` "...tracking above written wobble position" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
|
|---|
| 7 | .! echo `date -u` "...waiting 30 sec for drive to calm down" >> ~/FACT++/ScriptsForDimCtrl/DataTaking.log
|
|---|
| 8 | .! echo
|
|---|
| 9 | .w 30000 #DRIVE: waiting for tracking being stable
|
|---|
| 10 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.