I am trying to write to file a potentially large amount of data from a USB 6009 device on my PDA. So to optimize the DAQ read and file write functions, I am writing the data to file in binary format. That part of the code works fine. However, I would like to convert that file to text and add to it some data log information. However when I try to read the binary file, I get nothing. I have confirmed that the binary file does indeed contain the data, but the code in the PDA environment doesn't see it. I have used the exact code in the regular LabVIEW environment and it works fine. What gives?
Attached is the code. Any help would be appreciated. Also, I have problems when I change the file name. If I change the file name from the default and press the Start DAQ button, then system doesn't work properly.
Thanks
Doug Ferguson