source: ETALON/CLIO/control/run_acq.sh @ 639

Last change on this file since 639 was 639, checked in by delerue, 7 years ago

CLIO control updated

  • Property svn:executable set to *
File size: 396 bytes
Line 
1#!/bin/bash
2
3
4
5#create directory for today
6cd /var/www/html/CLIO/
7mkdir `date  +%Y%m%d`
8cd  `date  +%Y%m%d`
9#check that acquisition is running
10rm /home/etalon-admin/acquisition_data/stop_acquisition
11rm /home/etalon-admin/acquisition_data/pause_acquisition
12
13/home/etalon-admin/savedata/savedata_CLIO
14
15echo "To start the driver type"
16echo "sudo  /home/etalon-admin/DAQ/18ai32ssc1m/driver/start "
17
Note: See TracBrowser for help on using the repository browser.