LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Split Signal after reading signal using daqmx read vi for multiple channel

Hello,

 

I am using DAQmx read vi(Analog 1D Wfm NChan NSamp) to read single ended multiple analog input channels.After reading,I have to process two signals separately which I am doing with Split Signal vi. But, I am getting unexpected outputs in the case where I am not giving input to one among the analog input channel.I am attaching screenshot of that part of the vi for reference.Can anyone help me in identifying what I am missing...

Error.bmp

Thanks in advance,

Joms

0 Kudos
Message 1 of 4
(3,530 Views)

Use Index Array instead of Split Signal.  This way you can keep the waveform data types.

 

Hard to say what else you are having problems with without more details.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 4
(3,514 Views)

Hii,

 

I tried with the array index also.Observation is same.I am trying to explain more about the setup and my observation below:

Device : NI USB-6218

Wiring : Two separate analog inputs are wired to ai0 and ai1.

Labview Code: using DAQmx Read.vi(Analog 1D Wfm NChan NSamp) read two channels and analyze it to get the frequency and amplitude.

Observation:

Input : ai0--->2V,1KHz Sine Wave and ai1 ----> 1V,2KHz Sine wave

 

Case (i) :  Reading from channels ai0 and ai1

Output : ai0--->Amp = 2V,Freq = 1KHz and ai1 ----> Amp = 1V,Freq = 2KHz

Expected Output : Same as above

Case (ii) : Reading from channels ai0 and ai2

Output : ai0--->Amp = 2V,Freq = 1KHz and ai2 ----> Amp = 2V,Freq = 1KHz

Expected Output : ai0--->Amp = 2V,Freq = 1KHz and ai2--->NA

Conclusion : ai2 is replicating the input in ai0 even when there is no input given in ai2. which is not expected and WRONG.

 

I am attaching the vi for reference.

 

Thanks,

Joms

0 Kudos
Message 3 of 4
(3,496 Views)

Why did you use "Split 1D Array".  That is very odd thing to do.  You were supposed to use Index Array.

 

Are you sure you are reading the correct channels?  You are talking about reading 2 channels, but mention AI0 AI1 and AI2.  Your VI shows AI1 and AI2.

 

You say you are reading AI2 when nothing is hooked up to it, and it is duplicating another channel.  You have heard of "ghosting" haven't you?  When you have nothing hooked up to a channel, it is going to tend to look like another channel.  It is such a high impedance input, that there is no circuit there that is going to drain the charge off of the A/D converter and thus it is a "ghost" channel that is going to look like the previous channel just read.  You should wire a jumper across the input and the ground on that channel so that it will be a solid 0V and not floating like it is now.

Message 4 of 4
(3,489 Views)