We made a vision script and exported it as a labview vi.
after we inserted the vi into the vision processing code, we tried to use the code on our basket nothing has changed. there is no basket detection at all and the problem cant be in the script because we double checked it in the vision assistant with tons of pictures and it recognised the basket in all of them
BasketDetectionProject.rar (212 KB)
BasketDetectionProject.rar (212 KB)
Is it possible that you didn’t change the Enable Vision global variable to TRUE?
By default it is off. I’d suggest putting breakpoints on your VI, or opening your Basket VI, which wasn’t included in your post by the way, and observe it running.
Greg McKaskle