Virtual Signal Generator Using The Ni-Usb 6008 Data Acquisition Devices
Virtual Signal Generator Using The Ni-Usb 6008 Data Acquisition Devices
ABSTRACT Educators and researchers worldwide are using National Instruments products to automate routine tasks, accomplish
new objectives, replace outdated and expensive equipment, and demonstrate students the potential of high technology. This paper
present the use of data acquisition (DAQ) device and LabVIEW to implement a signal wave generator and demonstrates how we can
generate a waveform using the NI-USB 6008. The USB 6008 can output single points of data and are not capable of buffered
generation. Hence, we have to output the waveform one sample at a time. Are generated 4 waveforms: Sine, Square, Triangle and
Sawtooth; the array of data is thereafter indexed and then ouput one element at a time.
KEYWORDS: NI USB 6008, LabVIEW, DAQ, NI-DAQmx, Express VI.
1. INTRODUCTION
2. REALIZATION OF VIRTUAL
INSTRUMENT
0-Sine
2-Triangle
1-Square
3-Sawtooth
1. Create a virtual channel and task using the NIDAQmx Create Virtual Channel VI. Select Analog
output and than voltage.
- Physical Channels specifies the names of the
physical channels to use to create virtual channels.
The DAQmx physical channel constant lists all
physical channels on devices and modules installed in
the system. You also can wire a string that contains a
list or range of physical channels to this input.