Hello,
LabVIEW has the ability to read in a variety of data files using the File I/O VIs. Most commonly, LabVIEW customers deal with ASCII files...that is, text files that they can read into LabVIEW as strings. I am not familiar with Multisim, but I would imagine that data files from this program are either ASCII format or binary format. If the files are binary, you must know the format of the data in the file. Specifically, you must know if the data consists of single-precision floating point numbers, unsigned 8-bit integers, signed 16-bit integers, double-precision floating point numbers, etc. If the data file has a header describing its content, you can use that header to determine the file's datatype so that you can read it into LabVIEW. There are some File I/
O examples that ship with LabVIEW that demonstrate how to read a header to determine the datatype of a data file.
I hope this suggestion gets you on the right track. Good luck with your application, and have a pleasant day.
Sincerely,
Darren Nattinger
Applications Engineer
National Instruments