Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

acquiring a waveform from the input channel

Hi, while I am trying to acquire teh waveform from the input channel,
it is not showing up in Labview "waveform graph", but the same
waveform is seen on the oscilloscope. I am using NI PCI 6052-E DAQ
board.
0 Kudos
Message 1 of 2
(2,554 Views)
Greetings Amu,

How have you configured the PCI-6025E? Is it configured for
differential readings or single-ended readings?

By default, the configuration of the device will be differential,
which means that two input channels are used for every input signal.
When configured in differential mode, you need to connect the positive
terminal of the signal to channel X and the negative terminal of the
signal to channel X+8. For reading a differential signal from channel
0, you will connect the positive terminal of the signal to channel 0
(pin 68) and the negative terminal of the signal to channel 8 (pin
34).

I would suggest to use the Measurement and Automation Explorer (MAX)
software to test the signal before going to LabVIEW. Open MAX and go
to the devices and i
nterfaces folder. The PCI-6052E should be located
in this folder. Right-click on the PCI-6052E and select test panels
and you will be able to test the input signal here. You can change
the mode to continuous and set an sampling rate in the test panels as
well.

Once you can view the signal in the test panel of MAX then I would
suggest to move to LabVIEW. Search for the shipping example entitled
'Cont Acq&Chart (buffered) VI' which is a continuous analog input
example. Select the device number, channel number, and scan rate and
run the VI.

For more information on connecting your signals to the PCI-6052E I
would suggest to refer to chapter 4 of the user manual. I've linked
it below for your reference.

NI 6052E User Manual
http://digital.ni.com/manuals.nsf/webAdvsearch/552436964E347DAF86256BDE00670E9B?OpenDocument&vid=niwc&node=132100_US

I hope this helps.

Let me know if you have any additional questions regarding this issue.

Regards,

Todd D.
NI Applications Engineer
0 Kudos
Message 2 of 2
(2,554 Views)