LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQmx

I have Labview 7.1 and am working with a PCMIA 6036 board, trying out DAQmx.  I have been dealing with an issue
on the AI for the last couple of days and am stumped.  I am trying to read two continuous differential inputs on A0 and
A1, one being a voltage across a current shunt (A0) and the other a Strain Gauge transdeucer (A1).  The base problem
is that I cannot get anything on A1 except apparently cross-talk.  If I try either of these signal on just A0, they work fine.
When I hook-up to A1, however, the A1 tracks the A0.  When I give an input on the strain gauge (A1), absolutely nothing.
 
I've tried every permutation of indexing, and have moved the A1 over to A2 and then A5.  Same thing.  This is continuous
reading, 1000 samples/sec and reading 10 samples at a time.  Tried reading 1 sample at a time, faster and slower sample
rates and even software timed loops.  Any help on this issue?
0 Kudos
Message 1 of 6
(3,278 Views)
A channel configured in DIFF mode uses 2 AI inputs.  One input is connected to + signal and second input connected to - signal.  In your case you will be connecting a total of 4 analog inputs.  Suggest you read documentation for your device.
0 Kudos
Message 2 of 6
(3,269 Views)
Yes, I am doing that.  Sorry I didn't elaborate.  So, back to my question....
0 Kudos
Message 3 of 6
(3,264 Views)
Do the transducers have differing common mode voltages? How big are the common mode voltages? Have you provided a resistive path to ground for amplifier input bias currents?

Lynn
0 Kudos
Message 4 of 6
(3,261 Views)

The common mode voltage between the wires may be different, as I have not twisted them (yet).  I have not purposely provided a resistive ground path either.  I do have a 60hz ripple that I will try to eliminate later, hopefully with a software filter. 

In my original message, I stated that I can read this signal normally if that is what I put on A0 (differential, CH0 (+/-)).            

When I put that transdeucer, or anything else (i.e. current shunt), that second channel follows the CH0, with the 60Hz ripple.  This same configuration works with traditional DAQ, that is what is confusing me.

0 Kudos
Message 5 of 6
(3,259 Views)

Hi,

Have you been through the troubleshooting steps in this Knowledge base article?

Hope this helps!

Abhinav T.
Applications Engineering
National Instruments India

LabVIEW Introduction Course - Six Hours
Getting Started with NI-DAQmx
Measurement Fundamentals
0 Kudos
Message 6 of 6
(3,238 Views)