NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Customize Result Processing Plug-In

Solved!
Go to solution

Hello, 

 

I am developing custom results processing plug-in. I need to provide specific configuration that will be used within plug-in. 

I used Model Plugin - Configure Standard Options and developed VI where I can enter my parameter value.

Further I need to create variable in Parameters.ModelPlugin.PluginSpecific.Options.MyVariable, that will be available in Model Plugin - UUT Done where I plan to use it.

Could you provide by step instruction on how to implement this? 

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

no one knows or not clear explanation?

0 Kudos
Message 2 of 4
(2,470 Views)
Solution
Accepted by topic author Levon

Hi,

 

Please refer to Best Practices for NI TestStand Report Generation and Customization for step by step instructions on creating a result processing model plug-in with required options. 

As for adding plugin options, you can either customize the type def (MyCompanyName_MyNewResultProcessorOptions) or use an expression to create properties run-time and assign default values to them: 

 

Parameters.ModelPlugin.PluginSpecific.Options.NewSubProperty("<name>",PropValType_<Type>,False,"",PropOption_DoNothingIfExists)

 

Hope this helps!

Message 3 of 4
(2,438 Views)

Thanks. It workd!

0 Kudos
Message 4 of 4
(2,434 Views)