07-18-2012 04:25 PM
Hi,
I am using NI-USB 6211 ADC module with Labview 8.6 on Windows 7. I have this problem where I connect two inputs to any two channel using RSE model, but the signal on input 1 will interfer with the signal on input 2.
My inputs are +3 to -3V to channel 13. When I connect one input and enable the channel in Labview using DAQ assistance, the output waveform is perfect.
However, as soon as I add another input channel in the same DAQ assistance, the input in channel 13 will mirror on the other channel, even when the other input is floating. When I connect the second input, both waveform get distroted.
It seems like there is a setup issue with my Labview code, such that two channels are talking to each other. I tried different pins, all behave the same.
Thanks,
Harold
07-19-2012
11:55 PM
- last edited on
10-31-2024
12:36 PM
by
Content Cleaner
Hi Harold,
What is you are experiencing is potentially a ghosting effect on your channels. To eliminate this problem follow the steps below as described in the following article: How Do I Eliminate Ghosting From My Measurements?
To overcome ghosting you have several options:
08-15-2012 05:07 PM
Hi MikhailK,
Thanks for the reply, it was really helpful. I am now able to sample two channels simultaneously, with some acceptable of distrotion. I scaled one of the input voltage down to the same range as the other one and lower the output impedance.
However, I could not follow the second point you metioned, adding delay between channels. I used the DAQ assisstance to communicate with USB 6211. I have no idea how to use the DAQmx. Could you provide me a brief tutorial on that?
Thanks
Harold
08-16-2012
09:03 AM
- last edited on
10-31-2024
12:37 PM
by
Content Cleaner
Hi Harold,
You can increase the interchannel delay, by decreasing AI Convert clock rate through DAQmx property node. Here are some helpful links that will get you started with using DAQmx functions instead of DAQ Assistant.
Getting Started with NI-DAQmx: Basic Programming with NI-DAQmx
Learn 10 Functions in NI-DAQmx and Handle 80 Percent of Your Data Acquisition Applications
Basics of NI-DAQmx Property Nodes