LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

4 channel DAQ download?

Hi,

I'm new to Labview.

I want to use a DAQ device to record Four input voltages or currents in real time, and then save these to a .csv or .xlsx file. We have a BNC-2110 and Labview 2013. Some other fancier bells and whistles would be nice but this would get me up and running.

 

I tried searching the community programs and stuff, but I'm new and the navigation is not obvious. Is there already a .vi that I can download that will do this, or will I have to write something from scratch?

Thanks

0 Kudos
Message 1 of 5
(2,946 Views)
Help> Find Examples of where you should start. The DAQ Assistant can also be used. With the DAQmx examples, you simply specify multiple channels as Dev1/ai0:3 or click on the physical channel control and select Browse. When you start the DAQ Assistant, there are instructions for adding multiple channels.

And please, the bnc-2110 is not a DAQ device. Provide what it is connected to.
0 Kudos
Message 2 of 5
(2,938 Views)

Hi Dennis,

Thanks for the quick reply.

I guess the BNC box is connected to NI PCIe-6351.

I found some software called "Signal Express" which looks helpful too.

0 Kudos
Message 3 of 5
(2,930 Views)

If all you are looking for is a way to read in data from a DAQ, view it, and save it to a file, Signal Express will do the job.  If you want to do anything more, then you are going to want to figure out how to program it all in LabVIEW.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 5
(2,890 Views)

Another option is to use the built-in LabVIEW templates.  Open LabVIEW > click Create Project > select Continuous Measurement and Logging (DAQmx).  That will build you a real state machine you can modify to suit your needs.  This will require you to learn some LabVIEW but it will be very easy to modify and add features later.

 

One more is to use the Signal Express to set up your logger.  If you need to go further one day you can automatically convert the SE project into LabVIEW code and modify it from there.

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
0 Kudos
Message 5 of 5
(2,875 Views)