LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Saving question

Hallo!

I have a working program, which measures two values vs the
movement of a translation stage. The measurement values are
stored in an array and I can save it via the write to spreadsheet
VI. What I want now, is that I want to have a header in front of
these data, where certain parameters of the measurement are stored
(for instance date, time, step size of the translation stage).

Has anyone a similar save VI, which I can use as an example?

--

Ciao , Frank .

As of next week, passwords will be entered in Morse code.
0 Kudos
Message 1 of 3
(3,284 Views)
Frank this is a question popping up frecuently, so you can look in past threads for it, basically, you can take a copy and modify write to spreadsheet vi to accept string arrays (simply changing numeric controls to strings) then you can pass your header string into an array and then, using the original write to spreadsheet, append numerical data.
Hope this helps
0 Kudos
Message 2 of 3
(3,284 Views)
Gorka Larrea wrote:
> Frank this is a question popping up frecuently, so you can look in
> past threads for it, basically, you can take a copy and modify write
> to spreadsheet vi to accept string arrays (simply changing numeric
> controls to strings) then you can pass your header string into an
> array and then, using the original write to spreadsheet, append
> numerical data.

Yes, you are right. I've tried to get an overlook to this newsgroup,
but searching >1000 postings isn't an easy task. Using groups.google
I found something, which I will try.

--

Ciao , Frank .

As of next week, passwords will be entered in Morse code.
0 Kudos
Message 3 of 3
(3,284 Views)