02-08-2006 05:00 AM
02-09-2006 05:11 PM
02-09-2006 05:26 PM
02-14-2006 01:13 AM
As you said in my thread for appilcation note for ANSI C. Can you please give me referance to any DAQ mx programming in ANSI C application note. For your referance i am once again repeating.. i have studied all help files provided with the installation CD and some example programs too... but there are application note using Labview.. can you provide me such examples in ANSI C.
Thank you.
02-14-2006 08:53 PM
02-15-2006 07:44 AM
02-15-2006 09:04 AM
hi Thaison V
Thank you for your suggessions. I will follow the interrelations you provided between Labview examples and trying the same in C.
Regarding my application: I am using NI PCI 6123 for acquiring three current signals from induction motor and i will be doing FFT analysis of this currents. Based on the FFT analysis i will display the output on screen. Would you like to have more information to make the topic clear please let me know.
Once again..Thank you
Dhaval
02-16-2006 04:00 PM
Hello Amna,
The terminal name you are using is incorrect, it should be "Dev1/ai0". Why are you trying to use an analog input channel as the source for your sample clock? This is not supported functionality. In fact, DSA devices do not support using an external clock at all.
DAQmx does not provide File I/O functions, you will have to look at the documentation for the programming language you are using to find these functions.
Perhaps if you could give us more information about what you are doing we could recommend a different approach.
Thanks,
Laura
02-17-2006 05:38 AM
02-17-2006 11:15 AM
Hello Dhaval,
There are examples that show you how to do analog input in the folder that Micaela referenced above. I would suggest starting with a current example and then modifying it to do the FFT analysis that you need. Be sure to read all of the instructions in the example, because you will need to use an external shunt resistor to do the current measurement. You can reference this KnowledgeBase article for more information.
Regards,
Laura