-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] new semnidaq driver: control a SEM via the NI-DAQ API #2655
[feature] new semnidaq driver: control a SEM via the NI-DAQ API #2655
Conversation
8cac6cc
to
3064d94
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i am doing the new linter's job for this PR:
please don't forget to add the empty new lines at the end of files 😁
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to look into everything as much as possible, but I'm sure I missed something. Let me know if there is a specific part or function that you want me to look into in more detail.
3064d94
to
aac7517
Compare
Allows to round a value to multiple of any given number, while managing floating point error.
Depends on the "nidaqmx-python" Python wrapper for using the NI-DAQmx API. For now tested only on a NI PCIe-6361... and also known to not work yet on older devices like the PCIe-6251. It supports all features needed for the SECOM and SPARC, with the exception of the counter detector. Tested succesfully on a real SEM. It is possible to test it on a computer without an actual card by using the NI-DAQmx with a simulated DAQ card. Instructions are in the top comment of semnidaq.py . Also introduces two microscope files: one to use a real DAQ board, only, and one to simulate a SPARC using a simulated NI DAQ board.A
aac7517
to
c7316df
Compare
Depends on the "nidaqmx-python" Python wrapper for using the NI-DAQmx API.
For now tested only on a NI PCIe-6361... and also known to not work
yet on older devices like the PCIe-6251.
It supports all features needed for the SECOM and SPARC, with the
exception of the counter detector. Tested succesfully on a real SEM.
It is possible to test it on a computer without an actual card by using
the NI-DAQmx with a simulated DAQ card. Instructions are in the top
comment of semnidaq.py .
Also introduces two microscope files: one to use a real DAQ board, only,
and one to simulate a SPARC using a simulated NI DAQ board.A