Closed thoo closed 9 years ago
Thanks to the informations that you send me, I have updated the DAQmxConfig.py file. Can you test it ?
Le 19/03/2015 12:14, thoo a écrit :
Hi , How can I update the DaqmxConfig.py for mac os x? I know the location of "|NIDAQmxBase.h|" file.
|/Applications/National Instruments/NI-DAQmx Base/includes/NIDAQmxBase.h|
When I run |find_library('nidaqmxbase')| , I got |'/Library/Frameworks/nidaqmxbase.framework/nidaqmxbase'|. Thanks,
— Reply to this email directly or view it on GitHub https://github.com/clade/PyDAQmx/issues/19.
Thanks. It seems working now. I just need to find the right NI-DAQ driver which supports 64 bit and also my USB card.
Hi , How can I update the DaqmxConfig.py for mac os x? I know the location of "
NIDAQmxBase.h
" file./Applications/National Instruments/NI-DAQmx Base/includes/NIDAQmxBase.h
When I run
find_library('nidaqmxbase')
, I got'/Library/Frameworks/nidaqmxbase.framework/nidaqmxbase'
. Thanks,