NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW parameters Not Loaded in NI TestStand

I am trying to load a new LabVIEW vi into a sequence in NI TestStand. The VI is very simple, it just takes 2 numbers (controls), adds them together, and stores the result as an indicator. However, when i load the VI into the sequence as an 'Action', it does not show the parameters at the bottom.

 

Below is additional information:

1. I confirmed that the connector pane for the inputs and outputs is configured.

2. I tried mass compiling the one VI that I have in this project.

3. LabVIEW version that I'm using: 20.0f1 (64 bit)

4. NI TestStand version that I'm using: 2019 f4 (19.0.0.170) 32-bit

5. LabView Runtime Engine version 20.0.1 used in NI TestStand

 

I attached a screenshot of the parameters missing at the bottom of the sequence editor. I see there is a warning but the Run-Time Engine version that I am using matches the version of the VI.

0 Kudos
Message 1 of 2
(164 Views)

Based on the Error String, the VI is broken. You could change your LabVIEW Adapter to use the Development environment. I'm assuming that will resolve it. Which would likely mean that either your VI is built with "Separate compiled code" enabled so it can't load in just runtime. Or its missing a dependency when loading in runtime.

0 Kudos
Message 2 of 2
(114 Views)