06-11-2009 03:01 PM
Solved! Go to Solution.
06-11-2009 03:17 PM
The problem seems pretty simple and would not be any different in a later version of LabVIEW. It would help if you had posted an example of the file. If it's a tab or comma separated text file, you can use the Read From Spreadsheet File. Then it's a matter of getting the columns. That's where the Index Array function is used. Then you just have divide one by the other. Look at the image and modify as needed. this assumes that voltage is in the first column. You could also plot the resistance as the data is acquired instead of post processing from a file.
06-11-2009 03:58 PM
06-11-2009 04:05 PM