Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

SCXI-1000 data aquisition using python

I am trying to acquire data from a SCXI-1000 (module SCXI-1100) using the python API, however I cannot find any relevant documentation or example.

I have some experience with nidaqmx-python.

Any suggestion is welcome.

 

0 Kudos
Message 1 of 3
(479 Views)

Were you able to check if the SCXI-1000 is supported by your DAQmx driver? if it does, it is no different from using other DAQ modules in nidaqmx-python

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 3
(470 Views)

The latest DAQmx version containing support for SCXI would be 19.0. Anything newer will not be able to access your SCXI hardware.

 

That said it may be actually still not trivial to use SCXI. At the time the Python interface for DAQmx was created, SCXI was already legacy hardware, so it is very unlikely that the Python API developer spend any time into implementing any SCXI specific functionality. It still should be possible to use it from Python, but you may have to do some extra handwork to define possibly missing enums or similar.

Rolf Kalbermatter
My Blog
Message 3 of 3
(420 Views)