Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Day to day operating procedure for the temperature array should proceed approximately as follows: 

Run the acquisition command from the control computer command line: 

$ cd ~/Documents/sampling/arduino/
$ port=ttyACM0 #Check which dev port the arduino is assigned - typically ttyACM0 or ttyACM2

$ seqTimeSec=300

$ averageTimeSec=10
$ sudo a+rw /dev/$port 

$ python3 

  • No labels