Using Loop on FAIL in CVI Test Executive Primary Software: LabWindows/CVI Add-ons>>Test ExecutivePrimary Software Version: 2.0 Primary Software Fixed Version: N/A Secondary Software:
Problem: I am using Test Executive 2.0 with LabWindows/CVI 5.01, and Loop on FAIL does not seem to work correctly. To reproduce the problem, simply modify the computer.c file:
Solution: The intended default behavior is that any test failure causes the sequence to fail. You can uncheck the "Test fail causes sequence fail" checkbox (available in the pop-up window that appears when you press the Set Limit Specification button in the Sequence Editor) to override the default behavior for a particular test. Since the test executive can't determine that a test "erroneously failed", it treats any error on the side of caution. The idea behind the loop control is in fact the opposite of what you understood. It is to "stress test" a component which may pass the first time but which may fail on subsequent tests, not to give a component that fails several more chances to pass. As for the behavior that you suggest above, we recommended that you move the loop from the sequence to the test itself and let the test determine the maximum number of fails that still allows the test to pass. Related Links: Attachments:
Report Date: 03/09/1999 Last Updated: 02/14/2002 Document ID: 1J8HG2PR |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
