In simplest possible terms, You can save data in any format, be it binary or ASCII, using File I/O functions.
Along with File I/O functions, There are a whole lot of functions for converting data from Binary to ASCII format and vise versa.
Do look at examples shipped with LabVIEW to get an idea as to how File creation, read/write is handled in LabVIEW.
Speaking in broad sense,
based on the termination character, tab, etc employed during writing data to a file, an ASCII file created using labVIEW can be opened in any other software application
Similiarly for Binary data, the criterion would be wheather the file was writen in Big or little endian format, while reading it using any other software.
Take a look at examples first, then you can decide as to in which format would want to save your data
Message Edited by devchander on 07-10-2006 05:01 AM