QMAPP-mq / qudi

A modular laboratory experiment management suite.
GNU General Public License v3.0
4 stars 0 forks source link

Identification of PI stage error #2

Closed mvbnano closed 6 years ago

mvbnano commented 7 years ago

What is affected by this bug?

Connection to the PI stage can not be established if the Thorlabs APT motor is also connected (physically) to the PC.

When does this occur?

Error is thrown when attempting a connection to the PI stage.

Where on the platform does it happen?

On activate

How do we replicate the issue?

Have both the PI stage and the Thorlabs APT motor connected (physically) to the PC by USB.

Expected behavior (i.e. solution)

Code should check gor the PI stage name, as opposed to choosing the first in the list.

Other Comments

Conduct works on branch pi_usb_digital_control

latchr commented 6 years ago

This is fixed by looking at the list of devices and searching for only those with "PI" in their name.