I would like to get the size of a file on my Pocket Pc. Unfortunatly I'm unable to find such a Vi in LabView PDA Module 7.1. Don't know if there is something wrong with my LabView installation (german).
I also found another way to get the size of a file by using the End Of File-Vi.
Is it possible that the End Of File mark could be corrupted, when there is a power supply failure during a writing process? My program should continue to write data at the end of the file. Any suggestions?
No the seek vi work like your solution. It search about the EndOfFile.
But when you have a power supply failure, your programm stop also...is that not right?? In other case you must that yourself programm and check the file.
I don't know, couldn't there be a problem when the power fails during writing of the EOF mark? It is very unlikely that the power fails in this short time.
In the system where we use the measurement device occurs almost never a power problem. To make it easier I decided to overwrite the allready existing data.
But thank you anyway for your help Greetings Stefan