LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

save file real time

hello
i was having problem with the saving file real time. the data is desired to be saved in the form of spreadsheet. using the date and time as file name, the file will be saved automatically. i do not what has gone wrong as it can be used to save file offline.

it appears the message of
ERROR 8 occur at create file (file exists) (althought it does not exist)
NI 488: DMA hardware error detected

here attached the error message

someone pls help
thanks

regards

0 Kudos
Message 1 of 2
(2,617 Views)
It is difficult to tell from the small segment of code shown, but it appears that the New File function is in a loop. Is it possible that the loop iterates quickly enough that it attempts to create the file twice with the same time? One way around this it to check first to see if the file exists. If it does, than append a 1 (or 2, or 3, or ...) to the filename and try again.

Lynn
Message 2 of 2
(2,614 Views)