PyDAQmx icon indicating copy to clipboard operation
PyDAQmx copied to clipboard

Interface to National Instrument NIDAQmx driver

Results 27 PyDAQmx issues
Sort by recently updated
recently updated
newest added

PyDAQmx is newly available through conda on conda-forge. This PR updates the docs so that people are aware of this option. conda-forge works by having a "feedstock" repository for each...

It should probably be mentioned in README.md that NI now has an official Python API on their Github. It can be found here: https://github.com/ni/nidaqmx-python/

Hi there, I have trouble in installing PyDAQmx with Python 3. When manually downloading the package and running python setup.py build from the terminal inside the package folder, I get...

Dear all, PyDAQmx works well with not only DAQmx but also DAQmx-base. The sampling example also works well, but the callback example doesn't work with DAQmx-base. (https://pythonhosted.org/PyDAQmx/callback.html) The function **AutoRegisterEveryNSamplesEvent**...

I want to but a quick command to drop the output in the case of program termination, however this is causing an exception. Windows 10, Python 3.7.3 ``` python ni.py...

Hello, I'm trying to take data using callback method, and found PyDAQmx. I converted PyDAQmx 1.4.3 using 2to3 and installed to use it on python 3.7.6 (32bit), windows 10, NIDAQ...

Hello, I am on macOS with python3, and if I try to run example2.py I get the following error: ``` Traceback (most recent call last): File "PyDAQmx/test.py", line 20, in...

I've just tried installing PyDAQmx on Python 2.7.16 (a new conda 2.7 environment) using pip and it is not installing correctly (on Windows 10 anyway). It seems to be installing...

Is PyDAQmx compatible with the SensorDAQ, and it is an alternative to LabView?

Hi, Since I'm new to PyDAQmx, I'd really appreciate your help. I'm trying to do synchronous input and output using a NI USB-6212 (BNC) device, but I have several questions:...