LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

what tools should i add ??

Filter out the appropriate column with Index array and use Search 1D array for your number, this'll give you the index. Use Index Array to grab the whole row. Done.

/Y 

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
Message 11 of 25
(865 Views)

But where do i connect the Index Array to ???

 

Is it the pin/point called "condition" , on the DB tools select data ???

0 Kudos
Message 13 of 25
(824 Views)

hahas... My teacher is reading the forum with me yestersday :l

0 Kudos
Message 14 of 25
(821 Views)

The index Array Function returns the element of the array at a particular index.If array's zeroth element is 123451R,then it will returns that particular element if you wire the 'index' with '0'.So connect it accordingly.

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks as kudos only:)
0 Kudos
Message 15 of 25
(808 Views)

can you show me a example for it ??? i dont really quite understand.

 

Sorry for the inconvenience

0 Kudos
Message 16 of 25
(805 Views)

ABC.png 

By the way, do u know what the mean of this ???? i found this at the LAVA forum.

0 Kudos
Message 17 of 25
(803 Views)

OK.see the attached example.I just shown an array and the indicator returning the particular element of the array.Like that you can retrieve your array elements as Yameda told.I can't show you in your example as Iam using LV2009.

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks as kudos only:)
0 Kudos
Message 18 of 25
(800 Views)

so the element i replace with the "Student Admission Number "???

0 Kudos
Message 19 of 25
(795 Views)

You can see search 1D array in Array's palette and using that, search for your particular "Student Admission Number".And this will give you the index.And then use index array to retreive the whole row containing the details of the student with that particular Admission Number.All the functions are available in view>>function palette>>array.

Try it!

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks as kudos only:)
0 Kudos
Message 20 of 25
(791 Views)