08-13-2012 07:12 PM
Hello i want to acquire two signales from two channels (input 1 analog acceleration ; input 2 analog voltage) without using of DAQmx assistant because I have to use standard vi I use NI usb 9234 any suggestion please I tried with one chanel and i have got good result but when i try two channels aquisation I have got errors please hep me
Solved! Go to Solution.
08-14-2012 12:17 PM
Hi IYED,
What errors are you getting when you run your code? Is it Error -50103? As long as your acceleration and your voltage task are using the same timing parameters, you can combine both channels into a single task. This should resolve the error you're receiving. The article below has an image that shows the setup that I'm describing:
Using Different Types of DAQmx Global Channels in the Same Task
http://digital.ni.com/public.nsf/allkb/3296BA2AEF586B7386256D6D00528E3D?OpenDocument
08-14-2012 04:11 PM
thank you very much