You can leverage our Boolean Logic inspection to combine the results of previous inspection steps into a new inspection result.
Logic operators are as follows: AND, OR, XOR, NAND, NOR, XNOR. See an image below that may help with general understanding of the options.
More information here: https://en.wikipedia.org/wiki/Logic_gate
And:
A passing result from all of the selected steps will result in a pass.
Color Match | Text Match | Output |
Pass |
Pass |
True |
Fail/ No Read |
Pass |
False |
Pass |
Fail/ No Read |
False |
Fail/ No Read |
Fail/ No Read |
False |
Or:
A passing result from any of the selected steps will result in a pass.
Color Match |
Text Match |
Output |
Pass |
Pass |
Pass |
Fail/ No Read |
Pass |
Pass |
Pass |
Fail/ No Read |
Pass |
Fail/ No Read |
Fail/ No Read |
Fail |
XOR:
A passing result from an odd number of selected steps will result in a pass.
Color Match |
Text Match |
Output |
Pass |
Pass |
Fail |
Fail/ No Read |
Pass |
Pass |
Pass |
Fail/ No Read |
Pass |
Fail/ No Read |
Fail/ No Read |
Fail |
NAND:
A failing result from any of the selected steps will result in a pass.
Color Match |
Text Match |
Output |
Pass |
Pass |
Fail |
Fail/ No Read |
Pass |
Pass |
Pass |
Fail/ No Read |
Pass |
Fail/ No Read |
Fail/ No Read |
Pass |
NOR:
Failing results from all the selected steps will result in a pass.
Color Match |
Text Match |
Output |
Pass |
Pass |
Fail |
Fail/ No Read |
Pass |
Fail |
Pass |
Fail/ No Read |
Fail |
Fail/ No Read |
Fail/ No Read |
Pass |
XNOR:
A passing result from an even number of selected steps will result in a pass.
Color Match |
Text Match |
Output |
Pass |
Pass |
Pass |
Fail/ No Read |
Pass |
Fail |
Pass |
Fail/ No Read |
Fail |
Fail/ No Read |
Fail/ No Read |
Fail |
Comments
0 comments
Please sign in to leave a comment.