LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do you add a header and timestamp in Labview 7?

I'm trying to do this:

https://decibel.ni.com/content/docs/DOC-3817

and

http://digital.ni.com/public.nsf/allkb/79A50089C955C41C8625734E0079CBFD

in Labview 7. The problem is that in Labview 7, you cannot parse a string into the write to spreadsheet.vi.

 

Any thoughts? (yes i know i need to upgrade my version of labview)

Message 1 of 4
(2,592 Views)
Of course you can. The instructions are on the block diagram.
0 Kudos
Message 2 of 4
(2,591 Views)

In older versions, "write to spreadsheet file" only accepted numeric arrays (SGL?).

 

All you need to do is use "array to spreadsheet string" and write the resulting string directly to a plain text file. See how far you get. 😉

0 Kudos
Message 3 of 4
(2,588 Views)

@altenbach wrote:

In older versions, "write to spreadsheet file" only accepted numeric arrays (SGL?).

 

All you need to do is use "array to spreadsheet string" and write the resulting string directly to a plain text file. See how far you get. 😉


OR, better yet- as the OP sugested----

 

 

Upgrade to LabVIEW 2011 next week  (trust me - you'll like 2011 MOST of Christian's inputs were implementedSmiley Wink)


"Should be" isn't "Is" -Jay
0 Kudos
Message 4 of 4
(2,581 Views)