Search
| More

June 2, 2016

Labview and Scilab

Tag
0 comments

Labview generates .lvm files. Don't waste your time looking for dedicated Scilab scripts or functions for read this kind of files. You can easily read this files with the function csvRead.sci because the Labview files are just like Excel files in csv format.

If you use the csvRead function directly with only the name of the file as argument, you will obtain a vector or a matrix with NaN (the header and other comments) and the numerical data. With the function thrownan you can obtain a new vector or matrix without the NaN.

If you're looking for interfacing Labview with Scilab during the signal acquisition, you should take a look on "NI Labview to Scilab Gateway":

http://sine.ni.com/nips/cds/view/p/lang/fr/nid/210055

0 comments:

  © Blogger templates Newspaper III by Ourblogtemplates.com 2008

Back to TOP