LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Data look like coupled

Solved!
Go to solution

Hi,

 

I'm trying to collect data from 4 different channels by using USB-6259 BNC and LabView 2009. When I try to collect them through a DAQ assistant, if there is an input from one channel (say channel 0), the data from different channels are also changing. I think that somehow they are coupled each other. I connected my load cell to channel 0, and tri-ax aceelerometer was connected to channel 1-3.

Any ideas or suggestions?

 

Thanks,

Jeong 

 

 

0 Kudos
Message 1 of 5
(2,757 Views)
Solution
Accepted by topic author jeongho20000

Jeong,

 

the issue you describe can have two possible reasons i can think of:

a) Too high sampling frequency. The multiplexer and ADC does not settle within the sample time so you get some kind of crosstalk. This is rather unlikely since the DAQmx driver would create an error if you set the sampling frequency too high.

b) The signal sources have a high impedance. This will create crosstalk because the voltage on one channel cannot be removed by the second channel and therefore influencing the measurement. If this is the reason (i ponder it is), you will have to decouple the signal source and the measurement device by using something like optocoupler....

 

hope this helps,

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
Message 2 of 5
(2,740 Views)

Hi, Norbert.

 

could you tell me more about optocoupler? I'm not familiar with it. Is it a sort of built-in VI in LabView?

 

 

Thanks,

Jay

0 Kudos
Message 3 of 5
(2,716 Views)

jeongho20000 wrote:

Hi, Norbert.

 

could you tell me more about optocoupler? I'm not familiar with it. Is it a sort of built-in VI in LabView?

 

 

Thanks,

Jay


 

No it is a hardware device. Search for "opto-issolators".

 

Or a simple 741 Op amp configured as a buffer will do the trick.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 4 of 5
(2,712 Views)

Jay,

 

adding some other possible workaround:

You can insert a "shorted channel" in the scanning between channels you want to measure with. This would help too if the reason for the crosstalk are indeed high outputimpedances of your signal sources.

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 5 of 5
(2,683 Views)