NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview runtime Environment

Hi all,

I have converted sample VI with input/output parameter into executable.

That is running fine with labview runtime environment.

But when we need to access input/output not able to access that.

Can someone provide help on how to access those variables from test stand with executable of VI and running in runtime environment?

 

0 Kudos
Message 1 of 2
(1,880 Views)

With TestStand, you call that VI directly.  Assuming you did not enable the "Separate From Compiled", you can call a VI directly from disk and it will run in the RTE just fine as well.  What I have been doing is building my libraries into Packed Project Libraries (PPLs).  PPLs are compiled libraries, so they also run just fine in the LabVIEW Runtime Engine. 


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 2
(1,879 Views)