NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Permanently disable addon plug-in

I have created a plug-in to customize the PreUUT entry point and placed it in:

<TestStand public folder>\Components\Models\ModelPlugins\Addons

The plug-in comprises only two sequences: Initialize and PreUUT.

 

Since I need to disable this plugin for a period of time, I set:

FileGlobals.ModelPluginComponentDescription.Default.Base.Enabled = False

but this does not seem to prevent the plug-in execution.

 

What is this variable used for?

Is there a way to disable the plug-in other than remove it from the folder?

 

Tnx for reading

0 Kudos
Message 1 of 2
(43 Views)

AFAIK, if you place a PlugIn into the Addons Folder, it makes them "non-configurable",

maybe that's why it's "always enabled"


0 Kudos
Message 2 of 2
(30 Views)