02-05-2026 05:08 AM
HI All,
It has been a while since I last used Labview.
I was told that the last time that I used Labview, that if I want to bring any data into it, I have to use a DAQ and then in the software, put in a DAQmx block.
I am using a USB 6009 DAQ module, but when I search for the DAQmx block, there is nothing there that I can see.
I am using Labview 2025 Q3.
Essentially, I am using a small microphone to show the waveform it outputs on a xy graph.
I have attached photos of the physical setup, the VI block diagram, the front panel and also the VI Max configuration.
DAQMx seems to be installed, but like I say, when I look for it, there are no such controls.
The only thing that I can find is the DAQmx Physical channel, which I have set to AI4 and AI0, which is what the microphone is connected to.
I have checked in NI Max and tested the inputs of the DAQ and they seem to be working.
I have tried to connect the DAQ physical channels to various things, such as the XY graphs and also a merge signals block, but Labview comes up with an error - "You have connected terminals of different types".
So what am I doing wrong please??
02-05-2026 11:00 AM
I would recommend to start with a few basic LabVIEW tutorials, learn about dataflow and also look at the shipping examples.
(On a side note, sound is sampled at a constant rate, so a plain waveform graph would be correct, not an XY graph.)
02-05-2026 11:33 AM
As a newer member myself, when they say "think dataflow" they literally mean follow the data from start to finish. Don't just "know" that data gets from point A to point B but understand how it got there and what happened to it along the way. There are also several "sound" related projects that NI provides, and you can find them by having LabVIEW open and going to: Help-> Find Examples-> search-> *type* sound.
02-05-2026 11:42 AM
Once you get the basics of LabVIEW down (dataflow, data types, etc. as mentioned), this is a DAQmx-specific article that might be very helpful:
Learn 10 Functions in NI-DAQmx and Handle 80 Percent of Your Data Acquisition Applications
02-05-2026 04:58 PM
Try the following:
Bob Schor