LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Searching from 2D array for an individual or a group.

I am trying to search from 2D arrays.I have a 2D array which has NAME ,pHONE NUMBER ,eMAILID and group as respective columns,I want to search the name and group as asked by the user and use their contact number.The user can also select an individual person and can also select a group .Say Group A to which multiple people can belong to  ant extract their number on a array.Can anyone help me develop a code for this.

0 Kudos
Message 1 of 2
(2,239 Views)

Hi qwerty,

 

this sounds like a nice way to learn LabVIEW. Is this homework?

 

You need to index the apppropriate columns and search (aka filter) for the rows with the needed values: you need a FOR loop and a conditional output tunnel…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(2,231 Views)