04-05-2017 04:25 PM
hello everyone,
here is my problem. I am doing an experiment where i measure temperatures. I have a burner using methane and i have 3 different volume flow levels. 5-10-15 litres/sec. The volume flow is controlled manually and has nothing to do with labview. what i want to achieve is: while i am running labview to measure temperatures i want to have the ability to write in a cell somewhere the number 5 and that 5 to be written in my file with all the data as a second column right next to the time. After a while when we change the volume flow i want to write 10 and that 10 to be written again in my file. so what i want to do is shown in the picture below.
thanks in advance 🙂
Chris
04-05-2017 04:45 PM
What have you tried? Post a snippet of your code.
04-05-2017 08:22 PM
Sounds a lot like a table control to me.
04-06-2017 12:01 AM
Use table Control to Display data and use Write Delimited Spreadsheet to save in a File
04-06-2017 03:10 AM
my experiment consists of 2 codes. one using niDAQ and 1 using agilent. to write the data from the NI I use write to measurement and for that part I have solved my problem. I don't know how to do the same for the agilent part where I don't use the write to measurement command, but simple read,write close files. I attach the code below.
04-06-2017 05:52 AM
Share the code in Lower version (LV 15)