09-13-2012 03:18 AM
Hey Guys,
I am looking to display the reason for the failure with the custom overlay. For example i am trying to match two or three patterns, at the moment I have it displaying pass if everything passes and fails if my logic calculator decides it fails. But if pattern two fails I want that to show in the custom overlay or if pattern two and three fails i want both to be displayed. Can this be achieved with custm overlay? Also i am having difficulty displaying the output from my read/verify tool in custom overlay. Example if my text reads 123 note that the text varies each time???
Any advice much appreciated
Damien
09-13-2012 10:38 AM
Instead of using a Logic Calculator step, try to use a GCalculator step. You can create inputs corresponding to the status of each of your pattern matches, and a string output that you can use in the Overlay step. Within the GCalculator step, set the string accordingly based on the failure of the pattern matching step.
-Christophe
09-17-2012 01:47 AM
Hey Christophe
Is the GCalculator you are referring in the additional tools in vision builder?
Thanks
Damien
09-17-2012 04:16 AM
Hey Christophe,
With the overlay results the boolean indicator is set by the value I have which is the inspection status step, it only allows one value. So its either pass/fail, but how can i display on the overlay that for fail its one of 3 or 4 patterns not matching. Example fail because A did not match or because B did not match.I have tried to do as you outlined and created the strings for output. If i put in text it outputs the exact text i enter is it ossible for the text to vary depending on the failure?? Thanks
Damien