NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

add or edit step(s) dynamically in a sequence

I am trying to add or edit step(s) dynamically in a sequence, based on the response from the user to a ui.  If I can not do this in the Test Stand language, how would I do it using a LabVIEW vi and  programmatically put that into a Test Stand sequence and run that sequence?
 
cinsight
Message 1 of 5
(3,374 Views)
Try to run the example located in <TestStand>\Examples\SequenceBuilderTool.
Maybe it can answer some of your questions.

Bruno
Message 2 of 5
(3,358 Views)
Unfortunately it is not possible or recommended to edit a sequence file while it is running.  However, it would be possible to run LabVIEW and create a sequence file based on user input.  The example Bruno pointed out is an excellent one to demonstrate this.
Pat P.
Software Engineer
National Instruments
0 Kudos
Message 3 of 5
(3,334 Views)

Hi every one,

                     can't v edit the sequence created in test stand at run time. if yes please help me out how to handle it.

 

thanks

michels

0 Kudos
Message 4 of 5
(3,267 Views)
The easiest way to edit the currently loaded SequenceFile is to use the existing Operator Interfaces that are shipped with TestStand.  The OI performs operations using Command objects.  It is also possible to implement your own Custom Commands.  Custom Commands make it possible to perform operations such as dynamic sequence editing.  The tutorial Adding Custom Commands to the LabVIEW Operator Interface covers Custom Commands in detail.  Note:  This requires that you have a TestStand development license in order to modify or save Sequence Files.

Let me know if you have any specific questions.

Regards,

Tyler Tigue
Applications Engineer
National Instruments
0 Kudos
Message 5 of 5
(3,231 Views)