03-06-2020 07:58 PM
Hi all, I am very new to LabVIEW and I am looking for someone who has some LabVIEW experience to check over this program provide input on if it looks like it should run fine or if there are any noticeable bugs. I am collecting type-t thermocouple data ( 8 thermocouples total) with a NI 9213 module, pressure sensor (2x) and flowmeter (x1) with general analog IO module ( NI 9205) and RTD (x2) data with RTD specific module.
My general objective is to take in all the data from the 8 TC's, 2 RTD's and flowmeter and graphically display it and then also save the data and export to .xlsx format incase additional statistical analysis is wished to be performed in Excel.
I attached 2 screenshots of my block diagram and one of the front panel so that the indexing and save to file feature are shown.
Also, if anyone has feedback/tips to make the program cleaner or more efficient then I would love to hear those suggestions aswell.
Thanks for you time and help!
03-06-2020
11:27 PM
- last edited on
12-19-2024
09:37 PM
by
Content Cleaner
Well, as to bugs, it's hard to say without being able to check the program (VI).
I guess using the DAQ Assistant probably doesn't count as a bug... but you could take a look at Learn 10 Functions in NI-DAQmx and Handle 80 Percent of Your Data Acquisition Applications 🙂
Regarding the indexing, that's definitely not a good choice.
03-06-2020 11:32 PM