LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Search 1-D Search Not Finding Match

For some reason I can't get my Search 1-D Array Vi to find any matches.  I made a small VI showing my problem.
0 Kudos
Message 1 of 8
(3,147 Views)
OK...

pay attention to dataflow. You don't define data sequence in that way. See the attached file.

You can only open if you have the labview 8
Software developer
www.mcm-electronics.com





PORTUGAL
Download All
Message 2 of 8
(3,139 Views)
OK...

pay attention to dataflow. You don't define data sequence in that way. See the attached file.

You can only open if you have the labview 8.2
Software developer
www.mcm-electronics.com





PORTUGAL
Download All
Message 3 of 8
(3,141 Views)
duplicate thread ->  go here!

Paul
0 Kudos
Message 4 of 8
(3,130 Views)
noob
0 Kudos
Message 5 of 8
(3,105 Views)
Thank you guys so much!
0 Kudos
Message 6 of 8
(3,102 Views)
You clearly need to familiarize yourself with dataflow!
 
It is not a good idea to use indicators as controls via local variables and break all dataflow by creating disconnected code segments. Adding sequences to enforce the broken dataflow as suggested just complicates things even more!
 
Here's the right way: 🙂
 
This is a literal tranlation of your code!. Most likely you want to remove the "1" diagram constant or set it to "0".
 
In LabVIEW, the first element is element zero. 🙂
 
For some easy reading, see also:
 

Message Edited by altenbach on 07-10-2007 02:57 PM

Download All
0 Kudos
Message 7 of 8
(3,078 Views)

acolunga07 said:

noob



That's really uncalled for. This is a forum for learning and for getting problems solved. If you're not willing to provide a suitable answer then don't even bother giving a reply. Are you saying you know all the answers?
Message 8 of 8
(3,063 Views)