08-13-2007 05:27 PM
08-13-2007 05:47 PM
It looks like when I dropped the case statement on the block diagram, the last chart got placed inside. Just move it out.
I placed the elapsed time function there to give you an idea how you could set it to write at an interval. If you want to write whenever you click a button, wire the button to the case statement. If you want to save every waveform that you acquire, don't use a case statement.
I have no idea what you mean by ########. My guess is that you are not importing it into Excel correctly. You gave it a .csv extension but it's not a .csv file.
08-13-2007 05:51 PM
08-13-2007 06:25 PM
08-13-2007 09:31 PM
When I run Export Waveforms to Spreadsheet, I get a header and then i column 1, a timestamp with month/date/year hours:minutes:seconds. I really don't want to look at an Excel file. Look at the original file. It's a text file. Use Notepad.
I already said you could simply connect a front panel Boolean to the case structure. You have not given any kind of description of what this 'Start' button is supposed to do and why you are having such a difficutl time with it.. You might want to go back and review some of those tutorials you were given in an earlier post.
08-13-2007 10:23 PM
08-13-2007 10:28 PM
The time of recording is not the same when I look at a file. It is exactly what I already said - hours:minutes:seconds. You do realize that the setting in the VI I posted was for recording once a minute don't you?
You must have done something very wrong with wiring up the start button. If you would simply replace the Elapsed Time function with a Boolean, there is no way it would affect the display of the data.
08-14-2007 11:16 AM
08-14-2007 11:24 AM
08-14-2007 11:26 AM
It will only ask for a file name if you don't provide one. That's why there is a front panel path control. It was in one of your earlier VIs that you added this. If you don't want to use the path control, use a shift register. You will get asked for a path the first fime and then after that, it will use the seleted file. Again, this is pretty basic stuff.
You did not replace anything with anything else in the file you posted. It has the Elapsed Time function.