PyDAQmx
PyDAQmx copied to clipboard
Interface to National Instrument NIDAQmx driver
Hi Pierre, I've been toying with PyDAQmx for a bit, thanks for this -- looks like a well-done wrapper. One thing I bumped into was this: In C, it is...
It would be really handy to have tags for each release, rather than having to search through commits for the version numbers. This would also help with package management like...
Hi, I get this error while importing PyDAQmx: Python 3.3.5 (default, Mar 27 2014, 17:16:46) [GCC] on linux Type "help", "copyright", "credits" or "license" for more information. > > >...
I'm attempting to run PyDAQmx on Python 3.3 (32-bit), on a Windows 7 machine with LabVIEW 8.6 (32-bit) and NI-DAQ (9.2.1) installed. During PyDAQmx installation, I had to use python...
I am using PyDAQmx to measure temperatures via thermocouples and a NI 9213 board. I am using the normal thermocouple DAQmx call: http://zone.ni.com/reference/en-XX/help/370471W-01/daqmxcfunc/daqmxcreateaithrmcplchan/ This is working great when I don't...
Hello, I'm currently using the function _DAQmxGetDeviceAttribute_ to obtain device attribute. It works fine with python 64bits (anaconda package) but it doesn't work with python 32bits (under windows 7 64bits...
Comment is here, full text reproduced below. https://github.com/clade/PyDAQmx/commit/78c76d1bac58535dc86516479cd42f483abaa82e#PyDAQmx/DAQmxFunctions.py On windows xp sp3 running Python 3.3 this line causes an error "global name 'add_keywords_decorator' is not defined" I solved this as...