01-18-2013 01:21 AM
I had a photoquadrant detector with four quadrants . each quadrant have a positive lead. If i connect each lead to the DAQ's a0, a1, a2, a3 terminals and common ground to one of the ground of DAQ. Is it able to read four voltages from four quadrants at a time . And how to take the data through labview. In the manuals it's not shown can you provide me an example program.when i configure daq i'am selecting acquire signals--->analog input--> selecting a0,a1,a2,a3---> then configuring each channel with voltage limits all. then ok. Afetr that on the DAQ VI how can I read these four values. Is it by giving add inputs and put number indicator to each data like that or any other way is there. If you help me it's a kind job
01-18-2013 07:01 AM
Use the DAQmx Read. Choose a polymorphic case of N channels. It is up to you whether you want multiple samples as a array, multiple samples as waveforms, or single samples. The multiple samples as an array will give you a 2D array, the rows being the channel. The other options will give you an array, an index for each channel.
01-18-2013 10:22 PM
the requirements is that four channels to be read at a time. Is it possible with this daq card..
regards
DevanarayananVP
01-18-2013 10:54 PM
Yes. Crossrulz was tell you how to do that.
01-18-2013 10:57 PM
01-18-2013 11:03 PM
01-21-2013 04:01 AM
Thank you for your reply, but if I need to see each sample reading individually as numerals. What I have to do. If possible please sent a sample program
01-21-2013 08:14 AM
Sounds like you need to acquire 1 Sample from multiple channels. You will then get an array output. You can index the array for each individual channel.
01-21-2013 10:22 PM
i need the voltage values from each channel individually. That is my requirement. please provide a method and if possible please send a sample code
01-21-2013 10:29 PM