03-15-2012 11:18 PM
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
Solved! Go to Solution.
03-15-2012 11:30 PM
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
03-16-2012 12:07 AM
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"
03-16-2012 03:44 AM
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,
03-16-2012 04:20 AM
Its working 🙂 🙂 Thanks allot for the help.
Thank you
Adarsh
03-16-2012 04:22 AM
Any time...
06-17-2022 03:18 AM
In my case, this does not work. UserInterface hangs when "Preloading modules" popup is shown...