Simple way to use a DAQ device with two AOs? #146
-
Thanks for all your hard work to build qudi. Maybe I can't contribute much except to say thank you. I am trying to run the 'scanner' of qudi with my NI DAQ device, but fails because it has only two analog outputs. I understand 'scanner' requires at least three AOs (my NI DAQ works well with 'ni_x_series_in_streamer'). Is there a simple way to fix this? I tried to modify the example 'config' and run it, as I I don't need z-axis control at present (x-z scan, y-z scan, optimizer, etc.), but it failed. If the modification of 'config' is not enough, would you recommend what I should do? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi @syim70 , a "thank you" is much appreciated. :) Are you referring to this error upon activating the
That is a result from the GUI trying to create a scan widget for an [xy, z]-optimization sequence. optimizer_plot_dimensions: [2] See also This example config for However one needs to delve quite deep into the code to find this solution and it is not very obvious from the error message what happens. So we should improve the error handling here. Thank you for bringing this up. |
Beta Was this translation helpful? Give feedback.
-
Dear Neverhorst and timoML, After I have upgraded the iqo-module due to Numpy 2.0 issue, I have a new problem with my scanner. I am using Release v0.5.1 qudi-iqo-module, and Release v1.5.1. of qudi-core. |
Beta Was this translation helpful? Give feedback.
Hi @syim70 ,
a "thank you" is much appreciated. :)
Are you referring to this error upon activating the
ScannerGui
with dummy config and only 2 scan axes configured?