04-07-2019 11:08 AM
Hi!
I'm new on labview and I've created a project that measures temperature and water level. I want the data (temperature and water level) to be saved into a spreadsheet. I've attached the project.
Thank you for your help.
Solved! Go to Solution.
04-07-2019 11:48 AM
Hi Elys,
I want the data (temperature and water level) to be saved into a spreadsheet.
Your VI already does save the data to a spreadsheet file!
So what is your problem?
(Maybe you should clean up your VI. It would help to put that stuff into one loop instead of using two of them. Charts and gauges allow to make a numeric display visible, so no need for additional indicators…)
04-07-2019 12:12 PM
It should do this, but everytime i run the project it doesn't ask me for the path...and if i put it before running the program, it doesn't write anything down there.
Thank you for the advice, i'll use one loop.
04-07-2019 01:18 PM
04-07-2019 02:15 PM
Hello!
It's quite interesting... Can it be a problem with my pc or something else? I used LABVIEW 2018.
Thank you!
04-07-2019 02:19 PM
04-07-2019 02:33 PM
Hi!
I'm so sorry to ask you, but can you show me how to do that?
Thank you very much!
04-07-2019 02:41 PM
04-08-2019 07:14 AM
Hello!
I managed to write my data into a spreadsheet, but now the problem is that i want the data to be written on columns, not on rows. I attached my VI.
Thank you again!
04-08-2019 07:52 AM
There should be a "Transpose array"-input, or you'll have to manually Transpose 2D-array beforehand.
/Y