NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

measurement for multiple numeric limit test

Hello,
        I am developing a test software using LabWindows and TestStand. In my application, I have added a no: of multinumeric tests. In Operator Interface, I want to display each measurement in run time, instead of waiting for completion of all the measurements with Multiple numeric limit test. Is there any way to receive in TSOP each runtime measurent taken for multiple numeric limit test without waiting for multinumeric limit test over?
Thanks in advance......
Best Regards,
Vijay
0 Kudos
Message 1 of 3
(3,189 Views)
Hi Vijay,

Unfortunately, a Multiple Numeric Limit Test will not allow you to return each measurement inside the step as it executes.  If you need this to occur, there are other methods that you could take.  You could create a custom step type or use many Numeric Limit Test steps and pass them the indexes in your array.

Another method you might use would be to use an Action step and save the array locally.  Then, you could use Statement steps to evaluate each item in the array.
Jessica
National Instruments
Product Support Engineer
0 Kudos
Message 2 of 3
(3,165 Views)
Thanks alot for your reply....
0 Kudos
Message 3 of 3
(3,158 Views)