05-11-2017 06:59 AM
Hi all, I have problem with extracting columns from 2d array and saving it to the cluster which contains 5 arrays. Could you tell me what am I doing wrong? I attach my project to this post. The txt file has 5 columns and 6 rows. Also how to make it possible that the 1st row will be string and the others arrays of doubles.
05-11-2017 07:15 AM - edited 05-11-2017 07:15 AM
enable context help with ctrl+h and hover over stuff, that often tells you what is wrong (like source and drain mismatch)
you should ignore the first row after reading from spreadsheet, the strings result in 0 values in your array
your index-array inside the forloop is still in 2D mode, and thus not working on 1D array
05-11-2017 08:04 AM
Ok so how it should be done? I know that somewhere at the end I have to use bundle by name function, but I'm not sure how to do that properly.
05-16-2017 01:38 AM
Hi,
I think you should go thru the LV basics first (http://www.learnni.com/). You can use attached code as a starting point to acomplish given task...
05-16-2017 02:05 AM
Hi Husarz,
Could you make your attached file backward compatible such as LabVIEW 2014, 2013. I cannot open it because your attached file is later version than I am using.