Build a VI that generates a 2D array of
File I/O
palette.
Write Characters To File VI to write
the header and the Write To Spreadsheet File VI
to write the numeric data to the same file.
Save the VI as More Spreadsheets.vi in the
C:\Exercises\LabVIEW Basics I directory.
Build a VI that converts tab-delimited spreadsheet strings to comma-delimited spreadsheet strings, that is, spreadsheet strings with columns separated by commas and rows separated by end of line characters. Display both the tab-delimited and comma-delimited spreadsheet strings on the front panel.
Search and Replace String function.
Save the VI as Spreadsheet Converter.vi in the
C:\Exercises\LabVIEW Basics I directory.
Modify the Temperature Logger VI so
the VI does not create a new file each time you run the
VI. Append the data to the end of the existing
temp.dat file that the Temperature Logger
VI created. Run the VI several times and use a word
processor application to confirm that the VI appended new
temperature readings.
Format Into File function and
replace it with the Format Into String and
Write File functions. Use the pos
mode and pos offset parameters of the
Write File function to move the current file
mark.
Select File>>Save As to save the VI as
Temperature Logger 2.vi in the
C:\Exercises\LabVIEW Basics I directory.
"A full introductory course on programming with LabVIEW."