From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically selecting Test UUT as entry point from LabVIEW

Solved!
Go to solution

Hi,


Anne here. I am currently develping a user interface in LabVIEW that call the TestStand sequence. Is there a way for me to programaticallys set the entry point to be Test UUT? I used the Run method from the IseequenceFileViewMgr class but it says there that it runs the sequence without a process model entry point. My sequence will always run as Test UUT mode. Is there a way for me to do this? I saw in the help files that there is a EntryPoint Class in Teststand with a Run Method, but I can't seem to find this method in LabVIEW. 

 

How can I automatically execute my sequence to run in Test UUT once I call and run the sequence in LabVIEW? 

 

Thanks for the help!

 

Cheers! 

 

Anne

 

0 Kudos
Message 1 of 3
(3,111 Views)
Solution
Accepted by topic author axia_so2

Wire the entry point button reference to an invoke node, and select the DoClick method.

Rodéric L
Certified LabVIEW Architect
Message 2 of 3
(3,104 Views)

Hi Roderic,

 

Thanks so much for the help! It worked. 🙂

 

Cheers!

 

Anne

0 Kudos
Message 3 of 3
(3,096 Views)