TestPatron Plugin is a standalone application developed on the LabVIEW or just LabVIEW VI controlled by the TestPatron Automation Studio via PluginLink library. The data exchange between the plugin and the TestPatron is via WinSocket. So you are able to control remote LabVIEW VI via the network.
Developing TestPatron Plugin
1. Develop A Labview VI
Develop a VI with any necessary functionality and test it. You could compile it or just run in LabVIEW Development System.
3. Configure PluginLink
Look at the library usage example file. You should initialize the link, register the controls that you want to manage from the TestPatron and start the link.
4. Get Command List
From the TestPatron plugin manager, you can get a list of available commands for your plugins. The help file is generated automatically based on the description and limitations of registered VI controls.
1. Develop A Labview VI
Develop a VI with any necessary functionality and test it. You could compile it or just run in LabVIEW Development System.
2. Add TestPatron PluginLink Library
Add TestPatron PluginLink Library to your LabVIEW project.
3. Configure PluginLink
Look at the library usage example file. You should initialize the link, register the controls that you want to manage from the TestPatron and start the link.
4. Get Command List
From the TestPatron plugin manager, you can get a list of available commands for your plugins. The help file is generated automatically based on the description and limitations of registered VI controls.
5. Just Write A Script
Now you can change the values of the controls that were registered on PluginLink. Change commands on the fly during execution.