08-29-2012 01:21 PM
How do you evaluate NAN in Teststand. Using a 4070 and measuring an open circuit..infinte. This is legit.
Do I need to eval in Labview then send pass/fail up to teststand??
Thanks
Solved! Go to Solution.
08-29-2012 01:29 PM
What I have done is look at the Overrange? output of the DMM. If it is true, then I set the ouput of the VI to something really big (like 100M). You should be able to do simple comparisons with that.
08-30-2012 05:09 AM
Yup... thanks!
09-06-2012 02:15 PM
Teststand does support NAN.
You can use NAN or INF whichever is applicable.
You can use them in the numeric limit test checks ex locals.x == NAN or locals.y!= INF
09-07-2012 05:12 AM
Wow, really?? Thanks.