Tags: array, available, file, inside, labview, module, pda, primitive, programming, spreadsheet, spreadsheetvi, string, text, write
2D array to text file WITHOUT using Write to Spreadsheet.vi
On Programmer » LabVIEW
631 words with 0 Comments; publish: Sat, 10 May 2008 02:07:00 GMT; (20062.50, « »)
That VI may not be available in the PDA module, but if you look inside
it, you should see that it uses the Array to Spreadsheet String primitive, w
hich should be available. If you want CSV, you need to use a comma as your s
eperator.
If for any reason that VI doesn't work, you can code it yourself by going ov
er the array element by element and building a string out of it.
You really should check out those tutorials. Using the PDA module is not som
ething I would suggest for people who don't LV, because it has quite a few b
ugs and missing things which you have to know how to work around.
http://labview.itags.org/q_labview_698.html
All Comments
Leave a comment...
- 0 Comments