LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Searching the values of an input

How do I construct a VI that searches the values of an input array of numbers for a specified value. If the specified value is found in the array the VI should indicate that by turning on an LED and by indicating the corresponding index of the array.

 

If someone could show me an example that would be very helpful. Thanks

0 Kudos
Message 1 of 4
(2,459 Views)

Hint: Use the Search1D Array in a FOR loop.

 

Ben64

0 Kudos
Message 2 of 4
(2,455 Views)

This fourm is not intended to complete your homework assignments. You have posted several posts that basically all look like homewrok assignments. I suggest you try to solve the problems yourself first. If you try some coding and run into a specific problem then post what you have done and ask your question. But please do not expect the users here to hand feed you your homework for you.



Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
0 Kudos
Message 4 of 4
(2,440 Views)