06-30-2010 08:53 AM
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
07-01-2010 03:39 AM
You can use the Multiple Numeric Limit Step for evalution of numeric arrays.
hope this helps,
Norbert
07-01-2010 06:02 PM
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?
07-05-2010 08:18 AM
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.
07-05-2010 10:12 AM - edited 07-05-2010 10:12 AM
To make things less confusing, please stick to your original thread on this subject.
09-08-2022 05:57 PM
"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.