09-28-2021 08:58 AM
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
Solved! Go to Solution.
09-28-2021 09:42 AM
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
The Sequence your Sequence Call step is calling would need to exist. You could create a sequence using something like this.
Regards
Steve
09-28-2021 10:16 AM
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
09-29-2021 02:21 AM
Hi Fabio
Apologies, here you go.
Steve
09-30-2021 04:37 PM
Steve,
thank you very much for the support!!!
10-12-2021 07:23 AM
Sorry,
I'm not able to add the sequence at this step. What is the property?
Thanks,
Fabio
10-12-2021 07:31 AM
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.
Regards
Steve
10-14-2021 03:17 PM
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?
thank you very much!!!