09-03-2005 11:31 PM
12-15-2005 10:40 AM
Here's a link ot the DSA Support page:
http://www.ni.com/support/dsa/default.htm
On it, there is a link to a KB which talks about setting IEPE in DAQmx and even your specific use case of only on a single channel. Hopefully this gets you where you needs to be.
-Jack
01-06-2006 01:50 PM
if you have the sound and vibration toolkit look at this popup. If it is too complicated just strip out what you don't need.
svx_DAQmx Popup for DSA.vi
12-21-2006 04:27 PM
That helps for LabVIEW, but what about working with the NI-DAQmx API (nicaiu.dll) directly with text language calls?
Anybody know how to toggle IEPE power on and off using only DAQmx API calls? I have tried the following sequence (parameters omitted) but it doesn't quite get it. No errors on any of the returns but no power switch either. Is there something else that has to be done?
DAQmxCreateTask
DAQmxCreateAIAccelChan (set excSource and excValue)
DAQmxCfgSampClkTiming (get error on commit w/o this)
DAQmxTaskControl (commit)
DAQmxClearTask
Thanks,
12-21-2006 04:49 PM