09-04-2022 11:56 PM
Hello,
I am looking for the difference between plug-in and process model. I need to change the model from plug-in to process model. kindly suggest any procedure or steps to do that.
Solved! Go to Solution.
09-05-2022 07:38 AM
Those two look quite similar from the far....
Basic idea behind PlugIns is to extend functionality of the process model without touching the process model itself.
You could do so by process model callbacks, yet this doesn't scale as good for general changes.
PlugIns are somewhere in between using callbacks and changing the process model and can be configured individually for each machine if required.
In fact, TestStand reporting / database logging is just a plugin.
Does this help?
09-06-2022 03:44 AM
Thanks for the solution.