What's the error code, and what are you using for the filenames? Remember that one filename is for the file to save on the analyzer's hard disk. The other is for the file that you want to write the data to on your computer. Can you verify that the string of data fed to the Write to Binary File is not empty (not that it matters - this is just to check that it actually read data).
Message Edited by smercurio_fc on 07-01-200801:15 PM
I have no idea what "x6" is. That's not a valid error code. Do you mean just 6? That's a generic file I/O operation. Even if the data were empty, it should still write a zero-byte file.
For your VI I'm not sure why you have a call to "Memory Read" before the VI that I wrote. That shouldn't be there. Also, you should be using path controls for paths, not strings. That's why I used path controls.