TestStand 2012 and above:
select menu>Configure>Result Processing... and un-check WATS Logging
Dynamically:
Using WATS_SequentialModel.seq:
add the WATSOptions callback an disable (=FALSE) Parameters.ModelPlugin.Base.Enabled
Using other Model (default)
- Use the "ModelPluginOptions" call back and insert a Statement step
- Add precondition: "PropertyExists("Parameters.ModelPlugin.PluginSpecific.Options.IsWatsOptions")"
- Add expression "Parameters.ModelPlugin.Base.Enabled = False"
TestStand 3.1 - 2010:
Option 1:
Add the WATS_CreateWATSreport callback to your client sequence file and SKIP the step as below
Option 2:
Skip the WATS MES - PostUUT step in the WATS_SequentialModel.seq model file.
Comments
2 comments
WATS logging must be done before client add-on remove, while icons are deleted and Result Processing window will never be open!
@Marek please see this uninstall procedure: https://virinco.zendesk.com/hc/en-us/articles/207424303-WATS-Client-Uninstall
You must delete the "ResultProcessing.cfg" file manually.
Please sign in to leave a comment.