LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Add record to next row of spreadsheet file

When I automaticly calibrate the sensors on my teststand I want to add date/time and operator strings to the next empty row of a file named DTS_010_cal.xls
0 Kudos
Message 1 of 2
(2,497 Views)

You should be able to just use a write to spreadsheet file with append et to true.  As long as you keep the input consistent your spreadsheet should work file.  another approach is to use a database in place of the spreadsheet, this will make reloading the calibration data easier as you scale up your application (but it does require much more planning and learning curve).

 

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
Message 2 of 2
(2,489 Views)