NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Using Labview NXG VI in Teststand 2017

Hi,

I am trying to run a LabVIEW NXG VI asynchronously from Teststand 2017. It is asking me to locate a .gll file which I couldn't find. Can anyone help me with this? 

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

When set to runtime engine, the LabVIEW NXG adapter can only execute code from .glls. You'll either need to change the adapter settings to use the development environment, or build the code into a GLL:

Creating G Linked Libraries

 

As long as your project has a .gcomp with the sub-type set to .gll, the adapter will automatically build the GLL for you when you execute the sequence.

 

Hope this helps!

Trent

https://www.linkedin.com/in/trentweaver
0 Kudos
Message 2 of 2
(2,061 Views)