Skip to content

Commit

Permalink
add egg file
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelk committed Nov 23, 2015
1 parent 99ce453 commit edaf3c4
Show file tree
Hide file tree
Showing 8 changed files with 94 additions and 0 deletions.
Binary file modified instrumentino/.DS_Store
Binary file not shown.
Binary file added instrumentino/dist/instrumentino-1.31-py2.7.egg
Binary file not shown.
43 changes: 43 additions & 0 deletions instrumentino/instrumentino.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -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: [email protected]
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
43 changes: 43 additions & 0 deletions instrumentino/instrumentino.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions instrumentino/instrumentino.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

5 changes: 5 additions & 0 deletions instrumentino/instrumentino.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
wxPython
pyserial
matplotlib
numpy
ez_setup
1 change: 1 addition & 0 deletions instrumentino/instrumentino.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
instrumentino
1 change: 1 addition & 0 deletions instrumentino/instrumentino.egg-info/zip-safe
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit edaf3c4

Please sign in to comment.