NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I create an array of results?

I'd like pass an array with test results to LabVIEW code for csv writing. How can I do it? I'd would also need arrays with limits. Something like this does not exist, correct? How do I create it. Do I use a looping option in the test? I cannot find a numeric value of number of tests in the sequence. How do I query if the current test (in a loop) is numeric?

Thanks

 

0 Kudos
Message 1 of 6
(3,839 Views)

You can use the Multiple Numeric Limit Step for evalution of numeric arrays.

 

hope this helps,

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 6
(3,815 Views)

cimteker,

 

You can use the TestStand API from LabVIEW to get access to the ResultList and subsequently get all the result values. I'm not quite sure what you mean when you say arrays with limits. Do you mean the results from a TestStand numeric limit test?

Raj
National Instruments
Applications Engineer
0 Kudos
Message 3 of 6
(3,796 Views)

Thanks all for responses.

What I need to do is create a custom csv file. It needs a header, that contains all low and high limits and all parametric results.

Once the testing is finished I need to gather all limits and results (presumably in an array) and pass it on to my LabVIEW code that will peform the actual csv file generation. I do not know how I can iterate through all TestStand tests, check if given test is numeric, an if so extract both limits and the test result and store it in an array. Once done, I will pass it as an argument ot my LabVIEW code.

I understand that I can use TestStand API in LabView, can you point me to some examples? It is not clear to me after studing help files and reading TestStand manuals.

Thanks for help

CT.

0 Kudos
Message 4 of 6
(3,769 Views)

To make things less confusing, please stick to your original thread on this subject.

0 Kudos
Message 5 of 6
(3,759 Views)

"You can use the TestStand API from LabVIEW to get access to the ResultList and subsequently get all the result values." 

 

I have zero doubt the person asking the National Instruments engineer already knew that.  Would it have killed you to give a for instance? I guess so.

0 Kudos
Message 6 of 6
(1,350 Views)