LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Save histogram data to a ASCII file

Hello,

I work on a LabView application which samples temperatures on a [c]FP. I produce a histogram by using the express histogram vi.
I don't know how I can save the samples (Y) it means the occurences in a spreadsheet file, because the histogram data are dyn. data.

Thanks for help.

Thomas
Thomas
0 Kudos
Message 1 of 3
(3,039 Views)
Hello Thomas

If you just want to save the y-values, just wire the dyn.-data to the normal "Write Spreadsheet"-function. Then it writes a line, containing the y-values.

Hope this helps.

Thomas
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 2 of 3
(3,028 Views)
Thats it.

Thank you
Thomas
0 Kudos
Message 3 of 3
(3,017 Views)