07-27-2011 06:51 PM
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)
07-27-2011 06:56 PM
07-27-2011 07:04 PM - edited 07-27-2011 07:04 PM
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. 😉
07-27-2011 08:54 PM
@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 implemented)