NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW Installation for TestStand Deployment

Solved!
Go to solution

I have TestStand and I'm using the Base Deployment Engine License.  I have LabVIEW VIs in the sequence, but I have the TestStand adapter set to LabVIEW run-time.  Do I need to have LabVIEW installed?  A number of the VIs utilize VIs in vi.lib and I want to make sure everything is there.  Also, even though it's set to run-time, I still see the Evaluation watermark when showing a LabVIEW VI front panel; I'd prefer that to not show since it'd be in run-time.  Any help would be great.

0 Kudos
Message 1 of 3
(1,928 Views)
Solution
Accepted by topic author pulidotech

When switching from development to deployment, you have to prepare the code.

LV code always requires the LV runtime engine (RTE) installed for execution.

The LV RTE doesn't know about vi.lib hence you have to prepare the code as (at least) source distribution. You can use the TS Deployment Utility to create such deployment package.

 

I have no experience with the LV Eval, but i think that there are two possible reasons:

a) Your VIs still execute in the development environment

b) VIs created with the eval version have their watermark imprint and always show it unless recompiled with an activated developer license

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
Message 2 of 3
(1,902 Views)
0 Kudos
Message 3 of 3
(1,896 Views)