LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read csv file with doubles but all data after the decimal point is not displayed

Hi, 

 

I was wondering if somebody could help me on this issue:  I am reading a csv file with several columns of data.  Once the file is opened I do some operations to select the

column and then I make a subarray to discard the frist elements.  After I created the 1D array with data I tunnel it into a for loop which then displays it on a waveform chart.

Everything seems to work well beside that one of the columns has numbers like 0.4 in it .  These numbers seem to be rounded for some reason and I would like to display them the way they are.  I have attached my VI and a test csv file.  Column 19 and 28 should display the numbers behind the decimal point but they dont.  Anyone knows the reason why?

 

Thanks

 

Download All
0 Kudos
Message 1 of 3
(2,557 Views)

I have no problem. What is your country setting for the decimal separator?

 

0 Kudos
Message 2 of 3
(2,552 Views)

Thank you so much,

 

That was indeed the problem. 

 

 

0 Kudos
Message 3 of 3
(2,542 Views)