diff --git a/instrumentino/.DS_Store b/instrumentino/.DS_Store index 4f5dc8e..5008ddf 100644 Binary files a/instrumentino/.DS_Store and b/instrumentino/.DS_Store differ diff --git a/instrumentino/dist/instrumentino-1.31-py2.7.egg b/instrumentino/dist/instrumentino-1.31-py2.7.egg new file mode 100644 index 0000000..cd795be Binary files /dev/null and b/instrumentino/dist/instrumentino-1.31-py2.7.egg differ diff --git a/instrumentino/instrumentino.egg-info/PKG-INFO b/instrumentino/instrumentino.egg-info/PKG-INFO new file mode 100644 index 0000000..bb8692b --- /dev/null +++ b/instrumentino/instrumentino.egg-info/PKG-INFO @@ -0,0 +1,43 @@ +Metadata-Version: 1.0 +Name: instrumentino +Version: 1.31 +Summary: Open-source modular GUI framework for controlling Arduino based instruments +Home-page: http://www.chemie.unibas.ch/~hauser/open-source-lab/instrumentino/index.html +Author: Joel Koenka +Author-email: yoelk@tx.technion.ac.il +License: GPLv3 +Description: + Instrumentino is an open-source modular graphical user interface framework for controlling Arduino based experimental instruments. + It expands the control capability of Arduino by allowing instruments builders to easily create a custom user interface program running on an attached personal computer.It enables the definition of operation sequences and their automated running without user intervention. + + Acquired experimental data and a usage log are automatically saved on the computer for further processing. + + Complex devices, which are difficult to control using an Arduino, may be integrated as well by incorporating third party application programming interfaces (APIs) into the Instrumentino framework. + + It consists of two separate programs: + + * *instrumentino*: which is run on a PC and provides the graphical user interface. + + * *controlino*: which is the program running on the Arduino controller itself, and is used to communicate with instrumentino. + + Get it at: https://github.com/yoelk/Instrumentino/blob/master/controlino/controlino.cpp + + On the top of the controlino sketch, there are define statements to adjust it to different Arduino boards. **Please make sure you set them correctly**. + + The official Instrumentino website is: + http://www.chemie.unibas.ch/~hauser/open-source-lab/instrumentino/index.html + + Get the code at: https://github.com/yoelk/instrumentino + + We are looking forward for contributors. + There is lots of potential for Instrumentino to grow! + + Please contact me if you want to add features and make Instrumentino better. + yoelk_at_tx.technion.ac.il + + When using Instrumentino for a scientific publication, please cite the release article: + + http://www.sciencedirect.com/science/article/pii/S0010465514002112 + +Keywords: Instrumentino,Arduino +Platform: UNKNOWN diff --git a/instrumentino/instrumentino.egg-info/SOURCES.txt b/instrumentino/instrumentino.egg-info/SOURCES.txt new file mode 100644 index 0000000..6544398 --- /dev/null +++ b/instrumentino/instrumentino.egg-info/SOURCES.txt @@ -0,0 +1,43 @@ +README.txt +setup.py +instrumentino/__init__.py +instrumentino/action.py +instrumentino/cfg.py +instrumentino/comp.py +instrumentino/executable_listctrl.py +instrumentino/log_graph.py +instrumentino/method.py +instrumentino/sequence.py +instrumentino/util.py +instrumentino.egg-info/PKG-INFO +instrumentino.egg-info/SOURCES.txt +instrumentino.egg-info/dependency_links.txt +instrumentino.egg-info/requires.txt +instrumentino.egg-info/top_level.txt +instrumentino.egg-info/zip-safe +instrumentino/controllers/__init__.py +instrumentino/controllers/arduino/__init__.py +instrumentino/controllers/arduino/edaq.py +instrumentino/controllers/arduino/emco.py +instrumentino/controllers/arduino/hvm.py +instrumentino/controllers/arduino/mks.py +instrumentino/controllers/arduino/parker.py +instrumentino/controllers/arduino/pewatron.py +instrumentino/controllers/arduino/pid_thermostat.py +instrumentino/controllers/arduino/pins.py +instrumentino/controllers/arduino/spellman.py +instrumentino/controllers/arduino/tecan.py +instrumentino/controllers/arduino/thermometer.py +instrumentino/controllers/labsmith_eib/__init__.py +instrumentino/controllers/labsmith_eib/labsmith_comps.py +instrumentino/resources/__init__.py +instrumentino/resources/main.xrc +instrumentino/resources/stopButton.png +instrumentino/resources/uProcessDriver.dll +instrumentino/resources/uProcessDriver_C_V1_2_1.dll +instrumentino/resources/new/__init__.py +instrumentino/resources/new/uProcessDriver.dll +instrumentino/resources/new/uProcessDriver_C_V1_2_2.dll +instrumentino/resources/old/__init__.py +instrumentino/resources/old/uProcessDriver.dll +instrumentino/resources/old/uProcessDriver_C_V1_2_1.dll \ No newline at end of file diff --git a/instrumentino/instrumentino.egg-info/dependency_links.txt b/instrumentino/instrumentino.egg-info/dependency_links.txt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/instrumentino/instrumentino.egg-info/dependency_links.txt @@ -0,0 +1 @@ + diff --git a/instrumentino/instrumentino.egg-info/requires.txt b/instrumentino/instrumentino.egg-info/requires.txt new file mode 100644 index 0000000..d3c5956 --- /dev/null +++ b/instrumentino/instrumentino.egg-info/requires.txt @@ -0,0 +1,5 @@ +wxPython +pyserial +matplotlib +numpy +ez_setup \ No newline at end of file diff --git a/instrumentino/instrumentino.egg-info/top_level.txt b/instrumentino/instrumentino.egg-info/top_level.txt new file mode 100644 index 0000000..07bfdb0 --- /dev/null +++ b/instrumentino/instrumentino.egg-info/top_level.txt @@ -0,0 +1 @@ +instrumentino diff --git a/instrumentino/instrumentino.egg-info/zip-safe b/instrumentino/instrumentino.egg-info/zip-safe new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/instrumentino/instrumentino.egg-info/zip-safe @@ -0,0 +1 @@ +