08-19-2024 10:16 AM
Hello,
I want to perform an Teststand sequence's analysis programmatically via the Labview API.
Does anyone have an idea please?
Thanks a lot
Solved! Go to Solution.
08-19-2024 10:51 AM
Is there a reason for LV instead of the TS Seq Analyzer app?
https://www.ni.com/docs/en-US/bundle/teststand-api-reference/page/teststand-api-ref/sequence_analyze...
08-19-2024 11:17 AM
Hi Santo,
Yes, to automate the analysis of multiple sequences at once, instead of running the analysis manually for each sequence.
LV is not mandatory, I'm looking for a methode doesn't matter the language
08-19-2024 11:23 AM
In that case, the Seq Analyzer executable automation from CLI would work with the right analyzer definitions and you can automate it from literally any programming language.
<TestStand>\Bin\AnalyzerApp.exe
08-19-2024 11:32 AM
Thanks Santo_13 for the time and effort
This should work, I will test it
08-19-2024 11:50 AM
I think that my problem is AnalyzerApp.exe can't analyse a simple sequence but a *.tsaproj
So I have to build it from my sequence and all folders..