Replies: 3 comments 2 replies
-
Dear @Janoo12, from the toolchain perspective, it is kept so general that this could be implemented. There has been an earlier question, using attocubes for the z-scan here. So I guess some implementation is of interest, yet we still need a brave soul to come up with an implementation and maybe a clever idea to make such a hardware pretty general. |
Beta Was this translation helpful? Give feedback.
-
Hi, we also use a attocube stage. Unfortunately the confocal scanning logic is so tightly fused with the NIDAQ card, that we had to make quite a lot of modifications to it. But it worked out - once we broke down the workings of the interfuse, we knew where to insert the Python Commands for the Stage Control. We basically replaced the Analog Control via the NIDAQ with the according Python Commands for the Stage. At the end of the day it is only a few lines of modification to get it working - maybe not according to the Best-Practice-Standard for QUDI, but works. BR |
Beta Was this translation helpful? Give feedback.
-
Just to avoid possible misunderstandings: If you are in fact using this new toolchain, could you please help us understand where the logic is still coupled to NI hardware? If you are referring to ni_scanning_probe_interfuse.py, this is a specialized "hardware implementation" for NI hardware and as such it is not meant to be generally applicable. Different scanning setups are meant to implement their own hardware/interfuse module satisfying the very general interface in scanning_probe_interface.py instead. Thank you. |
Beta Was this translation helpful? Give feedback.
-
I was wondering whether the scanning probe toolchain could be extended in a way that it can be used with Attocube piezo stepper stage (ECSxy5050/Al/NUM/RT + ECSz5050 + AMC100 controller) in closed loop mode for image making. The ambient temperature stepper stages have highly precise (1-10 nm) encoders, thus in closed loop function it's possible to go point by point and recording counts or carrying out other types of measurements at any point (like ODMR or lifetime measurements) and creating an image from that information. The main difference that the control of a stepper stage doesn't happen via analog outputs but via USB commands, but Attocube provides python commands to the controller so it could be implemented.
This extension could be particularly useful for those setups:
Beta Was this translation helpful? Give feedback.
All reactions