02-13-2018 06:20 PM
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.
02-14-2018 03:53 AM
@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.
02-14-2018 04:20 PM
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: