LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

savind data with time stamp

I'm not getting an error. Everything works fine, the only problem is that he doesn't save any data after I push the enable button.

I attached a picture of the time stamp (I guess). Could you explain something more about what needs to be filled in?

Maybe when I use something else to save the data it might work? In stead of the 'write to measurment file'?

Thx!

 

EDIT: I added 2 pictures. When i change the t0 to dt the signals are not wired correctly my LabView says. I thinck it has something to do with that.



Message Edited by stekkie on 05-07-2008 02:15 AM
Download All
0 Kudos
Message 11 of 13
(653 Views)
Hi stekkie,
do you mean this button "Start opnemen gegevens"? If yes, the point is, because of the button is outside the loop, the state of it will be read at the beginning. So if you stop the aquisition loop the state of the button was already read. You can use a message box and ask the user if he want to save the data. See the attached example.
 
Mike
Message 12 of 13
(647 Views)

This works fine. When I run the application he saves data without me knowing it (so at the background). When I press the STOP button he asks me to save the data and then it is saved just the way I want it.

Maybe we can reverse the system so that he doesn't begin to save data at the beginning, but at the point that I press the 'start opnemen gegevens'-button?

I have to thank you very much Mike, I never would have found this!

0 Kudos
Message 13 of 13
(642 Views)