-
Hi,
if I understand correctly only DC and Stepper motor controllers are currently supported with Kinesis in the motorThorlabs module. I'm working on an application where I need to integrate a Kines…
-
Alexey,
Just wanted to bring something I noticed to your attention.
The _enable_channel()_ function which enables or disables a given channel returns an error message which I'm guessing you're…
-
I'm working on a Python-based GUI program. A button on the main window connects a slot
called on_btn_start_clicked(). I want to scan a z-stack with Thorlabs Kinesis Stage. So I created a threading t…
-
Hello, I can't establish a connection with the Thorlabs ML203 board (BBD302 controller).
When I run the following code :
import pylablib.devices.Thorlabs.kinesis
#Connection and list device…
-
I have pyft232 installed automatically as a dependency of pylablib, and when I'm just trying to list connected Thorlabs Kinesis devices, I get this error.
```python
Traceback (most recent call las…
-
The following function `setup_kcube_trigio(trig1_mode="out_maxvel", trig1_pol=1)` should declare a trigger output pulse when the stage reaches its maximum velocity.
Currently, the motor sends a tri…
-
Hello all,
I am trying to connect my computer to the Thorlabs BSC203 using the pylabib.devices package. If I try to do this without connecting to the stages via the Kinesis software, the parameters…
-
I am trying to connect to a BPC301 APT Piezo Controller using this library. I successfully initialized the motor and called get_device_info() with:
```
bpc301 = Thorlabs.KinesisMotor("41878356", is…
-
Hello -
First, thank you for writing this interface software for so many types of lab equipment, it is very helpful.
I think I've found a bug: when I try to jog any channel 3 on a Thorlab's Ki…
-
I'm trying to connect to a KDC101 thorlabs controller from macOS.
I have been able to work my way around some ft232 issues I had prior to this, but I am currently stuck at an empty list when perform…