12-03-2014 03:15 PM
I'm relatively new to TestStand. Here is what I am trying to do.
Do I need to create a very simple VI with just two inputs, a subtraction function, and an output as a LabVIEW numerical limit step to implement step 3, or is there a more recommended way to do it?
Thanks.
Stephen
Solved! Go to Solution.
12-03-2014 05:34 PM
Here's what I would do:
Call VI A as an action step. Store the measurement in a local variable
Call VI B as an action step. Store the measurement in a local variable
Use the None Adapter to create a Numeric Limit Step. Set the Data Source to Locals.AValue - Locals.BValue
12-05-2014 05:28 PM
The None Adapter. Who knew? 🙂 Thanks.