08-11-2015 08:25 AM - edited 08-11-2015 08:32 AM
Hello All. I’m using the NI cDAQ-9178 and the NI 9214. I’ve attached my Temperature Measurement.vi and it’s working, but now I’d like to write LabVIEW code that automatically scans the 16 channels, one at a time and take a temperature measurement. Is there a way to step through the NI 9214 channels, using a case structure?? Or can this be done using the DAQ Assistant?? I’m new to LabVIEW, so I’m still learning. I’ve tried placing a “Physical Channel” constant within and case structure with numbers as my cases, but was unsuccessful. Any suggestions or directions to links would be greatly appreciated.
08-11-2015 08:33 AM
08-11-2015 08:41 AM
Ok. Let me try again. I was asked to modify my current vi, so that it scans each channel for one second, takes a measurement and output it to a file/report, with a time stamp. My current vi will record temperatures on all channels with time stamp, but the measurements are taken simultaneously. I wanted to step through the channnels one at a time and output the results in that order. Did I explain better??
08-11-2015 09:00 AM