clade / PyDAQmx

Interface to National Instrument NIDAQmx driver
Other
133 stars 55 forks source link

DAQmx configuration for Mac OS X #19

Closed thoo closed 9 years ago

thoo commented 9 years ago

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,

clade commented 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.

thoo commented 9 years ago

Thanks. It seems working now. I just need to find the right NI-DAQ driver which supports 64 bit and also my USB card.