NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

TestStand API - Sequence Call

Solved!
Go to solution

Hello,

I need to write a sequence programmaticaly and in order to do that I have to add the step "Sequence Call", but I'm not able to do it.

Have you got any idea?

 

Thanks,

Fabio

0 Kudos
Message 1 of 8
(2,438 Views)

Hi Fabio,

 

I pretty big subject, but as a starter for ten.

 

You could create a Call Sequence step, using the TestStand API called from LabVIEW, using something like this

 

Create Sequence Call.JPG

 

The Sequence your Sequence Call step is calling would need to exist.  You could create a sequence using something like this.

 

Create Sequence.JPG

 

Regards

 

Steve 

0 Kudos
Message 2 of 8
(2,434 Views)

Hi Steve,

thank you very much for your answer. I did what you suggest me, but unfortunatelly I'm not able to identify the right "Adapter Type". If I select "StepType_SequenceCall" (it is the value SequenceCall) I received the -17336 error. Have you got any idea?

 

Thanks,

Fabio

0 Kudos
Message 3 of 8
(2,426 Views)
Solution
Accepted by topic author fabio.int

Hi Fabio

 

Apologies, here you go.

 

Create Sequence Call 2.JPG

Steve

Message 4 of 8
(2,409 Views)

Steve,

thank you very much for the support!!!

0 Kudos
Message 5 of 8
(2,393 Views)

Sorry,

I'm not able to add the sequence at this step. What is the property?

 

Thanks,

Fabio

0 Kudos
Message 6 of 8
(2,354 Views)

Hi fabio.int,

 

Once you have created your sequence and your step than you need to insert the step into the sequence using something like this.

 

Insert Step.JPG

 

Regards

 

Steve 

0 Kudos
Message 7 of 8
(2,352 Views)

Hi Steve,

my problem is how to add the sequence in the step. Please look at the picture. How I can put the filename with the API?

fabioint_0-1634242620998.png

thank you very much!!!

Message 8 of 8
(2,334 Views)