08-09-2015 01:05 AM
Hi Everyone,
I am having difficulty writing a Labview program that allows me to combine readings taken from 8 thermocouples to one text file. I am using a NI cDAQ - 9174 with NI 9219 modules.
Attached is a copy of my program thus far. I have figured out how to combine readings from 8 thermocouples to one waveform chart but the text file will infact be more vital.
I am very new to Labview and only require it for this task so the simpler the solution the better. Apologies for the lack of technical language.
Any help would be much appreciated.
Amy
08-09-2015 11:55 AM
08-09-2015 04:11 PM
08-09-2015 04:24 PM
08-09-2015 04:26 PM
08-09-2015 07:41 PM
AMEB wrote: but the text file will infact be more vital.
I recommend lookiing at the Export Waveforms To Spreadsheet File VI. It should do what you need.
08-10-2015 07:26 AM
08-10-2015 08:38 AM
Here's one simple possibility...
Of course, this shows incomplete file handling, and you'll probably want to truncate your floating point values to a few decimal places. I have used this kind of operations for generating text and csv files for thermocouples, much like you are doing.
Good luck!
Dan
08-10-2015 01:19 PM
@AMEB wrote:
Unfortunately I have been unable to get any of your suggestions to work.
Then show us what you have tried and tell us where it is failing.