10-16-2006 02:20 PM
10-16-2006 02:43 PM
10-16-2006 03:50 PM
10-17-2006 12:36 AM
10-17-2006 11:33 AM
Well I tried using the the array to string function... (array to string spreadsheet.vi), but the (write to spreadsheet.vi) only takes numeric arrays. I tried converting the string back into an array format after that by using (spreadsheet string to array.vi), but that failed to work as well. Finally I used the (byte array to string.vi), and tried to wire this directly to my custom vi that takes an array of strings, but I couldn't get this to work either. I am using LabVIEW 8, so maybe I'm still unclear about specific vi's to use.
It wouldn't be a big problem if I couldn't eliminate these custom made (write to spreadsheet.vi)s that accept strings, because they do include a few other vi's within themselves, but it would be nice to simplify. The only other thing that I have been unable to get around is the write/append options. Is there anyway to overwrite a file, without asking the user to replace it? Every time I try to overwrite the file, the user is prompted for permission to replace it, so my program tends to be a bit inconvenient. Finally, do you agree that this is the best way to handle large amounts of recorded data (2 arrays, 3 columns each, sampling data every 1ms)? I apologize if this is a simple solution, but I’m just not following some of the responses.
10-17-2006 05:37 PM
Hello Systems,
If you use the Open/Create/Replace.vi (it may be within one of the VIs that you customized) and don't wire in a file path, a dialog will pop up. However, if you wire in a path with a specific file name, it should not ask you if you want to replace it. I would suggest reading the LabVIEW Help File for that VI.
Let me know how it goes - thanks!
Janell R | Applications Engineer
10-17-2006 06:12 PM
10-17-2006 11:14 PM