I am a beginner in LabVIEW, I am creating software using Daqmx to read multichannel thermocouple temperatures. These thermocouples are connected to amplifiers (0-10v) signals. I have a calibration file attached that I need to include in the program to ensure accurate temp measurements. Currently, the program only reads the average voltage of all channels assigned and returns an element (I expect to have an array of all channels). what I couldn't do, is how can I read the voltage of each channel individually and convert each voltage to the corresponding temp according to the calibration file? I attached the code if you have any idea how can I do it? or could you mention any similar example?
Thank you in Advance