LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tecplot and Labview ?

Hello everyone ,

I have a new question , and I wonder if anyones has done it before? I guess yes.

I m trying to draw graphs after processing date through Labview.
But instead of using the Labview tools I want ( and I was asked in fact ) to use a different tool(plotting software) which is called TECPLOT.

If anyone has an idea it would be great.

thanks

klaks
0 Kudos
Message 1 of 2
(2,264 Views)
Hey Klaks,

It looks like TECPLOT can take a comma or space delimited ASCII file which you can easily produce with LabVIEW.

http://www.tecplot.com/products/tecplot/tecplot_features.htm

You can do this in LabVIEW with one VI. "Write to Spreadsheet.vi"....wire in a 2D array of data and a comma as the delimiter...and the resultant file will be a comma delimited ASCII file.

-cheers,
Brett
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,252 Views)