11-26-2007 11:55 AM
11-27-2007
06:08 PM
- last edited on
10-09-2024
10:44 AM
by
Content Cleaner
Hi Sully61,
Welcome to the forums. Basically, you are using the hardware resource to acquire a voltage and the driver is converting it to a thermocouple unit. The simples way to have them both is to acquire the voltage and then there is a LabVIEW function called "Convert Thermocouple Reading.vi" that will do the conversion work for you.
Now to save it into text file there are way many possibilities. If you are not very familiar with files in general, I would use the Express VI called "Write to Measurement File" which is very straight forward. Just select the format to text (lvm) and change the extension to txt (if you want). If you are more advance with text files and have programmed before in other environments, you can modify the shipped example called "Write to Text File.vi" which contains low level file functions for efficient data storage.
Hope this information helps,