NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Teststand sequence analyse programmatically

Solved!
Go to solution

Hello,

 

I want to perform an Teststand sequence's analysis programmatically via the Labview API.

Does anyone have an idea please?

Thanks a lot

0 Kudos
Message 1 of 6
(429 Views)

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...

https://www.ni.com/docs/en-US/bundle/teststand-api-reference/page/teststand-api-ref/sequence_analyze...

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 6
(413 Views)

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

0 Kudos
Message 3 of 6
(401 Views)
Solution
Accepted by topic author NABIL2050

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.

santo_13_1-1724084603625.png

 

<TestStand>\Bin\AnalyzerApp.exe

https://www.ni.com/docs/en-US/bundle/teststand-api-reference/page/teststand-api-ref/sequence_analyze...

 

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 4 of 6
(399 Views)

Thanks Santo_13 for the time and effort

This should work, I will test it

0 Kudos
Message 5 of 6
(396 Views)

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..

0 Kudos
Message 6 of 6
(380 Views)