03-08-2016 07:26 AM
Please help to understand the meaning of this array structure 0th 1th and 4th wired with value 0 and 3rd wired with 2 what is meaning of this? please help
03-08-2016 07:37 AM - edited 03-08-2016 07:39 AM
The input is a 2D array. The first part of the Index Array is getting the entire first colum as a 1D array. The second part is getting the element at (2,0).
03-08-2016 07:51 AM
did you means that in 1st element (at output) it will give array as output and at element2 (at output) it will return only single value at position (2,0) right?
03-08-2016 07:58 AM
Hi kiwagh,
why don't you try this on your own with LabVIEW? Should be much faster than to post old images and to wait for answers…
It's ok to learn from manuals, but some "learning by doing" is also recommended for this basic stuff!
03-08-2016 08:10 AM
kiwagh105@gmail.com wrote:did you means that in 1st element (at output) it will give array as output and at element2 (at output) it will return only single value at position (2,0) right?
If you had left the first index input unwired, then you would have gotten an array of strings for the first output, but still the single string for the second output.
03-08-2016 08:14 AM
Ok Sir,I am a new learner but its ok I tried it from my side. Thank you.
03-09-2016 01:04 PM
kiwagh105@gmail.com wrote:Ok Sir,I am a new learner but its ok I tried it from my side. Thank you.
What did you try? Some other posters might be helped by what you "Learned"