Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Requiring help to replicate a LabView Interface with DAQmx

Hello everyone,

 

I would appreciate if someone could help me or even guide me to replicate an interface for a project in my university, it’s about reading analogue data like pressure and temperature from some sensors and shows it in a graphical environment for the people to read.

 

I have to work in a replica of this one and being sincere I´m not any good using LabView, I have the NI cDAQ 9174 with the NI-9219 and NI-9213 modules.

 

My first question would be if someone can tell me how to read at least 13 of the channels from the NI-9213 module and the currents from the 4 channels of the NI-9219 module.

I´ve seen some examples from the labview help but it actually confuse me more.

Additionally I need to save this values in an excel sheet or alike.

 

I would appreciate any help you could give me.     

 

The captures of the interface I need to make are attached.

Cheers.

Download All
0 Kudos
Message 1 of 3
(2,336 Views)

@Juan_Manuel wrote:

My first question would be if someone can tell me how to read at least 13 of the channels from the NI-9213 module and the currents from the 4 channels of the NI-9219 module.


Learn to use the DAQmx Create Virtual Channel.  With it, you can add as many channels to the task as you need.  The rest should be well explained in the examples 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 2 of 3
(2,307 Views)

Get familiar with acquire analog data on the examples. If you dont understand a fucntion use Ctrl+H and then click on the function to see more information of how it works.And check the following link:

 

http://www.ni.com/tutorial/5370/en/

0 Kudos
Message 3 of 3
(2,293 Views)