NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Generating Run button click event programmatically in LabVIEW User Interface

Solved!
Go to solution

Hi,

 

I am using the Simple LabVIEW user interface(Simple OI - Top-Level VI.vi) for my teststand application with small changes. Here I don't want to CLICK the Run button every time. Can we generate the Run button click event(Which tringgers the TS engins) programatically in the user interfacr VI or is there any method to tringger the TS engins ?

 

More Info:

LabVIEW Ver: LabVIEW 2010

TestStand Ver: TestStand 2010 SP1

My sequence Run enry point is "Test UUTs"

 

Thank you

Adarsh

Adarsh
CLA - Certified LabVIEW

Architect
https://www.youracclaim.com/badges/4871da75-1b8b-422a-a881-9ab206d2d36d/public_url
0 Kudos
Message 1 of 7
(6,673 Views)

I other words,

 

I want to run my TestStand sequence file from LabVIEW UI dynamically(Say suppose comparison value is TRUE) without any user intervention

Adarsh
CLA - Certified LabVIEW

Architect
https://www.youracclaim.com/badges/4871da75-1b8b-422a-a881-9ab206d2d36d/public_url
0 Kudos
Message 2 of 7
(6,672 Views)

Sorry I did not notice the spell mistakes 🙂

 

I am using the Simple LabVIEW user interface(Simple OI - Top-Level VI.vi) for my teststand application with small changes. Here I don't want to CLICK the Run button every time. Can we generate the Run button click event(Which triggers the TS engines) programmatically in the user interface VI or is there any method to trigger the TS engines ? 

 

More Info:

LabVIEW Ver: LabVIEW 2010

TestStand Ver: TestStand 2010 SP1

My sequence Run enry point is "Test UUTs"

Adarsh
CLA - Certified LabVIEW

Architect
https://www.youracclaim.com/badges/4871da75-1b8b-422a-a881-9ab206d2d36d/public_url
0 Kudos
Message 3 of 7
(6,670 Views)
Solution
Accepted by Adarsh

Hi Adarsh,

 

There is a DoClick method for TS UI buttons! Just wire the button ref to an invoke node and browse for the DoClick method.

 

Regards,

Rodéric L
Certified LabVIEW Architect
Message 4 of 7
(6,665 Views)

 

Its working 🙂 🙂 Thanks allot for the help.

 

Thank you

Adarsh

Adarsh
CLA - Certified LabVIEW

Architect
https://www.youracclaim.com/badges/4871da75-1b8b-422a-a881-9ab206d2d36d/public_url
Message 5 of 7
(6,662 Views)

Any time...

Rodéric L
Certified LabVIEW Architect
Message 6 of 7
(6,660 Views)

In my case, this does not work. UserInterface hangs when "Preloading modules" popup is shown...

0 Kudos
Message 7 of 7
(1,693 Views)