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

Last change on this file since 754 was 754, checked in by delerue, 6 years ago

Graphical interface updated

  • Property svn:executable set to *
File size: 410 bytes
Line 
1#!/bin/bash
2
3
4
5#create directory for today
6cd /var/www/html/CLIO/new
7#mkdir `date  +%Y%m%d`
8#cd  `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_triggered
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.