02-28-2018 05:58 AM
Can anyone please give me any ideas.
I built with vision Express a script that analysis a picture taken by the camera.
Once happy with it, I built an executable program on the test line, using the exact same templates. However at times LabVIEW returns a fail. When I try the saved picture on the computer where I wrote the program, it passes! How is this possible?
02-28-2018 09:57 AM
03-08-2018 02:39 AM
We create a program with the development software on one computer.
This program acquires images from a camera. With vision Express these are analysed and for different test it returns values. in the VI the returned values are processed and an end result of True (pass) or False (fail) This program is build and put on a machine with LabVIEW runtime, using the same test equipment and exactly the same template.In 95% of test the returned True or False value is the same for both the development software and the runtime software. But sometimes this differs, requiring us to retest on the runtime system a unit that passes on the development system