-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from runrunm/main
Adding Newport SMC100 motion controller to pymodaq_plugins_newport
- Loading branch information
Showing
3 changed files
with
321 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ pymodaq_plugins_newport (Newport Instruments) | |
.. image:: https://github.com/PyMoDAQ/pymodaq_plugins_newport/workflows/Upload%20Python%20Package/badge.svg | ||
:target: https://github.com/PyMoDAQ/pymodaq_plugins_newport | ||
|
||
PyMoDAQ plugin for instruments from Newport (Conex, ESP100, AG-CU8...) | ||
PyMoDAQ plugin for instruments from Newport (Conex, ESP100, SMC100, AG-CU8...) | ||
|
||
|
||
Authors | ||
|
@@ -21,6 +21,7 @@ Authors | |
* Sebastien J. Weber | ||
* David Bresteau ([email protected]) | ||
* Sébastien Quistrebert ([email protected]) | ||
* Bastien Bégon ([email protected]) | ||
|
||
Instruments | ||
=========== | ||
|
@@ -33,6 +34,7 @@ Actuators | |
* **Newport_ESP100**: ESP100 motion controllers | ||
* **AgilisSerial**: for controllers AG-UC8 and AG-UC2 tested with motorized mounts AG-M100N (no encoder) | ||
* **XPS-Q8**: 8-axis Universal Motion Controller/Driver, ethernet | ||
* **SMC100**: Single axis motion controller | ||
|
||
Installation notes | ||
================== | ||
|
@@ -56,3 +58,15 @@ XPS-Q8 | |
++++++ | ||
|
||
tested on Windows 11 with pymodaq >= 4.1.0. | ||
|
||
SMC100 | ||
++++++ | ||
|
||
Tested with SMC100PP (stepper motor) controller using USB/RS232 connection and URS150 motorized rotation stage. | ||
Installing `Newport SMC100 software <https://www.newport.com/f/smc100-single-axis-dc-or-stepper-motion-controller>`_ should provide all necessary drivers. | ||
|
||
Operating System: Windows 11 | ||
|
||
PyMoDAQ version: 4.3.0 running in a conda environment with Python 3.11.9 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.