NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Where to change test limit

Solved!
Go to solution

A board we test has 17 subseqs in its sequence file. In one of those 17, two Verify statements need to have different limits for a different version of the board. Right now the limits are hard coded numbers under the Limits tab for the two Verify statements. Are there some standard idioms  or rules of thumb for how to go about making readings like this flexible?

 

thanx,

 

jvh 

0 Kudos
Message 1 of 3
(2,980 Views)
Solution
Accepted by topic author jvh75021
How flexible do you want it? If you don't mind editing the sequence to keep up with new models, you can the limits by writing them to local variables with a couple of precconditions. There is the property loader and you can read the limits using that. This is the approach that I will eventually take - whenever we can get everyone to agree on the database design.
Message 2 of 3
(2,974 Views)

Property Loader, that's it! Did not yet know of that step type.

 

Now I owe ya twice.

 

 

Thanks again.

 

jvh 

0 Kudos
Message 3 of 3
(2,968 Views)