06-04-2014 10:08 AM
i have found an averaging example in the labview interfcae, the example averages the set of images in order to rduce the noise in the image. in the example the input is linked toa set of images within the labview directory on windows, i have tried to change the directory in the labview vi to point to a different foldr using LIST FOLDER but it creates a problem when i try to use this list folder to point to a different directory, if you could check through and see that would be a big help. thank you very much
Solved! Go to Solution.
06-04-2014 01:06 PM
What is the problem it causes?
Mike..
06-05-2014 07:27 AM - edited 06-05-2014 07:44 AM
hi when i use build list and try to connect "filenames" to "name of relative path" it creates a break in the system, if i leave it unwired it complains about a missing connection, do you have any idea as to how i go about resolving the issue? i have attached image below
06-05-2014 08:38 AM
When you click the broken array a popup appears telling you what the problem is. Read it, it helps figure out what is wrong.
In this case you are trying to give the build array an array of strings, when the input doesn't allow that, it only accepts a scalar string. Besides you don't even need that. It already has a list folders function just wire you constant to the folder path instead of trying to build it.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
06-05-2014 10:31 AM
thank you very much, dont know how i didnt think about that