10-16-2010 06:24 PM
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
10-16-2010 06:53 PM - edited 10-16-2010 06:54 PM
I have no problem. What is your country setting for the decimal separator?
10-16-2010 08:04 PM
Thank you so much,
That was indeed the problem.