Skip to content

Commit

Permalink
new plugin fully tested on Agilis Brand piezo actuator controller
Browse files Browse the repository at this point in the history
updated readme
  • Loading branch information
seb5g committed Nov 18, 2021
1 parent 38f12ed commit 158cc51
Show file tree
Hide file tree
Showing 5 changed files with 238 additions and 442 deletions.
14 changes: 4 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Actuators

* **Conex**: Piezo actuators from the CONEX-AGAP series"
* **Newport_ESP100**: ESP100 motion controllers
* **AGILIS AG-CU8**: tested with motorized mounts AG-M100N (no encoder)
* **AgilisSerial**: for controllers AG-UC8 and AG-UC2 tested with motorized mounts AG-M100N (no encoder)

Installation notes
==================
Expand All @@ -41,17 +41,11 @@ AGILIS AG-CU8
Install Newport AG-UC2-UC8 applet available here: https://www.newport.com/p/AG-UC8 and test that
you can communicate with this firmware.

This plugin use the instrumentkit library. Currently the version proposed on pypi 0.6.0
does not include the newport/agilis.py file that we are interrested in. We recommand to
install the library from git (not with pip), as it is explained in this page:
https://github.com/Galvant/InstrumentKit

$ git clone [email protected]:Galvant/InstrumentKit.git

$ cd InstrumentKit
This plugin use the included AgilisSerial wrapper communicating with the device using serial comunication
and the pyvisa package

$ python setup.py install

This last command should be executed in the python environment where you installed pymodaq.

Tested on Windows10 with pymodaq 3.3.0.
Tested on Windows10 with pymodaq >= 3.3.0.
255 changes: 0 additions & 255 deletions src/pymodaq_plugins_newport/daq_move_plugins/daq_move_Newport_AGUC8.py

This file was deleted.

Loading

0 comments on commit 158cc51

Please sign in to comment.