05-24-2018 06:41 AM
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?
05-24-2018 06:46 AM
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.