From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Plot a 2d string array from csv file

Hallo Everyone, 

 

I know there are similar Questions About my issue, but I tried everything there is and didn't get the final result.

I want to plot a csv file which is a 2d string Array but I've been running into string Format Problems. The data actually starts from the 16th row, and everything before that are just headers. I tried to convert it to a 2d double Array, but Nothing changed.

If anyone can help me figure out how I can Display my full data, and then plot it, I will be very grateful for ur help.

 

Thanks Peter

0 Kudos
Message 1 of 2
(1,637 Views)

It would help if you attached a copy of your CSV file.

Also, give an example as to what you get versus what you expected when you "didn't get the final result".

 

The top of your VI you read in the file as a string.

The bottom of your VI, you read in 16 rows, then read in doubles, then convert the doubles back to strings.  Does that make sense??

And I don't see any attempt at graphing data.

 

 

0 Kudos
Message 2 of 2
(1,635 Views)