QMAPP-mq / qudi

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

loading multiple powermeters but all connect to the same powermeter #13

Closed mvbnano closed 6 years ago

mvbnano commented 6 years ago

What is affected by this bug?

Connecting to Thorlabs powermeters. With multiple powermeters defined in the configuration, they will all connect to a single powermeter (presumably the first in the connected devices list).

When does this occur?

With more than one Thorlabs powermeter connected and defined in the configuration.

Where on the platform does it happen?

In the ThorlabsPM hardware module.

How do we replicate the issue?

Have connected a PM100A and a PM100D.

Expected behavior (i.e. solution)

Loading hardware should connect to unique powermeters.

mvbnano commented 6 years ago

solution code created, just need to read in the device serial number from the config file

mvbnano commented 6 years ago

solution merged into deployed_siv_upconversion a1c99e50326956da6658463c5c1ae49df848009e

mvbnano commented 6 years ago

tested on deployed branch