-
Notifications
You must be signed in to change notification settings - Fork 145
Description
What is affected by this bug?
I'm trying to use the NI USB-6212 DAQ card with Qudi to be able to do confocal scans. This DAQ card has just 2 analogue outputs which we want to use with a scanning mirror. We are not interested in doing z scans. I am also using the national instruments x series code for the DAQ card (although I am aware that I am not using an x series)
Is it possible to do just xy scans using the confocal module, and not have to connect an analogue output for z? Has anyone faced this issue before?
When does this occur?
When I load Qudi, I get an error saying "Error during activation. IndexError: List index out of range" which I believe is referring to the confocal module needing 3 analogue outputs while I only have 2 (and only put 2 in the config file). I get the same error when I try and open the confocal module.
Where on the platform does it happen?
When I load Qudi or the confocal module
How do we replicate the issue?
Have a DAQ card with 2 analogue outputs. Assign these 2 analogue outputs to scanner_ao_channels in the config file. Try and run Qudi.
Expected behavior (i.e. solution)
I was hoping that I would be able to run xy scans, but I cannot.