06-17-2008 07:52 AM
06-17-2008 08:01 AM
Your code is currently displaying the time elapsed one time per itteration of the loop. The quick and dirty method of displaying the time to run the write file is put it is a sequence (yes I hate sequences too) get the time in the frame before the file io call and one time after the io and calculate the difference (t2-t1). You can also use the vi profiler but I find it harder to use\understand the results.
Paul
06-17-2008 08:23 AM
06-17-2008 08:33 AM - edited 06-17-2008 08:34 AM
Hi vaib,
as i said already here, http://forums.ni.com/ni/board/message?board.id=170&view=by_date_ascending&message.id=332115#M332115 i think you can´t stop the writing process. If you start them, then you have to wait til the vi is ready. To measure the time you can use the "Tick count" function. See the attached picture.
Mike
06-17-2008 09:29 AM
06-17-2008 09:32 AM
06-17-2008 10:25 AM