12-18-2009 12:34 PM
Solved! Go to Solution.
12-18-2009 12:52 PM
In general, all you need is the button wired to a case statement and inside the case statement, have your file save functions.
You should really attach what you have written though you are going to have issues with posting 5.1 code. It can't even be opened by the latest versions of LabVIEW. Any chance you can upgrade to something from the 21st century?
12-18-2009 01:59 PM
12-18-2009 02:17 PM
You have to place it inside the loop if you want to selectiviely write some data. Instead of using the Write to Spreadsheet function, you can use one of the lower level file write functions (whatever they were called back then) or wire the scalar to a build array function and then wire the output of that to the Write to Spreadsheet.
12-22-2009 01:06 PM
12-22-2009 01:13 PM