LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Save measurements from Temperature ramp in spreadsheets.

Solved!
Go to solution

Hi,

 

I am new labview user and I need some help.

I am trying to save my Temperature ramp measurements and the problem is that I can only save one measurement and not all the steps that my ramp goes through. What should I do? I am using the write to spreadsheet file.vi and I have already placed a True booleab at the append to file sign.

 

Thank you in advance.

 

Best regards,

Evangelos

0 Kudos
Message 1 of 13
(5,310 Views)

Hi Evangelos

 

Can you post the vi showing what you have already done?

I should be able to help once I see exactly what you are doing.

 

Greg

0 Kudos
Message 2 of 13
(5,297 Views)

Based on your description it is likely that you are only wiring a single data point to the "write to spreadsheet file".  As Greg mentioned, post your vi so we can give you specific advice on your problem.

 

As a general point to get you started, to save a large number of data points, you should be wiring an array of values to "write to spreadsheet file".  How you get this array entirely depends on how your code runs.  If your data is being collected in a loop, you can either use an auto-indexed tunnel to build the array, or you can use an initialized array (say all zeros) of the appropriate size, replacing elements at each iteration and storing the changes in a shift register.

 

 

0 Kudos
Message 3 of 13
(5,276 Views)

Thank you for the answers. Here is my vi.
It saves the final values and not all the temp steps with time. 

0 Kudos
Message 4 of 13
(5,259 Views)

I tried many different things by searching examples but I posted the most simple thing that works as it works. Everything I tried was the same but more complicated.

0 Kudos
Message 5 of 13
(5,257 Views)

To try it put for example 1000 to temp ramp and 100 to max temp

0 Kudos
Message 6 of 13
(5,249 Views)
Can you please post it for lv12.
Thanks
Thanks
uday
0 Kudos
Message 7 of 13
(5,246 Views)
0 Kudos
Message 8 of 13
(5,244 Views)
Solution
Accepted by topic author vagmakman

Hi Evangelos,

 

Thanks for uploading your file.

Have a look at the attached file that I have edited. Is this what you are wanting to achieve?

 

I have made notes on the changes I made in the block diagram.

 

If you need any other help or changes, just let me know.

 

Regards,

Greg

Message 9 of 13
(5,209 Views)

Here is the text file that was created from running the vi once.

 

Greg

0 Kudos
Message 10 of 13
(5,203 Views)