NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Test Stand Simple user interface from top level vi error

I created an exe from labview which its start up VI is top level.vi which loads the sequence through test stand. I checked everything to make sure it works fine and then I removed the development license from the PC to prevent operators modification to the code, and I left the runtime engine for both Labview and TestStand. but now when I run the exe it gives the error of missing license for test stand. what I should I do in order to be able to run the code independent from development license?

0 Kudos
Message 1 of 4
(2,643 Views)

Hi,

 

You need a TestStand Deployment license, see the following link for deployment licensing options:

https://www.ni.com/docs/en-US/bundle/teststand/page/teststand-licensing-options.html#d13704e171

 

 

Message 2 of 4
(2,623 Views)

I have the Teststand Debug Deployment license, can I activate the base deployment engine using this license? or it will activate the whole debug deployment environment?

0 Kudos
Message 3 of 4
(2,607 Views)

I've never tried that but maybe it works otherwise there are other options to prevent that your operators change the code:

 

  • You can create an operator user in TestStand and set a password for the admin account, this prevents the operators from changing your sequences. 
  • You can password protect the blockdiagrams of your VIs to prevent them from changing your LabVIEW code.
0 Kudos
Message 4 of 4
(2,595 Views)