LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why is the DAQ outputs distorted?

I am trying to output two voltage sine waves(90 degrees out of phase) from my DAQ card. I use a for loop to create two arrays of 1000 samples each. I then send each of these arrays to my DAQ card for sampling of 5000S/s. One of the outputs(measured on an oscilliscope is perfect while the other clips and is distorted. Why am i not getting twp perfectly good sign waves?Is this a hardware issue?

 

Please find attached my LabView file.

 

Thanks,

 

Gilly

0 Kudos
Message 1 of 7
(3,125 Views)
I haven't looked at your vi yet, don't have 8.6 on this machine (please identify the version when attaching vi's), but do have some questions. Are they both set to the same amplitude? Are you looking at them individually (re: single channel scope) or both channels at the same time? Are they both connected to the DAQ inputs in the same way. Usually, if there isn't an actual hardware problem with the outputs, distortion and clipping are caused by; 1) trying to output a waveform of an amplitude greater than allowed, 2) trying to drive a seriously mismatched load. In the later category hooking up to the DAQ incorrectly might cause a problem.
Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



Message 2 of 7
(3,122 Views)

In this example they are both set to an amplitude of 1 volt(2 volt p-p). The problem i need to solve requires them at ~4 vots and 1 volt. The signal output range of the DAQ assistant is froom 10 volts to -10 volts on each channel...so i think this is not the reason for the clipping.

 

I am outputting them on two analogue voltage channels.So a cos wave and a sine wave are generated  individually, but then sent to the DAQ assistant to be outputted using two channels.Yes they are both connected to the DAQ in the same way.Is this a problem?

 

When i tested the outputs on an oscilliscope there was no load connected. If the DAQ card was not connected properly, how would this explain one of my outs being correct?

 

Can you test this program?

 

Thanks alot for your time,

 

G

0 Kudos
Message 3 of 7
(3,105 Views)

Hi,

 

In your code you have a graphical display of your waveforms.  I would like to confirm that this is showing your desired waveform before it is being output.

 

Regards,

 

Thomas Clark

Applications Engineer
National Instruments UK & Ireland
0 Kudos
Message 4 of 7
(3,071 Views)
Yes the waveforms on the front panel show exactly waht i want.However, once put through the DAQ assistant, the real output is different. I think one channel on my DAQ card might be damaged. Can someone possibly test this for me on their own hardware?
0 Kudos
Message 5 of 7
(3,068 Views)

Hi,


I am still unsure as to what is causing this problem and could do with a little more information still, which DAQ card and drivers are you using?  What operating system are you running?  How are you measuring the signals?  are you feeding back into your DAQ card or measuring with an external osciloscope?  If you are using a scope are you measuring both signals on the same channel?

 

Regards,

 

Thomas Clark

Applications Engineer
National Instruments UK & Ireland
0 Kudos
Message 6 of 7
(3,047 Views)

In MAX, you should be able to run some self-tests on the card. I would try this first and post your results.

 

-AK2DM

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 7 of 7
(3,029 Views)